The branch, v4-3-test has been updated via 610de62 WHATSNEW: Prepare release notes for Samba 4.3.0rc4 via 554a887 VERSION: Bump version up to 4.3.0rc4... via 5d9f4f9 VERSION: Release Samba 4.3.0rc3 via 5b3545e WHATSNEW: Update release notes for Samba 4.3.0rc3 from dfa6a2d ctdb-daemon: Correctly process the exit code from failed eventscripts
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-3-test - Log ----------------------------------------------------------------- commit 610de623d9dfe130656fcf03c761192b17f2751e Author: Stefan Metzmacher <me...@samba.org> Date: Tue Aug 18 12:36:33 2015 +0200 WHATSNEW: Prepare release notes for Samba 4.3.0rc4 Signed-off-by: Stefan Metzmacher <me...@samba.org> commit 554a887f56fa423c874d45dc447ec80936571e38 Author: Stefan Metzmacher <me...@samba.org> Date: Tue Aug 18 12:31:57 2015 +0200 VERSION: Bump version up to 4.3.0rc4... ...and re-enable git snapshots. Signed-off-by: Stefan Metzmacher <me...@samba.org> commit 5d9f4f950e5c63d30611e77eb7bc7fcfcf985b82 Author: Stefan Metzmacher <me...@samba.org> Date: Tue Aug 18 12:30:59 2015 +0200 VERSION: Release Samba 4.3.0rc3 Signed-off-by: Stefan Metzmacher <me...@samba.org> commit 5b3545e4b939990a6d39a13e43cc2ab1f3469345 Author: Stefan Metzmacher <me...@samba.org> Date: Tue Aug 18 12:27:47 2015 +0200 WHATSNEW: Update release notes for Samba 4.3.0rc3 Signed-off-by: Stefan Metzmacher <me...@samba.org> Reviewed-by: Andreas Schneider <a...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 32bb725..2b6b1ad 100644 --- a/VERSION +++ b/VERSION @@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE= # e.g. SAMBA_VERSION_RC_RELEASE=1 # # -> "3.0.0rc1" # ######################################################## -SAMBA_VERSION_RC_RELEASE=3 +SAMBA_VERSION_RC_RELEASE=4 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index a657a9e..4150dba 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the third release candidate of Samba 4.3. This is *not* +This is the fourth release candidate of Samba 4.3. 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/. @@ -126,6 +126,12 @@ Both client and server have support for SMB 3.1.1 now. This is the dialect introduced with Windows 10, it improves the secure negotiation of SMB dialects and features. +There's also a new optinal encryption algorithm aes-gcm-128, +but for now this is only selected as fallback and aes-ccm-128 +is preferred because of the better performance. This might change +in future versions when hardware encryption will be supported. +See https://bugzilla.samba.org/show_bug.cgi?id=11451. + New smbclient subcommands ------------------------- @@ -284,9 +290,38 @@ KNOWN ISSUES Currently none. +CHANGES SINCE 4.2.0rc3 +====================== + + CHANGES SINCE 4.3.0rc2 ====================== +o Andrew Bartlett <abart...@samba.org> + * Bug 11436: samba-tool uncaught exception error + * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941 + LDAP_MATCHING_RULE_IN_CHAIN changes + +o Ralph Boehme <s...@samba.org> + * Bug 11278: Stream names with colon don't work with + fruit:encoding = native + * Bug 11426: net share allowedusers crashes + +o Amitay Isaacs <ami...@gmail.com> + * Bug 11432: Fix crash in nested ctdb banning + * Bug 11434: Cannot build ctdbpmda + * Bug 11431: CTDB's eventscript error handling is broken + +o Stefan Metzmacher <me...@samba.org> + * Bug 11451: Poor SMB3 encryption performance with AES-GCM (part1) + * Bug 11316: tevent_fd needs to be destroyed before closing the fd + +o Arvid Requate <requ...@univention.de> + * Bug 11291: NetApp joined to a Samba/ADDC cannot resolve SIDs + +o Martin Schwenke <mar...@meltin.net> + * Bug 11432: Fix crash in nested ctdb banning + CHANGES SINCE 4.3.0rc1 ====================== -- Samba Shared Repository