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