The branch, v4-16-test has been updated via 8ac427eed2c VERSION: Bump version up to Samba 4.16.0rc6... via 3a2c1b12f84 VERSION: Disable GIT_SNAPSHOT for the 4.16.0rc5 release. via c3ee2db15a8 WHATSNEW: Add release notes for Samba 4.16.0rc5. from 4b6a6af868c s4:kdc: redirect pre-authentication failures to an RWDC
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-16-test - Log ----------------------------------------------------------------- commit 8ac427eed2c6d200105d199c4695a304f17c76a5 Author: Jule Anger <jan...@samba.org> Date: Tue Mar 8 15:48:22 2022 +0100 VERSION: Bump version up to Samba 4.16.0rc6... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 3a2c1b12f841f6ab2e3d2208fa9f46a55d5129f3 Author: Jule Anger <jan...@samba.org> Date: Tue Mar 8 15:47:32 2022 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.16.0rc5 release. Signed-off-by: Jule Anger <jan...@samba.org> commit c3ee2db15a8f7c879ccbf1b6f1326621e7072c08 Author: Jule Anger <jan...@samba.org> Date: Tue Mar 8 15:46:47 2022 +0100 WHATSNEW: Add release notes for Samba 4.16.0rc5. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index afc3c64af35..f37d4c2db1b 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=5 +SAMBA_VERSION_RC_RELEASE=6 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e511e17c4c8..83d77b5c028 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the fourth release candidate of Samba 4.16. This is *not* +This is the fifth 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,37 @@ smb.conf changes rpc start on demand helpers Added true +CHANGES SINCE 4.16.0rc4 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 14737: Samba does not response STATUS_INVALID_PARAMETER when opening 2 + objects with same lease key. + +o Jule Anger <jan...@samba.org> + * BUG 14999: Listing shares with smbstatus no longer works. + +o Douglas Bagnall <douglas.bagn...@catalyst.net.nz> + * BUG 14996: Fix ldap simple bind with TLS auditing. + +o Andrew Bartlett <abart...@samba.org> + * BUG 14995: Use Heimdal 8.0 (pre) rather than an earlier snapshot. + +o Volker Lendecke <v...@samba.org> + * BUG 14989: Fix a use-after-free in SMB1 server. + +o Stefan Metzmacher <me...@samba.org> + * BUG 14865: Uncached logon on RODC always fails once. + * BUG 14984: Changing the machine password against an RODC likely destroys + the domain join. + * BUG 14993: authsam_make_user_info_dc() steals memory from its struct + ldb_message *msg argument. + * BUG 14995: Use Heimdal 8.0 (pre) rather than an earlier snapshot. + +o Joseph Sutton <josephsut...@catalyst.net.nz> + * BUG 14995: Use Heimdal 8.0 (pre) rather than an earlier snapshot. + + CHANGES SINCE 4.16.0rc3 ======================= -- Samba Shared Repository