]> arthur.barton.de Git - netatalk.git/blob - NEWS
Merge latest CNID DB code from HEAD.
[netatalk.git] / NEWS
1 Changes from 1.5.1
2 ==================
3
4 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
5        This includes a new configure option --enable-netbsd.
6 * UPD: Use separate macro for AFS configure check.
7 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
8        out-of-the-box usage of Netatalk.
9 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
10        issues, but isn't perfect, yet. Added some Solaris compatibility
11        fixes to the Kernel sources, too.
12 * FIX: AFS compilation would fail due to a misnamed variable.
13 * FIX: SLP configure check was wrong so SLP did not compile.
14 * FIX: Fix the way quotas are handled under certain situations.
15 * FIX: Do not enable debugging code if debugging option is not set.
16 * FIX: Some problems with wrongly assigned DIDs were fixed.
17 * FIX: Various bug fixes and code cleanups.
18
19 Changes from 1.5.0
20 ==================
21
22 * NEW: Added a program called cnid_didname_verify that can be used to
23        verify the consistency of the CNID database.
24 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
25        supposed to!
26 * UPD: Code cleanups and compatibility fixes to macusers.
27 * UPD: AppleVolumes.system was cleaned up.
28 * FIX: Really fix Tru64 compilation (see last entry).
29 * FIX: Hand correct error value back to AFP client when deleting files or
30        directories fails.
31 * FIX: Leading or trailing spaces are now forbidden on volumes that have
32        the AFPVOL_MSWINDOWS flag set.
33 * FIX: Minor code cleanups and warning fixes.
34 * FIX: Make quota support work on FreeBSD.
35
36 Changes from 1.5rc2
37 ===================
38
39 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
40        file on the packagers system did not contain the necessary patch.
41 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
42        any interfaces. This was caused by an overzealous validity check.
43
44 Changes from 1.5rc1
45 ===================
46
47 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
48        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
49        generated during package build.
50 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
51        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
52        and prior bounds checking.