The branch, v4-18-test has been updated via 6bd15c87430 VERSION: Bump version up to Samba 4.18.1... via a597a8767fa VERSION: Disable GIT_SNAPSHOT for the 4.18.0 release. via c82ecf68b0b WHATSNEW: Add release notes for Samba 4.18.0. from 800f4f9cc9d s3: smbd: Fix fsp/fd leak when looking up a non-existent stream name on a file.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-18-test - Log ----------------------------------------------------------------- commit 6bd15c87430efc103742d87917dcb14226f24169 Author: Jule Anger <jan...@samba.org> Date: Wed Mar 8 13:22:33 2023 +0100 VERSION: Bump version up to Samba 4.18.1... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit a597a8767fabfe85ee0bcf869407e770a0c3e184 Author: Jule Anger <jan...@samba.org> Date: Wed Mar 8 13:21:53 2023 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.18.0 release. Signed-off-by: Jule Anger <jan...@samba.org> commit c82ecf68b0b07893d5386ed0ff1579027da75c6f Author: Jule Anger <jan...@samba.org> Date: Wed Mar 8 13:20:42 2023 +0100 WHATSNEW: Add release notes for Samba 4.18.0. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 4 ++-- WHATSNEW.txt | 29 ++++++++++++++++------------- 2 files changed, 18 insertions(+), 15 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index c0318663c0c..8ff795fe865 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=18 -SAMBA_VERSION_RELEASE=0 +SAMBA_VERSION_RELEASE=1 ######################################################## # If a official release has a serious bug # @@ -87,7 +87,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 cb386f28fde..edd3c8828b0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,17 +1,10 @@ -Release Announcements -===================== - -This is the fourth 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. - - -UPGRADING -========= + ============================== + Release Notes for Samba 4.18.0 + March 08, 2023 + ============================== +This is the first stable release of the Samba 4.18 release series. +Please read the release notes carefully before upgrading. NEW FEATURES/CHANGES ==================== @@ -139,6 +132,16 @@ smb.conf changes server addresses New +CHANGES SINCE 4.18.0rc4 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 15314: streams_xattr is creating unexpected locks on folders. + +o Volker Lendecke <v...@samba.org> + * BUG 15310: New samba-dcerpc architecture does not scale gracefully. + + CHANGES SINCE 4.18.0rc3 ======================= -- Samba Shared Repository