The branch, v4-22-test has been updated
via 1c31c4d4498 VERSION: Bump version up to Samba 4.22.0rc4...
via 3f4135db35d VERSION: Disable GIT_SNAPSHOT for the 4.22.0rc3 release.
via 9b1c7416b88 WHATSNEW: Add release notes for Samba 4.22.0rc3.
from 29bd6fe9cbe python:lsa_utils: Fix fallback to OpenPolicy2
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-22-test
- Log -----------------------------------------------------------------
commit 1c31c4d449819abad464be7136154dffc673f8aa
Author: Jule Anger <[email protected]>
Date: Thu Feb 20 13:56:38 2025 +0100
VERSION: Bump version up to Samba 4.22.0rc4...
and re-enable GIT_SNAPSHOT.
Signed-off-by: Jule Anger <[email protected]>
commit 3f4135db35dfe7fe7ad7496c456ded370a45c2f1
Author: Jule Anger <[email protected]>
Date: Thu Feb 20 13:56:12 2025 +0100
VERSION: Disable GIT_SNAPSHOT for the 4.22.0rc3 release.
Signed-off-by: Jule Anger <[email protected]>
commit 9b1c7416b88780a887afeba51143708e0d8ae32d
Author: Jule Anger <[email protected]>
Date: Thu Feb 20 13:55:35 2025 +0100
WHATSNEW: Add release notes for Samba 4.22.0rc3.
Signed-off-by: Jule Anger <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
VERSION | 2 +-
WHATSNEW.txt | 34 +++++++++++++++++++++++++++++++++-
2 files changed, 34 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/VERSION b/VERSION
index 6509fd4caf6..d122066e718 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 2c4b5494c03..b7e111ec06d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
Release Announcements
=====================
-This is the first release candidate of Samba 4.22. This is *not*
+This is the third 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/.
@@ -78,6 +78,38 @@ smb.conf changes
cldap port Removed
+CHANGES SINCE 4.22.0rc2
+=======================
+
+o Douglas Bagnall <[email protected]>
+ * BUG 15738: Creation of GPOs applicable to more than one group is
impossible
+ with Samba 4.20.0 and later.
+
+o Björn Baumbach <[email protected]>
+ * BUG 15806: samba-tool acl commands broken for relative path names
+ * BUG 15807: pysmbd seg faults when file is not found.
+
+o Ralph Boehme <[email protected]>
+ * BUG 15796: Spotlight search results don't show file size and creation
date.
+
+o Pavel Filipenský <[email protected]>
+ * BUG 15759: net ads create/join/winbind producing unix dysfunctional
+ keytabs.
+
+o Volker Lendecke <[email protected]>
+ * BUG 15806: samba-tool acl commands broken for relative path names.
+ * BUG 15807: pysmbd seg faults when file is not found.
+
+o Stefan Metzmacher <[email protected]>
+ * BUG 15680: Trust domains are not created.
+
+o Andreas Schneider <[email protected]>
+ * BUG 15680: Trust domains are not created.
+
+o Shweta Sodani <[email protected]>
+ * BUG 15703: General improvements for vfs_ceph_new module.
+
+
CHANGES SINCE 4.21.0rc1
=======================
--
Samba Shared Repository