Add some entries to WHATSNEW
authorVolker Lendecke <vl@samba.org>
Wed, 27 Feb 2008 21:46:27 +0000 (22:46 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 27 Feb 2008 21:52:28 +0000 (22:52 +0100)
If this is too much self-praising, feel free to revert :-)
(This used to be commit 1edfeb9951b77a21044f0ea4e75255faef308e67)

WHATSNEW.txt

index de8df4b0068bf7f7363598dec3edbef87ed7725e..3390256f81fde160858a582ff105ed16e0986950 100644 (file)
@@ -22,6 +22,7 @@ Major enhancements in Samba 3.2.0 include:
   o Introduction of a registry based configuration system.
   o Improved CIFS Unix Extensions support.
   o Experimental support for file serving clusters.
+  o Support for storing alternate data streams in xattrs
 
 
   Winbind and Active Directory Integration:
@@ -195,6 +196,10 @@ 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>