The branch, v4-18-test has been updated via b2d0a834149 VERSION: Bump version up to Samba 4.18.0rc4... via 4c48a250c04 VERSION: Disable GIT_SNAPSHOT for the 4.18.0rc3 release. via 4480a638407 WHATSNEW: Add release notes for Samba 4.18.0rc3. from 82d7b2a142e vfs_ceph: use fsp_get_pathref_fd in ceph fstatat and close vfs calls
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-18-test - Log ----------------------------------------------------------------- commit b2d0a83414903bccb2d20514818ef12668b0bad6 Author: Jule Anger <jan...@samba.org> Date: Wed Feb 15 16:12:13 2023 +0100 VERSION: Bump version up to Samba 4.18.0rc4... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 4c48a250c04b3f0be3d88550fbd68fdbf7a8c65b Author: Jule Anger <jan...@samba.org> Date: Wed Feb 15 16:11:34 2023 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.18.0rc3 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 4480a63840766a406b945c79ba40ac70974b3125 Author: Jule Anger <jan...@samba.org> Date: Wed Feb 15 16:10:54 2023 +0100 WHATSNEW: Add release notes for Samba 4.18.0rc3. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index f3808f51549..fba1465b13e 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=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 ea6e21f1298..a035daeef79 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,7 +1,7 @@ Release Announcements ===================== -This is the second release candidate of Samba 4.18. This is *not* +This is the third 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/. @@ -125,6 +125,28 @@ smb.conf changes acl_xattr:security_acl_name New security.NTACL +CHANGES SINCE 4.18.0rc2 +======================= + +o Jeremy Allison <j...@samba.org> + * BUG 15301: Improve file_modtime() and issues around smb3 unix test. + +o Ralph Boehme <s...@samba.org> + * BUG 15299: Spotlight doesn't work with latest macOS Ventura. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15298: Build failure on solaris with tevent 0.14.0 (and ldb 2.7.0). + (tevent 0.14.1 and ldb 2.7.1 are already released...) + +o John Mulligan <jmulli...@redhat.com> + * BUG 15307: vfs_ceph incorrectly uses fsp_get_io_fd() instead of + fsp_get_pathref_fd() in close and fstat. + +o Andreas Schneider <a...@samba.org> + * BUG 15291: test_chdir_cache.sh doesn't work with SMBD_DONT_LOG_STDOUT=1. + * BUG 15301: Improve file_modtime() and issues around smb3 unix test. + + CHANGES SINCE 4.18.0rc1 ======================= -- Samba Shared Repository