WHATSNEW: Move Volker's post pre1 changes to the appropriate section.
authorMichael Adam <obnox@samba.org>
Thu, 28 Feb 2008 10:59:11 +0000 (11:59 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 28 Feb 2008 11:20:43 +0000 (12:20 +0100)
Michael

WHATSNEW.txt

index bb678fb936fee642f9afa276d59033df496fc109..738f5d5ab9d1107de1538eb431d6406173f0a095 100644 (file)
@@ -132,6 +132,13 @@ o   Kai Blin <kai@samba.org>
     * Correctly handle mixed-case hostnames in NTLMv2 authentication.
 
 
+o  Volker Lendecke <vl@samba.org>
+    * Support for storing xattrs in tdb files
+    * Support for storing alternate data streams in xattrs
+    * Implement a generic in-memory cache based on rb-trees
+    * Add implicit temporary talloc contexts via talloc_stack()
+
+
 o   Stefan Metzmacher <metze@samba.org>
     * Fixes for libreplace.
     * Build fixes.
@@ -233,10 +240,6 @@ o   Volker Lendecke <vl@samba.org>
     * Remove static incoming and outgoing buffers from core server SMB 
       packet processing code.
     * Add "net sam rights" command.
-    * Support for storing xattrs in tdb files
-    * Support for storing alternate data streams in xattrs
-    * Implement a generic in-memory cache based on rb-trees
-    * Add implicit temporary talloc contexts via talloc_stack()
 
 
 o   Steve French <sfrench@samba.org>