The branch, v4-17-test has been updated via 1b775335f57 VERSION: Bump version up to Samba 4.17.7... via 46e771776b2 VERSION: Disable GIT_SNAPSHOT for the 4.17.6 release. via 418af42a77f WHATSNEW: Add release notes for Samba 4.17.6. from ec6a057e690 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-17-test - Log ----------------------------------------------------------------- commit 1b775335f57ef3a939dc1d042e1e6d247fbd6850 Author: Jule Anger <jan...@samba.org> Date: Thu Mar 9 10:15:41 2023 +0100 VERSION: Bump version up to Samba 4.17.7... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 46e771776b2d15497201416d0b287452effefc97 Author: Jule Anger <jan...@samba.org> Date: Thu Mar 9 10:15:09 2023 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.17.6 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 418af42a77fabfefa278fc49aca4a7fb7353d2ab Author: Jule Anger <jan...@samba.org> Date: Thu Mar 9 10:14:38 2023 +0100 WHATSNEW: Add release notes for Samba 4.17.6. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index f0536949cf6..73ab7109fa3 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=17 -SAMBA_VERSION_RELEASE=6 +SAMBA_VERSION_RELEASE=7 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 5eb0a0281c1..865697ce109 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,65 @@ + ============================== + Release Notes for Samba 4.17.6 + March 09, 2023 + ============================== + + +This is the latest stable release of the Samba 4.17 release series. + + +Changes since 4.17.5 +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 15314: streams_xattr is creating unexpected locks on folders. + +o Andrew Bartlett <abart...@samba.org> + * BUG 10635: Use of the Azure AD Connect cloud sync tool is now supported for + password hash synchronisation, allowing Samba AD Domains to synchronise + passwords with this popular cloud environment. + +o Ralph Boehme <s...@samba.org> + * BUG 15299: Spotlight doesn't work with latest macOS Ventura. + +o Volker Lendecke <v...@samba.org> + * BUG 15310: New samba-dcerpc architecture does not scale gracefully. + +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 Noel Power <noel.po...@suse.com> + * BUG 15293: With clustering enabled samba-bgqd can core dump due to use + after free. + +o baixiangcpp <baixiang...@gmail.com> + * BUG 15311: fd_load() function implicitly closes the fd where it should not. + + +####################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical:matrix.org matrix room, or +#samba-technical IRC channel on irc.libera.chat. + + +If you do report problems then please try to send high quality +feedback. If you don't provide vital information to help us track down +the problem then you will probably be ignored. All bug reports should +be filed under the Samba 4.1 and newer product in the project's Bugzilla +database (https://bugzilla.samba.org/). + + +====================================================================== +== Our Code, Our Bugs, Our Responsibility. +== The Samba Team +====================================================================== + + +Release notes for older releases follow: +---------------------------------------- ============================== Release Notes for Samba 4.17.5 January 26, 2023 @@ -78,8 +140,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.17.4 December 15, 2022 -- Samba Shared Repository