The branch, v4-16-test has been updated via 91c7a2cb662 VERSION: Bump version up to Samba 4.16.0rc5... via 3b4041236d1 VERSION: Disable GIT_SNAPSHOT for the 4.16.0rc4 release. via d89d82bdde4 WHATSNEW: Add release notes for Samba 4.16.0rc4. from 2d87ade08a6 waf: re-add missing readlink test
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-16-test - Log ----------------------------------------------------------------- commit 91c7a2cb662c91fde271315d6abbc584dd63639b Author: Jule Anger <jan...@samba.org> Date: Tue Mar 1 08:58:07 2022 +0100 VERSION: Bump version up to Samba 4.16.0rc5... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 3b4041236d18e48db6fe4c521b0c267ae08b15a6 Author: Jule Anger <jan...@samba.org> Date: Tue Mar 1 08:57:23 2022 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.16.0rc4 release. Signed-off-by: Jule Anger <jan...@samba.org> commit d89d82bdde43e93aa545bc30876159495ff35b59 Author: Jule Anger <jan...@samba.org> Date: Tue Mar 1 08:56:14 2022 +0100 WHATSNEW: Add release notes for Samba 4.16.0rc4. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index c7313ceeb98..afc3c64af35 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 cdd911d40b1..e511e17c4c8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the third release candidate of Samba 4.16. This is *not* +This is the fourth release candidate of Samba 4.16. 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/. @@ -174,6 +174,25 @@ smb.conf changes rpc start on demand helpers Added true +CHANGES SINCE 4.16.0rc3 +======================= + +o Samuel Cabrero <scabr...@suse.de> + * BUG 14979: Problem when winbind renews Kerberos. + +o Björn Jacke <b...@sernet.de> + * BUG 13631: DFS fix for AIX broken. + * BUG 14974: Solaris and AIX acl modules: wrong function arguments. + * BUG 7239: Function aixacl_sys_acl_get_file not declared / coredump. + +o Andreas Schneider <a...@samba.org> + * BUG 14967: Samba autorid fails to map AD users if id rangesize fits in the + id range only once. + +o Martin Schwenke <mar...@meltin.net> + * BUG 14958: CTDB can get stuck in election and recovery. + + CHANGES SINCE 4.16.0rc2 ======================= -- Samba Shared Repository