The branch, v4-19-test has been updated via 9d57d32bba0 VERSION: Bump version up to Samba 4.19.9... via 204b0f2d2f7 VERSION: Disable GIT_SNAPSHOT for the 4.19.8 release. via c992f748904 WHATSNEW: Add release notes for Samba 4.19.8. from af2360d6973 s3:ntlm_auth: make logs more consistent with length check
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-19-test - Log ----------------------------------------------------------------- commit 9d57d32bba068cf1a859999a97a3896bc61667ee Author: Jule Anger <jan...@samba.org> Date: Thu Aug 15 13:30:34 2024 +0200 VERSION: Bump version up to Samba 4.19.9... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 204b0f2d2f7bcdfac41b96f499920c3980088665 Author: Jule Anger <jan...@samba.org> Date: Thu Aug 15 13:30:18 2024 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.19.8 release. Signed-off-by: Jule Anger <jan...@samba.org> commit c992f748904843d4620c77381793c6bebfe69414 Author: Jule Anger <jan...@samba.org> Date: Thu Aug 15 13:29:22 2024 +0200 WHATSNEW: Add release notes for Samba 4.19.8. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 103 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index e0f2394cfa6..b74132e8792 100644 --- a/VERSION +++ b/VERSION @@ -27,7 +27,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2023" ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=19 -SAMBA_VERSION_RELEASE=8 +SAMBA_VERSION_RELEASE=9 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index fa27ad5083b..43b8cafa119 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,104 @@ + ============================== + Release Notes for Samba 4.19.8 + August 15, 2024 + ============================== + + +This is the latest stable release of the Samba 4.19 release series. + + +Changes since 4.19.7 +-------------------- + +o Douglas Bagnall <douglas.bagn...@catalyst.net.nz> + * BUG 15671: Invalid client warning about command line passwords. + * BUG 15672: Version string is truncated in manpages. + * BUG 15673: --version-* options are still not ergonomic, and they reject + tilde characters. + * BUG 15674: cmdline_burn does not always burn secrets. + * BUG 15685: Samba doesn't parse SDDL found in defaultSecurityDescriptor in + AD_DS_Classes_Windows_Server_v1903.ldf. + +o Andrew Bartlett <abart...@samba.org> + * BUG 15654: We have added new options --vendor-name and --vendor-patch- + revision arguments to ./configure to allow distributions and packagers to + put their name in the Samba version string so that when debugging Samba the + source of the binary is obvious. + * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a + Windows computer when user account need to change their own + password. + +o Ralph Boehme <s...@samba.org> + * BUG 15676: Fix clock skew error message and memory cache clock skew + recovery. + +o Günther Deschner <g...@samba.org> + * BUG 15665: CTDB RADOS mutex helper misses namespace support. + +o Pavel Filipenský <pfilipen...@samba.org> + * BUG 15660: The images don't build after the git security release and CentOS + 8 Stream is EOL. + +o Xavi Hernandez <xhernan...@redhat.com> + * BUG 15678: Fix unnecessary delays in CTDB while processing requests under + high load. + +o Stefan Metzmacher <me...@samba.org> + * BUG 13019: Dynamic DNS updates with the internal DNS are not working. + * BUG 15620: s4:nbt_server: does not provide unexpected handling, so winbindd + can't use nmb requests instead cldap. + * BUG 15660: The images don't build after the git security release and CentOS + 8 Stream is EOL. + * BUG 15664: Panic in vfs_offload_token_db_fetch_fsp(). + * BUG 15666: "client use kerberos" and --use-kerberos is ignored for the + machine account. + +o Noel Power <noel.po...@suse.com> + * BUG 15435: Regression DFS not working with widelinks = true. + +o Andreas Schneider <a...@samba.org> + * BUG 15660: The images don't build after the git security release and CentOS + 8 Stream is EOL. + * BUG 15673: --version-* options are still not ergonomic, and they reject + tilde characters. + +o Jo Sutton <josut...@catalyst.net.nz> + * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a + Windows computer when user account need to change their own + password. + +o Joseph Sutton <josephsut...@catalyst.net.nz> + * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a + Windows computer when user account need to change their own + password. + +o Jones Syue <joness...@qnap.com> + * BUG 15677: ntlm_auth make logs more consistent with length check. + + +####################################### +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.7 June 10, 2024 @@ -59,8 +160,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.19.6 April 08, 2024 -- Samba Shared Repository