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