From: Karolin Seeger Date: Mon, 15 Jun 2009 12:31:04 +0000 (+0200) Subject: WHATSNEW: Update changes since 3.3.4. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e7638aed61cc908e7d658d208d1925ff16247c;p=thirdparty%2Fsamba.git WHATSNEW: Update changes since 3.3.4. Karolin --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d5326632e1f..9b5972e67c8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -8,6 +8,7 @@ This is the latest bugfix release of the Samba 3.3 series. Major enhancements in Samba 3.3.5 include: + o Fix SAMR and LSA checks (bug #6089, #6289) o Fix posix acls when setting an ACL without explicit ACE for the owner (bug #2346). o Fix joining of Win7 into Samba domain (bug #6099). @@ -36,7 +37,11 @@ o Michael Adam o Jeremy Allison + * BUG 6089: Revert the extra SAMR and LSA checks. * BUG 6099: Fix joining of Win7 into Samba domain. + * BUG 6289: Revert the extra SAMR and LSA checks. + * BUG 6297: Owner of sticky directory cannot delete files created by + others. * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event. * BUG 6330: Fix DFS on AIX. @@ -47,6 +52,7 @@ o Guenther Deschner * BUG 6301: Fix joining of Win2000 SP4 clients. * BUG 6309: Support remote unjoining of Windows 2003 or greater. * BUG 6372: Fix usermanager only displaying 1024 groups and aliases. + * BUG 6465: Fix enumeration of empty aliases (ldb backend). o Björn Jacke @@ -79,6 +85,10 @@ o D.L. Meyer * BUG 5832: Fix build on RHEL when ccache is not available. +o Andreas Schneider + * Some man pam_winbind improvements. + + o Karolin Seeger * BUG 5853: Add keyutils-devel to build requires to fix build on RHEL.