From 352adf37d2fcf3997544b3e079c79689befc7d2a Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 8 Dec 2009 10:54:26 +0100 Subject: [PATCH] WHATSNEW: Add changes since 3.5.0pre1. Karolin (cherry picked from commit a2c4f88b3e4329bf82f3236b0972babfe8df4532) --- WHATSNEW.txt | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 441845d8168..7dcafd54aad 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -96,6 +96,75 @@ o Stefan Metzmacher * Implement the new SMB2 protocol (experimental). +Changes since 3.5.0pre1 +----------------------- + +o Michael Adam + * Fix the build when no external talloc and tdb are installed. + * Fix detection of CTDB headers on systems without system-libtalloc. + + +o Jeremy Allison + * BUG 6802: A created folder does not properly inherit permissions from + parent in vfs_acl_xattr. + * BUG 6837: "Too many open files" when trying to access large number of + files from Windows 7. + * BUG 6938 : No hook exists to check creation rights when using acl_xattr + module. + * Fix vfs_acl_xattr which was failing to call the NEXT connect function. + * Restructure the ACL code. + * Refactor reply_rmdir to use handle based code. + + +o Günther Deschner + * BUG 6929: Fix build with recent heimdal. + * Fix several printing issues. + * Fix the build on Mac OS X 10.6.2. + * Fix net and rpcclient after setprinterdataex changes. + + +o Björn Jacke + * Prefer posix_fallocate for doing "strict allocate". + + +o Matt Kraai + * BUG 6860: Fix shared library build on QNX. + + +o Volker Lendecke + * BUG 6288: SWAT adds a second share when changing parameters of an existing + share. + * BUG 6435: Fix minor memory corruption. + * Restore "fake directory create times" as a share parameter. + * Fix explicit stat64 support. + * Add support for NetWkstaGetInfo 101 and 102. + * Add rpcclient wkssvc_enumerateusers. + * De-deprecate "write cache size" to prevent its removal without a proper + alternative. + + +o Jim McDonough + * BUG 6967: Prevent glibc error on 'net ads join'. + + +o Lars Müller + * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was + set while configure. + + +o Ian Puleston + * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers. + + +o Karolin Seeger + * Fix the build of the example VFS modules. + + +o Bo Yang + * BUG 6879: Fix crash in Winbind. + * Fix crash in free_file_list(). + + ###################################################################### Reporting bugs & Development Discussion ####################################### -- 2.11.4.GIT