]> arthur.barton.de Git - netatalk.git/blob - NEWS
Back-port from HEAD: New afpd option: -timeout.
[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 * NEW: New afpd option: -timeout. See afpd.conf for more information.
7 * UPD: Code cleanups and compatibility fixes to macusers.
8 * UPD: AppleVolumes.system was cleaned up.
9 * FIX: Really fix Tru64 compilation (see last entry).
10 * FIX: Hand correct error value back to AFP client when deleting files or
11        directories fails.
12 * FIX: Leading or trailing spaces are now forbidden on volumes that have
13        the AFPVOL_MSWINDOWS flag set.
14 * FIX: Minor code cleanups and warning fixes.
15 * FIX: Make quota support work on FreeBSD.
16
17 Changes from 1.5rc2
18 ===================
19
20 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
21        file on the packagers system did not contain the necessary patch.
22 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
23        any interfaces. This was caused by an overzealous validity check.
24
25 Changes from 1.5rc1
26 ===================
27
28 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
29        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
30        generated during package build.
31 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
32        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
33        and prior bounds checking.