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