]> arthur.barton.de Git - netatalk.git/blob - NEWS
Style police.
[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 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
7        any interfaces. This was caused by an overzealous validity check.
8
9 Changes from 1.5rc1
10 ===================
11
12 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
13        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
14        generated during package build.
15 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
16        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
17        and prior bounds checking.