]> arthur.barton.de Git - netatalk.git/blob - NEWS
Trunk-BP: NODDP guard, NetBSD compat fixes.
[netatalk.git] / NEWS
1 Changes from 1.5.1
2 ==================
3
4 * FIX: Minor bug fixes and code cleanups.
5
6 Changes from 1.5.0
7 ==================
8
9 * NEW: Added a program called cnid_didname_verify that can be used to
10        verify the consistency of the CNID database.
11 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
12        supposed to!
13 * UPD: Code cleanups and compatibility fixes to macusers.
14 * UPD: AppleVolumes.system was cleaned up.
15 * FIX: Really fix Tru64 compilation (see last entry).
16 * FIX: Hand correct error value back to AFP client when deleting files or
17        directories fails.
18 * FIX: Leading or trailing spaces are now forbidden on volumes that have
19        the AFPVOL_MSWINDOWS flag set.
20 * FIX: Minor code cleanups and warning fixes.
21 * FIX: Make quota support work on FreeBSD.
22
23 Changes from 1.5rc2
24 ===================
25
26 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
27        file on the packagers system did not contain the necessary patch.
28 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
29        any interfaces. This was caused by an overzealous validity check.
30
31 Changes from 1.5rc1
32 ===================
33
34 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
35        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
36        generated during package build.
37 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
38        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
39        and prior bounds checking.