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