From 6700eeac21d2df53aba2925826d57030def8c7d9 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Wed, 19 Jan 2022 16:01:20 +0100 Subject: [PATCH] WHATSNEW: Add release notes for Samba 4.15.4. Signed-off-by: Jule Anger --- WHATSNEW.txt | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 05eb72be9e0..9cb58de2a61 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,69 @@ ============================== + 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 + * 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ý + * 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 + * BUG 14934: kill_tcp_connections does not work. + +o Stefan Metzmacher + * 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 + * BUG 14945: "smbd --build-options" no longer works without an smb.conf file. + +o Jones Syue + * 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 -- 2.11.4.GIT