The branch, v4-5-test has been updated via 3e25b21 VERSION: Bump version up to 4.5.0rc3... via 30d823e VERSION: Disable git snapshots for the 4.5.0rc2 release. via 5ad65ec WHATSNEW: Add changes since rc1. from 6a9bdca dbwrap_ctdb: treat empty records in ltdb as non-existing
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-5-test - Log ----------------------------------------------------------------- commit 3e25b210c3412981255c75445be1c39d778c3025 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Aug 10 11:43:43 2016 +0200 VERSION: Bump version up to 4.5.0rc3... and re-enable git snapshots. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 30d823ef6ef9670d2d83d9161af49be40551fc5e Author: Karolin Seeger <ksee...@samba.org> Date: Wed Aug 10 11:41:17 2016 +0200 VERSION: Disable git snapshots for the 4.5.0rc2 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 5ad65ecbc1546604542acdb3c1e489bb1455bad9 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Aug 10 11:10:16 2016 +0200 WHATSNEW: Add changes since rc1. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 36 +++++++++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 4 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 4e3cbd6..e238267 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=2 +SAMBA_VERSION_RC_RELEASE=3 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 418a1f8..f5b693a 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -312,8 +312,8 @@ New shadow_copy2 options REMOVED FEATURES ================ -only user and username parameters ---------------------------------- +"only user" and "username" parameters +------------------------------------- These two parameters have long been deprecated and superseded by "valid users" and "invalid users". @@ -337,12 +337,42 @@ smb.conf changes KNOWN ISSUES ============ -Currently none. +https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.5#All_bugs CHANGES SINCE 4.5.0rc1 ====================== +o Ralph Boehme <s...@samba.org> + * BUG 12005: parse_share_modes() chokes on ctdb tombstone record from ltdb. + * BUG 12105: smbclient connection to not reachable IP eats 100% CPU. + +o Ira Cooper <i...@samba.org> + * BUG 12133: source3/wscript: Add support for disabling vfs_cephfs. + +o Amitay Isaacs <ami...@gmail.com> + * BUG 12121: ctdb-tools: Fix numerous Coverity IDs and other issues. + * BUG 12122: If a transaction fails, it should be canceled and transaction + handle should be freed. + * BUG 12134: dbwrap: Fix structure initialization. + +o Marc Muehlfeld <mmuehlf...@samba.org> + * BUG 12023: man: Fix wrong option for parameter "ldap ssl" in smb.conf + man page. + +o Andreas Schneider <a...@samba.org> + * BUG 12104: ctdb-waf: Move ctdb tests to libexec directory. + +o Martin Schwenke <mar...@meltin.net> + * BUG 12104: ctdb-packaging: Move ctdb tests to libexec directory. + * BUG 12109: Fixes several CTDB tests. + * BUG 12110: Fix numerous Coverity IDs. + * BUG 12113: ctdb-mutex: Avoid corner case where helper is already + reparented to init. + * BUG 12123: Fix ctdb tickle command and update documentation. + * BUG 12125: CTDB overwrites working configuration due to packaging + change. + * BUG 12126: Fix broken CTDB log messages. ####################################### -- Samba Shared Repository