The branch, v4-18-test has been updated via ad669874981 VERSION: Bump version up to Samba 4.18.0rc3... via 71fa86a3fbb VERSION: Disable GIT_SNAPSHOT for the 4.18.0rc2 release. via 0679a07af31 WHATSNEW: Add release notes for Samba 4.18.0rc2. via 46e0575931e tmp from 65077cd390f WHATSNEW: Add note about Azure AD cloud connect sync support
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-18-test - Log ----------------------------------------------------------------- commit ad669874981b9e53c915091de6a00e90c9d3a055 Author: Jule Anger <jan...@samba.org> Date: Wed Feb 1 18:28:58 2023 +0100 VERSION: Bump version up to Samba 4.18.0rc3... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 71fa86a3fbb12ba466c43e222313cc6f4f831e59 Author: Jule Anger <jan...@samba.org> Date: Wed Feb 1 18:27:44 2023 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.18.0rc2 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 0679a07af31bb85ca5dc8e92ddcf8cdd4be83bac Author: Jule Anger <jan...@samba.org> Date: Wed Feb 1 18:27:16 2023 +0100 WHATSNEW: Add release notes for Samba 4.18.0rc2. Signed-off-by: Jule Anger <jan...@samba.org> commit 46e0575931e90e24d033bce0d91f902a32568183 Author: Jule Anger <jan...@samba.org> Date: Wed Feb 1 18:35:25 2023 +0100 tmp ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index e7078e58136..f3808f51549 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=2 +SAMBA_VERSION_RC_RELEASE=3 ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 12b91486c2e..66a7a80e963 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,12 +1,12 @@ Release Announcements ===================== -This is the first release candidate of Samba 4.18. This is *not* +This is the second release candidate of Samba 4.18. 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.18 will be the next version of the Samba suite. +Samba 4.18 will be the next version of the Samba suite... UPGRADING @@ -125,6 +125,20 @@ smb.conf changes acl_xattr:security_acl_name New security.NTACL +CHANGES SINCE 4.18.0rc1 +======================= + +o Andrew Bartlett <abart...@samba.org> + * BUG 10635: Office365 azure Password Sync not working. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15286: auth3_generate_session_info_pac leaks wbcAuthUserInfo. + +o Noel Power <noel.po...@suse.com> + * BUG 15293: With clustering enabled samba-bgqd can core dump due to use + after free. + + KNOWN ISSUES ============ -- Samba Shared Repository