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