diff options
author | Karolin Seeger <kseeger@samba.org> | 2013-09-26 11:53:28 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-09-26 13:39:19 +0200 |
commit | b5866b1d8ae85ce2ddbb0c6e406ceb6193782379 (patch) | |
tree | 6c81733a8a17face27bbda373ce45f9c974031af | |
parent | fd1583b3ce6d2275696e833f967e66f412367d5f (diff) | |
download | samba-b5866b1d8ae85ce2ddbb0c6e406ceb6193782379.tar.gz |
WHATSNEW: Add changes since 4.1.0rc3.
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Autobuild-User(v4-1-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-1-test): Thu Sep 26 13:39:19 CEST 2013 on sn-devel-104
-rw-r--r-- | WHATSNEW.txt | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c8418b69b1..8bfdb26814 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the third release candidate of Samba 4.1. This is *not* +This is the fourth release candidate of Samba 4.1. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. @@ -173,8 +173,51 @@ o Michael Adam <obnox@samba.org> * BUG 10134: Add "acl allow execute always" parameter. +o Jeremy Allison <jra@samba.org> + * BUG 10139: Valid utf8 filenames cause "invalid conversion error" + messages. + * BUG 10145: Samba SMB2 client code reads the wrong short name length in a + directory listing reply. + * BUG 10149: cli_smb2_get_ea_list_path() failed to close file on exit. + * BUG 10150: Not all OEM servers support the ALTNAME info level. + + +o Andrew Bartlett <abartlet@samba.org> + * BUG 9461: python-samba-tool fsmo: Do not give an error on a successful + role transfer. + + +o Günther Deschner <gd@samba.org> + * BUG 10147: Better document potential implications of a globally used + "valid users". + + +o Korobkin <korobkin+samba@gmail.com> + * BUG 10118: Raise the level of a debug when unable to open a printer. + + o Volker Lendecke <vl@samba.org> * BUG 10008: dbwrap_ctdb: Treat empty records as non-existing. + * BUG 10138: smbd: Always clean up share modes after hard crash. + + +o Daniel Liberman <danielvl@gmail.com> + * BUG 10162: Fix POSIX ACL mapping when setting DENY ACE's from Windows. + + +o Stefan Metzmacher <metze@samba.org> + * BUG 10144: libcli/smb: Use SMB1 MID=0 for the initial Negprot. + * BUG 10146: libcli/smb: Only check the SMB2 session setup signature if + required and valid. + + +o Matthieu Patou <mat@matws.net> + * BUG 10158: Netbios related samba process consumes 100% CPU. + + +o Christof Schmitt <christof.schmitt@us.ibm.com> + * BUG 10137: vfs_shadow_copy2: Display previous versions correctly over + SMB2. CHANGES SINCE 4.1.0rc2 |