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