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