summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-02-27 22:46:27 +0100
committerVolker Lendecke <vl@samba.org>2008-02-27 22:52:28 +0100
commitd4bf587eb7fdc21d9c64edd5093dd059c60ed73f (patch)
treece580b5a66ae977196d270e040c3d9797521fd42 /WHATSNEW.txt
parent8c2b6a126c0f6e111d66e17fb46077a76bc81a15 (diff)
downloadsamba-d4bf587eb7fdc21d9c64edd5093dd059c60ed73f.tar.gz
samba-d4bf587eb7fdc21d9c64edd5093dd059c60ed73f.tar.bz2
samba-d4bf587eb7fdc21d9c64edd5093dd059c60ed73f.zip
Add some entries to WHATSNEW
If this is too much self-praising, feel free to revert :-) (This used to be commit 1edfeb9951b77a21044f0ea4e75255faef308e67)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index de8df4b006..3390256f81 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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>