]> arthur.barton.de Git - netatalk.git/commitdiff
News for 1.5.2 from stabilizing branch.
authorsrittau <srittau>
Sat, 16 Feb 2002 11:58:25 +0000 (11:58 +0000)
committersrittau <srittau>
Sat, 16 Feb 2002 11:58:25 +0000 (11:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d90432bd0beb187104f668e74abe36da9d49af73..081484e57a5c334af214012dd4be0ed971e3f4b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes from 1.5.1
+==================
+
+* NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
+       This includes a new configure option --enable-netbsd.
+* NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
+       the server every 10 seconds for open window updates.  Currently
+       this is the only way to get asynchronous directory updates.
+* UPD: Use separate macro for AFS configure check.
+* UPD: Some Perl scripts are now (partially) auto-generated. This improves
+       out-of-the-box usage of Netatalk.
+* UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
+       issues, but isn't perfect, yet. Added some Solaris compatibility
+       fixes to the Kernel sources, too.
+* UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
+       code requires you to delete _all_ existing .AppleDB directories in
+       order to avoid database corruption!
+* FIX: The file AppleVolumes.system contained wrong line breaks so that
+       not all file types were properly recognized.
+* FIX: AFS compilation would fail due to a misnamed variable.
+* FIX: SLP configure check was wrong so SLP did not compile.
+* FIX: Fix the way quotas are handled under certain situations.
+* FIX: Do not enable debugging code if debugging option is not set.
+* FIX: Some problems with wrongly assigned DIDs were fixed.
+* FIX: Various bug fixes and code cleanups.
+
 Changes from 1.5.0
 ==================