The branch, v4-16-test has been updated via caa6785eff0 VERSION: Bump version up to Samba 4.16.0rc4... via 2517bca6b10 VERSION: Disable GIT_SNAPSHOT for the 4.16.0rc3 release. via 5f8796ea630 WHATSNEW: Add release notes for Samba 4.16.0rc3. from 1bbb3677ae5 smbd: Safeguards for getpwuid
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-16-test - Log ----------------------------------------------------------------- commit caa6785eff0dee455f2f9a0125f9a6c069b2cadd Author: Jule Anger <jan...@samba.org> Date: Tue Feb 15 08:12:02 2022 +0100 VERSION: Bump version up to Samba 4.16.0rc4... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 2517bca6b10fb2ff5b2a2381a04c0ef957663a96 Author: Jule Anger <jan...@samba.org> Date: Tue Feb 15 08:11:16 2022 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.16.0rc3 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 5f8796ea63014be2031428c79ff5e57503ceb9a8 Author: Jule Anger <jan...@samba.org> Date: Tue Feb 15 08:10:19 2022 +0100 WHATSNEW: Add release notes for Samba 4.16.0rc3. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 32 +++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index c7035db0fb1..c7313ceeb98 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 acf91910706..cdd911d40b1 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the second release candidate of Samba 4.16. This is *not* +This is the third 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,36 @@ smb.conf changes rpc start on demand helpers Added true +CHANGES SINCE 4.16.0rc2 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 14169: Renaming file on DFS root fails with + NT_STATUS_OBJECT_PATH_NOT_FOUND. + * BUG 14938: NT error code is not set when overwriting a file during rename + in libsmbclient. + +o Ralph Boehme <s...@samba.org> + * BUG 14674: net ads info shows LDAP Server: 0.0.0.0 depending on contacted + server. + +o Pavel Filipenský <pfili...@redhat.com> + * BUG 14971: virusfilter_vfs_openat: Not scanned: Directory or special file. + +o Volker Lendecke <v...@samba.org> + * BUG 14900: Regression: Samba 4.15.2 on macOS segfaults intermittently + during strcpy in tdbsam_getsampwnam. + * BUG 14975: Fix a crash in vfs_full_audit - CREATE_FILE can free a used fsp. + +o Stefan Metzmacher <me...@samba.org> + * BUG 14968: smb2_signing_decrypt_pdu() may not decrypt with + gnutls_aead_cipher_decrypt() from gnutls before 3.5.2. + +o Andreas Schneider <a...@samba.org> + * BUG 14960: SDB uses HDB flags directly which can lead to unwanted side + effects. + + CHANGES SINCE 4.16.0rc1 ======================= -- Samba Shared Repository