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