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