summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-02-20 08:58:58 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-20 09:00:04 +0100
commitb93bb7a251cef874eb2d872718f845f00726a8bc (patch)
tree48fbc6fa2d4ca607f4793b4b8bf25115129d09d2 /WHATSNEW.txt
parentb054455edc927a2a031173b2e9bcb2583ea0cffb (diff)
downloadsamba-b93bb7a251cef874eb2d872718f845f00726a8bc.tar.gz
samba-b93bb7a251cef874eb2d872718f845f00726a8bc.tar.xz
samba-b93bb7a251cef874eb2d872718f845f00726a8bc.zip
WHATSNEW: Update changes since 3.3.0.
Karolin (cherry picked from commit ea6f99daeb6bb720ef0b0b1439a96d24e87973f2)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index cdce940e501..74e8767cb0d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -42,6 +42,9 @@ o Jeremy Allison <jra@samba.org>
* Correctly use chroot().
* Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
read from the rpc packet in spoolss is under that size.
+ * Backport the semantics of when to delete alternate data streams on a file
+ truncate.
+ * Fix printf warnings.
o Michael Adam <obnox@samba.org>
@@ -55,6 +58,7 @@ o Michael Adam <obnox@samba.org>
o Guenther Deschner <gd@samba.org>
+ * Fix Coverity ID 848.
* Remove unused ENUM_HND from 'net'.
* Fix getform command asprintf return code in rpcclient.
* Fix memleak in get_remote_printer_publishing_data().
@@ -85,6 +89,8 @@ o Volker Lendecke <vl@samba.org>
* Avoid valgrind errors.
* Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
* Fix resume handle for _samr_EnumDomainGroups.
+ * Fix a buffer handling bug when adding lots of registry keys.
+ * Fix a O(n^2) algorithm in regdb_fetch_keys().
o Jeff Layton <jlayton@redhat.com>