]> arthur.barton.de Git - netatalk.git/blobdiff - NEWS
Update news and version
[netatalk.git] / NEWS
diff --git a/NEWS b/NEWS
index ee80a77b1bcc3dd56f89f18ef1ce82264e1811b6..b8843fa4afbefe43284318269e47fb2f6f61f3d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
+Changes in 2.2alpha4
+====================
+
+* NEW: Enhanced CNID "dbd" database for fast name search support.
+       Important: this makes cnidscheme "cdb" incompatible with "dbd".
+* NEW: afpd: support for fast catalog searches
+* UPD: afpd: CNID database versioning check for "cdb" scheme
+* UPD: cnid_dbd: CNID database versioning
+* UPD: cnid_dbd: CNID database upgrading
+* UPD: cnid_dbd: additional CNID database index for fast name searches
+
 Changes in 2.2alpha3
 ====================
 
 * FIX: afpd: various fixes
+* FIX: Any daemon did not run if atalkd doesn't exist (redhat/debian)
 
 Changes in 2.2alpha2
 ====================
@@ -36,7 +48,13 @@ Changes in 2.1.5
 * UPD: afpd: support newlines in -loginmesg with \n escaping syntax
 * UPD: afpd: support for changed chmod semantics on ZFS with ACLs
        in onnv145+
-* FIX: afpd: fix leaking resource when moving objects on the server
+* FIX: afpd: fix leaking ressource when moving objects on the server
+* FIX: afpd: backport Solaris 10 compatibilty fix from 2.2: don't use
+       SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
+* FIX: afpd: misaligned memory access on Sparc in ad_setattr, fixes
+       bug 3110004.
+* FIX: cnid_dbd: backport Solaris 10 compatibilty fix from 2.2: don't
+       use SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
 
 Changes in 2.1.4
 ================