From df4a86ebc1e53cc9af24a51cefa6766b88f12e86 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Sun, 5 Jun 2011 21:34:06 +0200 Subject: [PATCH] WHATSNEW: Update changes since 3.6.0rc1. Karolin --- WHATSNEW.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index a4d0ed46b06..2827bbe71a3 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -266,6 +266,8 @@ o Jeremy Allison * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket. * BUG 8157: Fix parsing a cups printcap file. * BUG 8163: Fix our asn.1 parser to handle negative numbers. + * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two + separate functions. o Christian Ambach @@ -276,6 +278,12 @@ o Andrew Bartlett * BUG 8151: Deprecate security parameters. +o Gregor Beck + * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down + from the client. + * BUG 8192: Fix parsing of multiple flags in 'smbcacls'. + + o Sumit Bose * BUG 8142: Fix typos in LDAP schema files. @@ -285,6 +293,14 @@ o Holger Hetterich * BUG 8154: Actually make use of SMBTA subversion numbers. +o Björn Jacke + * BUG 7998: Remove warning if IOV_MAX is not defined. + + +o Jim McDonough + * BUG 8166: Don't lockout users when offline. + + o Stefan Metzmacher * BUG 8140: talloc: Fix Valgrind false positives and other backports. * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir(). @@ -297,6 +313,13 @@ o Andreas Schneider o Volker Lendecke * BUG 8159: Fix memory corruption in fetching cli->server_domain from the server. + * BUG 8185: "security=server" does not obey guest login field. + * BUG 8189: Support shadow copy display over SMB2. + * BUG 8199: Fix potential crash in smbd handling smb2. + + +o Samuel Thibault + * BUG 7998: Fix build on Hurd. Changes since 3.6.0pre3 -- 2.11.4.GIT