summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-04-09 10:08:57 +0200
committerKarolin Seeger <kseeger@samba.org>2013-04-09 10:08:57 +0200
commit9c6bd3808d74991e4e11b2a006a3f4a3e4575905 (patch)
treed4f5328b06a4a7eaf11c1fd178d728a633e7c777 /WHATSNEW.txt
parentff9d83248b64e11d898dabeaa6fe31cf280208b3 (diff)
downloadsamba-9c6bd3808d74991e4e11b2a006a3f4a3e4575905.tar.gz
WHATSNEW: Add major enhancements.
And update some of the changes since 4.0.4. Karolin
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9f55336a59f..2f8d8634955 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -8,7 +8,8 @@ This is is the latest stable release of Samba 4.0.
Major enhancements in Samba 4.0.5 include:
-o
+o Fix large reads/writes from some Linux clients (bug #9706).
+o Add 'samba-tool dbcheck --reset-well-known-acls' (bugs #9740 and #9267).
Changes since 4.0.4:
@@ -27,7 +28,7 @@ o Jeremy Allison <jra@samba.org>
* BUG 9519: Samba returns unexpected error on SMB posix open.
* BUG 9642: Fix the build of vfs_afsacl.
* BUG 9695: Backport tevent changes to bring library to version 0.9.18.
- * BUG 9706: Parameter is incorrect on Android.
+ * BUG 9706: Fix large reads/writes from some Linux clients.
* BUG 9724: is_encrypted_packet() function incorrectly used inside server.
* BUG 9733: Fix 'smbcontrol close-share'.
* BUG 9748: Remove unneeded fstat system call from hot read path.
@@ -62,6 +63,7 @@ o Andrew Bartlett <abartlet@samba.org>
* BUG 9728: DO NOT install samba_upgradeprovision in 4.0.x.
* BUG 9739: PIDL: Build fixes for hosts without CPP (Solaris 11).
* BUG 9740: Add 'samba-tool dbcheck --reset-well-known-acls'.
+ * BUG 9267: Can't delegate adding computers to domain.
o Alexander Bokovoy <ab@samba.org>