From: Karolin Seeger Date: Tue, 2 Jun 2009 12:00:50 +0000 (+0200) Subject: WHATSNEW: Add changes since 3.2.11. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb6b4c592ae3e855019a604e0e7ada6ad816e00;p=thirdparty%2Fsamba.git WHATSNEW: Add changes since 3.2.11. Karolin --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 71db9d6ade7..1cabf8fc1ae 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -19,6 +19,49 @@ Changes since 3.2.11 -------------------- +o Michael Adam + * Prevent creation of keys containing the '/' character. + + +o Jeremy Allison + * BUG 6099: Fix joining of Win7 into Samba domain. + * BUG 6279: Fix Winbind crash. + * BUG 6291: Fix "force user". + * BUG 6386: Groupdb mapping fix. + * Fix bug in processing of open modes in POSIX open. + + +o Guenther Deschner + * BUG 6301: Fix samr_ConnectVersion enum which is 32bit not 16bit. + + +o Björn Jacke + * Also handle DirX return codes. + + +o Volker Lendecke + * BUG 5798: CFLAGS info lost in configure. + * BUG 6382: Fix case insensitive access to DFS links. + * Fix a race condition in winbind leading to a panic. + + +o Stefan Metzmacher + * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the + owner. + * Fix a crash bug if we timeout in net rpc trustdom list. + + +o D.L. Meyer + * BUG 5832: Fix build on RHEL when ccache is not available. + + +o Karolin Seeger + * BUG 5853: Add keyutils-devel to build requires. + + +o Simo Sorce + * Fix profile acls in some corner cases. + ######################################################################