The branch, v4-23-test has been updated via 48ea6b39878 VERSION: Bump version up to Samba 4.23.0rc4... via 7a8bcd84200 VERSION: Disable GIT_SNAPSHOT for the 4.23.0rc3 release. via 2e5edf70589 WHATSNEW: Add release notes for Samba 4.23.0rc3. from 1fe870aa4c8 WHATSNEW: unify format
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-23-test - Log ----------------------------------------------------------------- commit 48ea6b398786bd9cb86a6cda4d9fa7edc5609f1c Author: Jule Anger <jan...@samba.org> Date: Fri Aug 29 14:09:05 2025 +0200 VERSION: Bump version up to Samba 4.23.0rc4... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 7a8bcd842002e8f789014e9bf3eceb4817a6470a Author: Jule Anger <jan...@samba.org> Date: Fri Aug 29 14:08:48 2025 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.23.0rc3 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 2e5edf70589e5df9dfb6036f0a4d49d7d93a5324 Author: Jule Anger <jan...@samba.org> Date: Fri Aug 29 14:07:49 2025 +0200 WHATSNEW: Add release notes for Samba 4.23.0rc3. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index ec667d5bcb7..065716b1d56 100644 --- a/VERSION +++ b/VERSION @@ -89,7 +89,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 e968a448eda..7367f771995 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the second release candidate release of Samba 4.23. This is *not* +This is the third release candidate release of Samba 4.23. 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/. @@ -125,6 +125,21 @@ smb.conf changes server smb transports New tcp, nbt winbind varlink service New no + +CHANGES SINCE 4.23.0rc2 +======================= + +o Ralph Boehme <s...@samba.org> + * BUG 15843: macOS Finder client DFS broken on 4.22.0. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15899: Self-signed certificates don't have X509v3 Subject Alternative + Name for DNS. + +o Andreas Schneider <a...@samba.org> + * BUG 15893: Improve handling of principals and realms in client tools. + + CHANGES SINCE 4.23.0rc1 ======================= -- Samba Shared Repository