summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-08-30 17:10:06 +0000
committerGerald Carter <jerry@samba.org>2006-08-30 17:10:06 +0000
commit6d2d378813250b0b3dc2575802375014d3903ba0 (patch)
tree54f7a0f569c9dee4f61af6b5f7f65bcc5555f62e /WHATSNEW.txt
parent0a00d6c8a46ad8f550caec5de964a062c5c46aee (diff)
downloadsamba-6d2d378813250b0b3dc2575802375014d3903ba0.tar.gz
samba-6d2d378813250b0b3dc2575802375014d3903ba0.tar.xz
samba-6d2d378813250b0b3dc2575802375014d3903ba0.zip
r17935: grab jeremy's memory leak fix and update the release notes
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index c83bfca4ca7..2c7338e76cd 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,6 @@
===============================
Release Notes for Samba 3.0.23c
- Aug 29, 2006
+ Aug 30, 2006
===============================
This is the latest stable release of Samba. This is the version
@@ -78,6 +78,7 @@ o Jeremy Allison <jra@samba.org>
* Fix inconsistency found in checking for NULL in DLIST_REMOVE
macro.
* Pointer dereference fixes based on the Saturn analysis tool.
+ * Fix memory leak in the AD DC lookup code.
o Gerald (Jerry) Carter <jerry@samba.org>