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