The branch, v4-20-test has been updated via 0cfc035e9da VERSION: Bump version up to Samba 4.20.7... via 3de528753a4 VERSION: Disable GIT_SNAPSHOT for the 4.20.6 release. via 609ab9a783a WHATSNEW: Add release notes for Samba 4.20.6. via 42bfbb012f9 BUG 15590 ldb: Release LDB 2.9.2 from 7b4629ef84a libcli/auth: make use of netlogon_creds_cli_check_transport() in more places
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-20-test - Log ----------------------------------------------------------------- commit 0cfc035e9da49abaff925df77450c62506a0dbb2 Author: Jule Anger <jan...@samba.org> Date: Tue Nov 19 15:35:01 2024 +0100 VERSION: Bump version up to Samba 4.20.7... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 3de528753a42f1fa990375867188df9438fd9ec2 Author: Jule Anger <jan...@samba.org> Date: Tue Nov 19 15:38:14 2024 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.20.6 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 609ab9a783a9e6cf8efc059c3b5b464967807631 Author: Jule Anger <jan...@samba.org> Date: Tue Nov 19 15:37:59 2024 +0100 WHATSNEW: Add release notes for Samba 4.20.6. Signed-off-by: Jule Anger <jan...@samba.org> commit 42bfbb012f9c1c9054cdfb510ae4a50a3f12b384 Author: Jule Anger <jan...@samba.org> Date: Tue Nov 19 15:09:11 2024 +0100 BUG 15590 ldb: Release LDB 2.9.2 * BUG 15590: libldb: performance issue with indexes. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 74 +++++++++++++++++++++- lib/ldb/ABI/{ldb-2.8.0.sigs => ldb-2.9.2.sigs} | 0 ...pyldb-util-2.1.0.sigs => pyldb-util-2.9.2.sigs} | 0 lib/ldb/wscript | 2 +- 5 files changed, 74 insertions(+), 4 deletions(-) copy lib/ldb/ABI/{ldb-2.8.0.sigs => ldb-2.9.2.sigs} (100%) copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.9.2.sigs} (100%) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 52ad1652b5c..6232da678a0 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=20 -SAMBA_VERSION_RELEASE=6 +SAMBA_VERSION_RELEASE=7 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 7f8a626bf41..4f302a50d28 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,74 @@ + ============================== + Release Notes for Samba 4.20.6 + November 19, 2024 + ============================== + + +This is the latest stable release of the Samba 4.20 release series. + + +Changes since 4.20.5 +-------------------- + +o Douglas Bagnall <douglas.bagn...@catalyst.net.nz> + * BUG 15590: libldb: performance issue with indexes (ldb 2.9.2 is already + released). + +o Ralph Boehme <s...@samba.org> + * BUG 15624: DH reconnect error handling can lead to stale sharemode entries. + * BUG 15732: smbd fails to correctly check sharemode against OVERWRITE + dispositions. + +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 14356: Protocol error - Unclear debug message "pad length mismatch" for + invalid bind packet. + * BUG 15280: irpc_destructor may crash during shutdown. + * BUG 15425: NetrGetLogonCapabilities QueryLevel 2 needs to be implemented. + * 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 15740: gss_accept_sec_context() from Heimdal does not imply + GSS_C_MUTUAL_FLAG with GSS_C_DCE_STYLE. + * BUG 15749: winbindd should call process_set_title() for locator child. + +o Christof Schmitt <c...@samba.org> + * BUG 15730: VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2. + +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.20.5 September 17, 2024 @@ -57,8 +128,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.20.4 August 06, 2024 diff --git a/lib/ldb/ABI/ldb-2.8.0.sigs b/lib/ldb/ABI/ldb-2.9.2.sigs similarity index 100% copy from lib/ldb/ABI/ldb-2.8.0.sigs copy to lib/ldb/ABI/ldb-2.9.2.sigs diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.9.2.sigs similarity index 100% copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs copy to lib/ldb/ABI/pyldb-util-2.9.2.sigs diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 936abe7e41d..be26a875d60 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -2,7 +2,7 @@ APPNAME = 'ldb' # For Samba 4.20.x ! -VERSION = '2.9.1' +VERSION = '2.9.2' import sys, os -- Samba Shared Repository