From 61ba90ab5a28002e6b902430adba35db4fcb72e7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 21 Dec 2009 11:22:17 +0100 Subject: [PATCH] WHATSNEW: Update changes since 3.5.0pre2. Karolin (cherry picked from commit 350e7db17296a7987f5e007b7404c7b82cbf4995) --- WHATSNEW.txt | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 60 insertions(+), 5 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e92d30b530a..84d46809796 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,9 +1,9 @@ - ================================= - Release Notes for Samba 3.5.0pre2 - December 15, 2009 - ================================= + ================================ + Release Notes for Samba 3.5.0rc1 + January 7, 2010 + ================================ -This is the second preview release of Samba 3.5. This is *not* +This is the first release candidate of Samba 3.5. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. @@ -97,6 +97,61 @@ o Stefan Metzmacher * Implement the new SMB2 protocol (experimental). +Changes since 3.5.0pre2 +----------------------- + +o Jeremy Allison + * BUG 6837: Fix "Too many open files" when trying to access large number of + files with Windows 7. + * BUG 6939: Fix long filenames when "mangling method" is set to "hash". + * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned + attributes by protocol level. + * Vector correctly through reply_openerror() (which uses the same logic). + + +o Günther Deschner + * Allow to call "pdbedit -N description -u user" without specifiyng "-r". + * Add spoolss_DriverInfo7. + * Fix rpcclient after setprinter IDL fixes. + + +o Jonas Gorski + * BUG 6992: make test for getgrouplist cacheable. + + +o Volker Lendecke + * Fix _samr_GetAliasMembership for results with 0 rids. + * Fix an error case in cli_negprot. + + +o Kamen Mazdrashki + * Fix write behind memory block in libtalloc. + + +o Simo Sorce + * Change the way mksysms work in libtalloc. + + +o Stefan Metzmacher + * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() + to tsocket. + * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. + * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. + + +o Peter Rosin + * Output %p as unsigned in snprintf replacement. + + +o Ronnie Sahlberg + * New attempt at TDB transaction nesting allow/disallow. + + +o Kirill Smelkov + * Remove swig stuff from libtdb. + * Reset tdb->fd to -1 in tdb_close() in libtdb. + + Changes since 3.5.0pre1 ----------------------- -- 2.11.4.GIT