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