summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-05-23 18:40:07 +0000
committerGerald Carter <jerry@samba.org>2006-05-23 18:40:07 +0000
commit1f25a5c65a10e77eba8643c99424c8910142be8a (patch)
tree8267ee63d0ec94c82c660919260b35c035adb9d0 /WHATSNEW.txt
parent734dc9a180fe4293b722ed184dbcefc1850c3d9b (diff)
downloadsamba-1f25a5c65a10e77eba8643c99424c8910142be8a.tar.gz
samba-1f25a5c65a10e77eba8643c99424c8910142be8a.tar.xz
samba-1f25a5c65a10e77eba8643c99424c8910142be8a.zip
r15841: grab talloc fixes (current up to r15838)
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 898007a5a8d..a6ff0bc0628 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -61,6 +61,8 @@ o Jeremy Allison <jra@samba.org>
* Instruct winbindd to ignore fd_set when select() returns -1.
* BUG 3779: Make nmbd udp sockets non-blocking to prevent problem
with select returning true but no data being available.
+ * Backport talloc_steal() fixes from SAMBA_4_0 (original fixes by
+ Andrew Tridgell).
o Timur Bakeyev <timur@com.bat.ru>