The branch, v4-15-test has been updated via f834da87269 VERSION: Bump version up to Samba 4.15.0rc3... via 16fb5c685a5 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc2 release. via d872e7f0cd7 WHATSNEW: Add release notes for Samba 4.15.0rc2. from 4467a0ba7f0 smbd: only open full fd for directories if needed
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit f834da87269bf5eb1c1048ad455638d7e5aa1b73 Author: Jule Anger <jan...@samba.org> Date: Mon Aug 9 15:20:37 2021 +0200 VERSION: Bump version up to Samba 4.15.0rc3... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> commit 16fb5c685a58af1e1d8761ba2c039a6626dabd6a Author: Jule Anger <jan...@samba.org> Date: Mon Aug 9 15:15:54 2021 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc2 release. Signed-off-by: Jule Anger <jan...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> commit d872e7f0cd7867306fc78765b157d834fe5c80ea Author: Jule Anger <jan...@samba.org> Date: Mon Aug 9 15:14:28 2021 +0200 WHATSNEW: Add release notes for Samba 4.15.0rc2. Signed-off-by: Jule Anger <jan...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index bc3facf0977..0487096ed57 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 ab770634725..074767e3251 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the first release candidate of Samba 4.15. This is *not* +This is the second release candidate of Samba 4.15. 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/. @@ -208,6 +208,27 @@ smb.conf changes winbind scan trusted domains Changed No +CHANGES SINCE 4.15.0rc1 +======================= + +o Andreas Schneider <a...@samba.org> + * BUG 14768: smbd/winbind should load the registry if configured + * BUG 14777: do not quote passed argument of configure script + * BUG 14779: Winbind should not start if the socket path is too long + +o Stefan Metzmacher <me...@samba.org> + * BUG 14607: tree connect failed: NT_STATUS_INVALID_PARAMETER + * BUG 14764: aes-256-gcm and aes-256-ccm doesn't work in the server + +o Ralph Boehme <s...@samba.org> + * BUG 14700: file owner not available when file unredable + +o Jeremy Allison <j...@samba.org> + * BUG 14607: tree connect failed: NT_STATUS_INVALID_PARAMETER + * BUG 14759: 4.15rc can leak meta-data about the directory containing the + share path + + KNOWN ISSUES ============ -- Samba Shared Repository