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