summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-10-12 13:10:29 +0200
committerKarolin Seeger <kseeger@samba.org>2009-10-12 13:11:53 +0200
commit2c935e618331face49a11ba3459b93d453d7092f (patch)
treeaf3b9e9e06f905a40cf02725b2985adb07526a62 /WHATSNEW.txt
parentcdf190a5030291807ea30481c8fee67c6b6187d5 (diff)
downloadsamba-2c935e618331face49a11ba3459b93d453d7092f.tar.gz
samba-2c935e618331face49a11ba3459b93d453d7092f.tar.xz
samba-2c935e618331face49a11ba3459b93d453d7092f.zip
WHATSNEW. Update changes since 3.3.8.
Karolin (cherry picked from commit 680e39a6795729dfa5e9a748e189f1424324434f)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 81a325c0364..6017bfcfeb1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -22,11 +22,14 @@ Changes since 3.3.8
o Michael Adam <obnox@samba.org>
* BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
+ * BUG 6692: Fix mount.cifs segfault.
o Jeremy Allison <jra@samba.org>
* BUG 6504: Fix SAMR server for Winbind access.
+ * BUG 6769: Symlink unlink does nothing.
* BUG 6776: Fix core dump when running overlapping Byte Lock test.
+ * BUG 6781: Fix renaming of subfolders in Explorer view.
o Yannick Bergeron <burgergold@hotmail.com>
@@ -49,8 +52,10 @@ o Volker Lendecke <vl@samba.org>
* BUG 5886: Fix password change propagation.
* BUG 6349: Initialize domain info struct.
* BUG 6585: Fix unqualified "net join".
+ * BUG 6606: Fix file corruption using smbclient with NT4 server.
* BUG 6646: Correctly chew keepalive packets.
* BUG 6785: Only ever handle one event after a select call.
+ * BUG 6797: Fix a memleak in libwbclient.
o Derrell Lipman <derrell.lipman@unwireduniverse.com>