The branch, v4-14-test has been updated via 31defeed802 VERSION: Bump version up to 4.14.0rc5... via 205891fc5ac VERSION: Disable GIT_SNAPSHOT for the 4.14.0rc4 release. via 93b47d319cc WHATSNEW: Add release notes for Samba 4.14.0rc4. from 9baa3dddd0d smbd: don't overwrite _mode if neither a msdfs symlink nor get_dosmode is requested
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-test - Log ----------------------------------------------------------------- commit 31defeed8029af30b24d1787b8ec8588601ae148 Author: Karolin Seeger <ksee...@samba.org> Date: Mon Mar 1 10:27:24 2021 +0100 VERSION: Bump version up to 4.14.0rc5... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 205891fc5ac3a116cefc15c12516e3fc0f8f5c10 Author: Karolin Seeger <ksee...@samba.org> Date: Mon Mar 1 10:25:56 2021 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.14.0rc4 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 93b47d319cc327ce5159985df7392117f2dbfb1c Author: Karolin Seeger <ksee...@samba.org> Date: Mon Mar 1 10:25:19 2021 +0100 WHATSNEW: Add release notes for Samba 4.14.0rc4. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index ab54ecbbbea..14663dc058f 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=4 +SAMBA_VERSION_RC_RELEASE=5 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ca597378c9e..37805c35f26 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the third release candidate of Samba 4.14. This is *not* +This is the fourth release candidate of Samba 4.14. 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/. @@ -203,6 +203,26 @@ smb.conf changes server smb encrypt New default +CHANGES SINCE 4.14.0rc3 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection closed + force a full reload of services. + +o Andrew Bartlett <abart...@samba.org> + * BUG 14593: dbcheck: Check Deleted Objects and reduce noise in reports about + expired tombstones. + +o Ralph Boehme <s...@samba.org> + * BUG 14619: vfs: Restore platform specific POSIX sys_acl_set_file() + functions. + * BUG 14620: Fix the build on AIX. + * BUG 14629: smbd: Don't overwrite _mode if neither a msdfs symlink nor + get_dosmode is requested. + * BUG 14635: Fix printer driver upload. + + CHANGES SINCE 4.14.0rc2 ======================= -- Samba Shared Repository