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