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