diff options
author | Michael Adam <obnox@samba.org> | 2008-02-28 11:59:11 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-28 12:20:43 +0100 |
commit | 5458715069be7a4f9645d4048e8402a98832fcf4 (patch) | |
tree | 2dbf80a8dd5e2d817296c54ce7c31971d2b41ebc | |
parent | 78a7a6fefc018f7bbbcd5702efbf59730640e7e2 (diff) | |
download | samba-5458715069be7a4f9645d4048e8402a98832fcf4.tar.gz samba-5458715069be7a4f9645d4048e8402a98832fcf4.tar.bz2 samba-5458715069be7a4f9645d4048e8402a98832fcf4.zip |
WHATSNEW: Move Volker's post pre1 changes to the appropriate section.
Michael
(This used to be commit 8cc0d46c388f5971bf468e6eb607b5e230f9a2dd)
-rw-r--r-- | WHATSNEW.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index bb678fb936..738f5d5ab9 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -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> |