The branch, v4-19-test has been updated via 2917289991e VERSION: Bump version up to Samba 4.19.3... via 5b54d9e2be8 VERSION: Disable GIT_SNAPSHOT for the 4.19.2 release. via 7d9af74ca74 WHATSNEW: Add release notes for Samba 4.19.2. from f0da8219262 CVE-2023-5568 third_party/heimdal: Fix PKINIT freshness token memory handling (Import lorikeet-heimdal-202310092148 (commit 38aa80e35b6b1e16b081fa9c005c03b1e6994204))
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-19-test - Log ----------------------------------------------------------------- commit 2917289991e6aa5eb6cbfcfd067c55af139ca4d6 Author: Jule Anger <jan...@samba.org> Date: Mon Oct 16 15:41:56 2023 +0200 VERSION: Bump version up to Samba 4.19.3... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 5b54d9e2be82545d9401ce474a39c12e6df6901f Author: Jule Anger <jan...@samba.org> Date: Mon Oct 16 15:41:42 2023 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.19.2 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 7d9af74ca7469049e85940f5a710d39e96e9d068 Author: Jule Anger <jan...@samba.org> Date: Mon Oct 16 15:41:13 2023 +0200 WHATSNEW: Add release notes for Samba 4.19.2. 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 5bcb1be14ba..0a59ad9f423 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=19 -SAMBA_VERSION_RELEASE=2 +SAMBA_VERSION_RELEASE=3 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f6f6fabd42f..b9b3205212c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,65 @@ + ============================== + Release Notes for Samba 4.19.2 + October 16, 2023 + ============================== + + +This is the latest stable release of the Samba 4.19 release series. + + +Changes since 4.19.1 +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 15423: Use-after-free in aio_del_req_from_fsp during smbd shutdown + after failed IPC FSCTL_PIPE_TRANSCEIVE. + * BUG 15426: clidfs.c do_connect() missing a "return" after a cli_shutdown() + call. + +o Ralph Boehme <s...@samba.org> + * BUG 15463: macOS mdfind returns only 50 results. + +o Volker Lendecke <v...@samba.org> + * BUG 15481: GETREALFILENAME_CACHE can modify incoming new filename with + previous cache entry value. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15464: libnss_winbind causes memory corruption since samba-4.18, + impacts sendmail, zabbix, potentially more. + +o Martin Schwenke <mschwe...@ddn.com> + * BUG 15479: ctdbd: setproctitle not initialized messages flooding logs. + +o Joseph Sutton <josephsut...@catalyst.net.nz> + * BUG 15491: CVE-2023-5568 Heap buffer overflow with freshness tokens in the + Heimdal KDC in Samba 4.19 + * BUG 15477: The heimdal KDC doesn't detect s4u2self correctly when fast is + in use. + + +####################################### +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.19.1 October 10, 2023 @@ -68,8 +130,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.19.0 September 04, 2023 -- Samba Shared Repository