summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-08-09 13:15:02 +0200
committerKarolin Seeger <kseeger@samba.org>2011-08-09 13:17:47 +0200
commitb1d9ddf738c6e59e489bc9c339ce6de5988b689e (patch)
tree07c9381ab121c59969428ec4f009aa39c141418e
parenteedcb96f8879dbaa6b585eb21a9c64fbeaaa7867 (diff)
downloadsamba-b1d9ddf738c6e59e489bc9c339ce6de5988b689e.tar.gz
samba-b1d9ddf738c6e59e489bc9c339ce6de5988b689e.tar.xz
samba-b1d9ddf738c6e59e489bc9c339ce6de5988b689e.zip
WHATSNEW: Update changes since rc3.samba-3.6.0
Karolin (cherry picked from commit 76022256cd23cd71354e21384e2350c761e9f373)
-rw-r--r--WHATSNEW.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 8933d92540b..4c147bede82 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -264,6 +264,10 @@ o Jeremy Allison <jra@samba.org>
* BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
+o Christian Ambach <ambi@samba.org>
+ * BUG 8330: Fix NFSv4 ACL merging logic.
+
+
o Andrew Bartlett <abartlet@samba.org>
* BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
@@ -276,10 +280,20 @@ o Alban Browaeys <prahal@yahoo.com>
* BUG 8341: Fix segfault in libsmbclient.
+o Björn Jacke <bj@sernet.de>
+ * BUG 8362: Fix build issue on old glibc systems.
+
+
o Volker Lendecke <vlendec@samba.org>
* BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
+o Stefan Metzmacher <metze@samba.org>
+ * BUG 8347: Fix regression for HP-UX, AIX and OSF.
+ * BUG 8357: Make sure we grant credits on async read/write operations.
+ * BUG 8358: Fix a bug in run_poll_events().
+
+
Changes since 3.6.0rc2
----------------------