The branch, v4-21-test has been updated via ed84c6e9457 VERSION: Bump version up to Samba 4.21.1... via 1c7d4b5b388 VERSION: Disable GIT_SNAPSHOT for the 4.21.0 release. via 1bb2ce3b2d7 WHATSNEW: Add release notes for Samba 4.21.0. from 6071ea83333 vfs_ceph_new: handle case of readlinkat with empty name string
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-21-test - Log ----------------------------------------------------------------- commit ed84c6e9457ea81ae4e173eb3e5d682f6e75e717 Author: Jule Anger <jan...@samba.org> Date: Mon Sep 2 13:37:10 2024 +0200 VERSION: Bump version up to Samba 4.21.1... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 1c7d4b5b388ae2647732ed54834d5547a8c1357a Author: Jule Anger <jan...@samba.org> Date: Mon Sep 2 13:36:47 2024 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.21.0 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 1bb2ce3b2d7dc76c07e7416f90c6dc63a7224d22 Author: Jule Anger <jan...@samba.org> Date: Mon Sep 2 13:35:31 2024 +0200 WHATSNEW: Add release notes for Samba 4.21.0. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 4 ++-- WHATSNEW.txt | 32 ++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 14 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 2c85d8726ce..ccc76f8d9b7 100644 --- a/VERSION +++ b/VERSION @@ -27,7 +27,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2024" ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=21 -SAMBA_VERSION_RELEASE=0 +SAMBA_VERSION_RELEASE=1 ######################################################## # If a official release has a serious bug # @@ -89,7 +89,7 @@ SAMBA_VERSION_PRE_RELEASE= # e.g. SAMBA_VERSION_RC_RELEASE=1 # # -> "3.0.0rc1" # ######################################################## -SAMBA_VERSION_RC_RELEASE=5 +SAMBA_VERSION_RC_RELEASE= ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ff06e692e9b..1e921100f80 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,16 +1,10 @@ -Release Announcements -===================== + ============================== + Release Notes for Samba 4.21.0 + September 02, 2024 + ============================== -This is the fourth release candidate of Samba 4.21. 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/. - -Samba 4.21 will be the next version of the Samba suite. - - -UPGRADING -========= +This is the first stable release of the Samba 4.21 release series. +Please read the release notes carefully before upgrading. Hardening of "valid users", "invalid users", "read list" and "write list" ------------------------------------------------------------------------- @@ -422,6 +416,20 @@ smb.conf changes sync machine password script script +CHANGES SINCE 4.21.0rc4 +======================= + +o David Disseldorp <dd...@samba.org> + * BUG 15699: Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated. + +o Noel Power <noel.po...@suse.com> + * BUG 15702: Bad variable definition for ParseTuple causing test failure for + Smb3UnixTests.test_create_context_reparse. + +o Shachar Sharon <ssha...@redhat.com> + * BUG 15686: Add new vfs_ceph module (based on low level API). + + CHANGES SINCE 4.21.0rc3 ======================= -- Samba Shared Repository