]> arthur.barton.de Git - netatalk.git/blob - NEWS
The Tru64 compilation bug *should* be fixed in the next upload.
[netatalk.git] / NEWS
1 Changes from 1.5rc2
2 ===================
3
4 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
5        file on the packagers system did not contain the necessary patch.
6
7 Changes from 1.5rc1
8 ===================
9
10 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
11        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
12        generated during package build.
13 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
14        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
15        and prior bounds checking.