The branch, v4-15-test has been updated via 60506e99312 VERSION: Bump version up to Samba 4.15.5... via bd9db127ff4 VERSION: Disable GIT_SNAPSHOT for the 4.15.4 release. via 6700eeac21d WHATSNEW: Add release notes for Samba 4.15.4. from 2a59fd316f7 auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsing errors
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit 60506e99312f91426da06b17cb3cde7616c34f43 Author: Jule Anger <jan...@samba.org> Date: Wed Jan 19 16:02:24 2022 +0100 VERSION: Bump version up to Samba 4.15.5... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit bd9db127ff4844715a3621db23e5b0ec6f51c7f7 Author: Jule Anger <jan...@samba.org> Date: Wed Jan 19 16:01:47 2022 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.15.4 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 6700eeac21d2df53aba2925826d57030def8c7d9 Author: Jule Anger <jan...@samba.org> Date: Wed Jan 19 16:01:20 2022 +0100 WHATSNEW: Add release notes for Samba 4.15.4. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 67 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 0c19e2b24c4..fa3ca1826e3 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=15 -SAMBA_VERSION_RELEASE=4 +SAMBA_VERSION_RELEASE=5 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 05eb72be9e0..9cb58de2a61 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,68 @@ + ============================== + Release Notes for Samba 4.15.4 + January 19, 2022 + ============================== + + +This is the latest stable release of the Samba 4.15 release series. + + +Changes since 4.15.3 +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 14928: Duplicate SMB file_ids leading to Windows client cache + poisoning. + * BUG 14939: smbclient -L doesn't set "client max protocol" to NT1 before + calling the "Reconnecting with SMB1 for workgroup listing" path. + * BUG 14944: Missing pop_sec_ctx() in error path inside close_directory(). + +o Pavel Filipenský <pfili...@redhat.com> + * BUG 14940: Cross device copy of the crossrename module always fails. + * BUG 14941: symlinkat function from VFS cap module always fails with an + error. + * BUG 14942: Fix possible fsp pointer deference. + +o Volker Lendecke <v...@samba.org> + * BUG 14934: kill_tcp_connections does not work. + +o Stefan Metzmacher <me...@samba.org> + * BUG 14932: Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - + NT_STATUS_BUFFER_TOO_SMALL. + * BUG 14935: Can't connect to Windows shares not requiring authentication + using KDE/Gnome. + +o Andreas Schneider <a...@samba.org> + * BUG 14945: "smbd --build-options" no longer works without an smb.conf file. + +o Jones Syue <joness...@qnap.com> + * BUG 14928: Duplicate SMB file_ids leading to Windows client cache + poisoning. + + +####################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical IRC channel on irc.libera.chat or the +#samba-technical:matrix.org matrix channel. + +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.15.3 December 08, 2021 @@ -115,8 +180,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.15.2 November 9, 2021 -- Samba Shared Repository