The branch, v4-22-test has been updated
via 0e864939620 VERSION: Bump version up to Samba 4.22.1...
via 7b3228b88ee VERSION: Disable GIT_SNAPSHOT for the 4.22.0 release.
via 35707224751 WHATSNEW: Add release notes for Samba 4.22.0.
from 36e71a04144 WHATSNEW: mention schema upgrade speed improvements
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-22-test
- Log -----------------------------------------------------------------
commit 0e864939620ccd1ca2fd3c0c94baecdc8104a002
Author: Jule Anger <[email protected]>
Date: Thu Mar 6 14:51:50 2025 +0100
VERSION: Bump version up to Samba 4.22.1...
and re-enable GIT_SNAPSHOT.
Signed-off-by: Jule Anger <[email protected]>
commit 7b3228b88eea776d092be2338fc70135f2e128f0
Author: Jule Anger <[email protected]>
Date: Thu Mar 6 14:50:04 2025 +0100
VERSION: Disable GIT_SNAPSHOT for the 4.22.0 release.
Signed-off-by: Jule Anger <[email protected]>
commit 357072247516068f3f330afaf4d46b37a5c26bb2
Author: Jule Anger <[email protected]>
Date: Thu Mar 6 14:49:01 2025 +0100
WHATSNEW: Add release notes for Samba 4.22.0.
Signed-off-by: Jule Anger <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
VERSION | 4 ++--
WHATSNEW.txt | 39 +++++++++++++++++++++++++++------------
2 files changed, 29 insertions(+), 14 deletions(-)
Changeset truncated at 500 lines:
diff --git a/VERSION b/VERSION
index 5df05cc8772..7d166a6553a 100644
--- a/VERSION
+++ b/VERSION
@@ -27,7 +27,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the
Samba Team 1992-2025"
########################################################
SAMBA_VERSION_MAJOR=4
SAMBA_VERSION_MINOR=22
-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 3f9a50100d0..90f5334d2a7 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,16 +1,11 @@
-Release Announcements
-=====================
+ ==============================
+ Release Notes for Samba 4.22.0
+ March 06, 2025
+ ==============================
-This is the fourth release candidate of Samba 4.22. 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.22 will be the next version of the Samba suite.
-
-
-UPGRADING
-=========
+This is the first stable release of the Samba 4.22 release series.
+Please read the release notes carefully before upgrading.
NEW FEATURES/CHANGES
@@ -104,6 +99,26 @@ smb.conf changes
cldap port Removed
+CHANGES SINCE 4.22.0rc4
+=======================
+
+o Ralph Boehme <[email protected]>
+ * BUG 15801: `NT_STATUS_ACCESS_DENIED making remote directory` on OpenBSD.
+
+o Anoop C S <[email protected]>
+ * BUG 15797: Unable to connect to CephFS subvolume shares with
+ vfs_shadow_copy2.
+
+o Stefan Metzmacher <[email protected]>
+ * BUG 15801: `NT_STATUS_ACCESS_DENIED making remote directory` on OpenBSD.
+
+o Martin Schwenke <[email protected]>
+ * BUG 15820: Incorrect FSF address in ctdb pcp scripts.
+
+o Andrea Venturoli <[email protected]>
+ * BUG 15804: "samba-tool domain backup offline" hangs.
+
+
CHANGES SINCE 4.22.0rc3
=======================
@@ -144,7 +159,7 @@ o Shweta Sodani <[email protected]>
* BUG 15703: General improvements for vfs_ceph_new module.
-CHANGES SINCE 4.21.0rc1
+CHANGES SINCE 4.22.0rc1
=======================
o Björn Baumbach <[email protected]>
--
Samba Shared Repository