summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-01-29 08:42:55 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-29 08:43:48 +0100
commitd98820b808581a1c585c8fc45335ccc28ca2888b (patch)
treead94b82421af5c014d8fb94374ef9326854061fc /WHATSNEW.txt
parent93d293c42ebe9ccc5f1bd6060ebdaf3cef41c55d (diff)
downloadsamba-d98820b808581a1c585c8fc45335ccc28ca2888b.tar.gz
samba-d98820b808581a1c585c8fc45335ccc28ca2888b.tar.xz
samba-d98820b808581a1c585c8fc45335ccc28ca2888b.zip
WHATSNEW: Update changes since 3.2.7.
Karolin (cherry picked from commit 31ea6bbc4a964604377509d3c096bae647c614a2)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 1616c3d719d..903e21df461 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -102,6 +102,7 @@ o Volker Lendecke <vl@sernet.de>
* Fix a memory leak in cups_pull_comment_location.
* Fix an ancient uninitialized variable read.
* Fix a bad memleak in vfs_full_audit.
+ * Fix several valgrind errors.
o Herb Lewis <hlewis@chomps.localdomain>
@@ -147,6 +148,7 @@ o Andreas Schneider <anschneider@suse.de>
* Fix a segfault if ? is there but the options are NULL.
* Avoid flooding of syslog with failing pam_putenv messages.
* Document default of the printing config variable.
+ * Use talloc_tos() instead of the talloc NULL context.
o Karolin Seeger <kseeger@samba.org>