1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add some entries to WHATSNEW

If this is too much self-praising, feel free to revert :-)
This commit is contained in:
Volker Lendecke 2008-02-27 22:46:27 +01:00
parent 5dd83aaff3
commit 1edfeb9951

View 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>