The branch, v4-15-test has been updated via 8cc118dacc9 VERSION: Bump version up to 4.15.0rc5... via 8a2c51f268b VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc4 release. via bf634d022cf WHATSNEW: Add release notes for Samba 4.15.0rc4. from 3f8db63d9bc util_sock: fix assignment of sa_socklen
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit 8cc118dacc96586f3135cee123bb048778c49b26 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Sep 1 11:27:48 2021 +0200 VERSION: Bump version up to 4.15.0rc5... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 8a2c51f268bd62a081d4e1b43b5746e1cd39ca94 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Sep 1 11:26:18 2021 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc4 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit bf634d022cf459d16d013ed56c8af2dad8f90a21 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Sep 1 11:24:59 2021 +0200 WHATSNEW: Add release notes for Samba 4.15.0rc4. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index c95cc28532b..17431e06943 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 99e6eda40f4..9b072788ad1 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the third release candidate of Samba 4.15. This is *not* +This is the fourth 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/. @@ -315,6 +315,13 @@ smb.conf changes winbind scan trusted domains Changed No +CHANGES SINCE 4.15.0rc3 +======================= + +o Bjoern Jacke <b...@sernet.de> + * BUG 14800: util_sock: fix assignment of sa_socklen. + + CHANGES SINCE 4.15.0rc2 ======================= -- Samba Shared Repository