]> arthur.barton.de Git - netatalk.git/blob - NEWS
Back-port Debian packaging from HEAD. This is not strictly necessary, since
[netatalk.git] / NEWS
1 Changes from 1.5.0
2 ==================
3
4 * NEW: Added a program called cnid_didname_verify that can be used to
5        verify the consistency of the CNID database.
6 * UPD: Code cleanups and compatibility fixes to macusers.
7 * FIX: Really fix Tru64 compilation (see last entry).
8 * FIX: Hand correct error value back to AFP client when deleting files or
9        directories fails.
10 * FIX: Minor code cleanups and warning fixes.
11 * FIX: Make quota support work on FreeBSD.
12
13 Changes from 1.5rc2
14 ===================
15
16 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
17        file on the packagers system did not contain the necessary patch.
18 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
19        any interfaces. This was caused by an overzealous validity check.
20
21 Changes from 1.5rc1
22 ===================
23
24 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
25        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
26        generated during package build.
27 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
28        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
29        and prior bounds checking.