The branch, v4-21-test has been updated via 53cf535b450 VERSION: Bump version up to Samba 4.21.2... via 654d41a19c2 VERSION: Disable GIT_SNAPSHOT for the 4.21.1 release. via e0b16a96d50 WHATSNEW: Add release notes for Samba 4.21.1. from 84c6a02adc4 s3:smbd: avoid false positives for got_oplock and have_other_lease in delay_for_oplock_fn
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-21-test - Log ----------------------------------------------------------------- commit 53cf535b450d7abf9c81ce13b2169d4671d3272d Author: Jule Anger <jan...@samba.org> Date: Mon Oct 14 13:26:18 2024 +0200 VERSION: Bump version up to Samba 4.21.2... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 654d41a19c27c19bae9471f9e9dd617032aa456d Author: Jule Anger <jan...@samba.org> Date: Mon Oct 14 13:25:59 2024 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.21.1 release. Signed-off-by: Jule Anger <jan...@samba.org> commit e0b16a96d501c543b3332b0e1f20b5f9e28aff50 Author: Jule Anger <jan...@samba.org> Date: Mon Oct 14 13:25:25 2024 +0200 WHATSNEW: Add release notes for Samba 4.21.1. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index ccc76f8d9b7..1bb53bac69a 100644 --- a/VERSION +++ b/VERSION @@ -27,7 +27,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2024" ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=21 -SAMBA_VERSION_RELEASE=1 +SAMBA_VERSION_RELEASE=2 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 1e921100f80..e6db953bedc 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,75 @@ + ============================== + Release Notes for Samba 4.21.1 + October 14, 2024 + ============================== + + +This is the latest stable release of the Samba 4.21 release series. + + +Changes since 4.21.0 +-------------------- + +o Ralph Boehme <s...@samba.org> + * BUG 15624: DH reconnect error handling can lead to stale sharemode entries. + * BUG 15695: "inherit permissions = yes" triggers assert() in vfs_default + when creating a stream. + +o Alexander Bokovoy <a...@samba.org> + * BUG 15715: Samba 4.21.0 broke FreeIPA domain member integration. + +o Andréas Leroux <aler...@tranquil.it> + * BUG 15692: Missing conversion for msDS-UserTGTLifetime, msDS- + ComputerTGTLifetime and msDS-ServiceTGTLifetime on "samba-tool + domain auth policy modify". + +o Stefan Metzmacher <me...@samba.org> + * BUG 15280: irpc_destructor may crash during shutdown. + * BUG 15624: DH reconnect error handling can lead to stale sharemode entries. + * BUG 15649: Durable handle is not granted when a previous OPEN exists with + NoOplock. + * BUG 15651: Durable handle is granted but reconnect fails. + * BUG 15708: Disconnected durable handles with RH lease should not be purged + by a new non conflicting open. + * BUG 15714: net ads testjoin and other commands use the wrong secrets.tdb in + a cluster. + * BUG 15726: 4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as rfc + 8009 etypes are used. + +o Christof Schmitt <c...@samba.org> + * BUG 15730: VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2. + +o Andreas Schneider <a...@samba.org> + * BUG 15643: Samba 4.20.0 DLZ module crashes BIND on startup. + * BUG 15721: Cannot build libldb lmdb backend on a build without AD DC. + +o Jones Syue <joness...@qnap.com> + * BUG 15706: Consistent log level for sighup handler. + + +####################################### +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.21.0 September 02, 2024 -- Samba Shared Repository