summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-06-14 13:15:37 +0200
committerKarolin Seeger <kseeger@samba.org>2011-06-14 13:17:28 +0200
commit2fbc5382ef48755b09c60e9dfa66fd1b2e880c18 (patch)
tree44385b114c2856b70206db6c4cc7c4c071e39e39
parentaa1fbfa3056dc59262603d7bca73307643b916be (diff)
downloadsamba-2fbc5382ef48755b09c60e9dfa66fd1b2e880c18.tar.gz
WHATSNEW: Update changes since 3.5.8.samba-3.5.9
Karolin (cherry picked from commit d1880d237bdf79b036623ebf5ae477838c9482c9)
-rw-r--r--WHATSNEW.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 209cc63af49..f9b4a46c28e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -8,7 +8,10 @@ This is the latest stable release of Samba 3.5.
Major enhancements in Samba 3.5.9 include:
-o
+o Sgid bit lost on folder rename (bug #7996).
+o ACL can get lost when files are being renamed (bug #7987).
+o Respect "allow trusted domains = no" in Winbind (bug #6966).
+
Changes since 3.5.8:
--------------------
@@ -32,6 +35,8 @@ o Jeremy Allison <jra@samba.org>
* BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
* BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
* BUG 8163: Fix our asn.1 parser to handle negative numbers.
+ * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
+ permissions = yes".
o Christian Ambach <ambi@samba.org>
@@ -100,6 +105,7 @@ o Jim McDonough <jmcd@samba.org>
o Stefan Metzmacher <metze@samba.org>
+ * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
* BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.