[SCM] Samba Shared Repository - branch v4-19-test updated

Jule Anger janger at samba.org
Thu Oct 17 12:01:40 UTC 2024


The branch, v4-19-test has been updated
       via  78d510aa35d VERSION: Bump version up to Samba 4.19.10...
       via  7eabe40bfe5 VERSION: Disable GIT_SNAPSHOT for the 4.19.9 release.
       via  4059e00109b WHATSNEW: Add release notes for Samba 4.19.9.
       via  8d4a277d258 BUG 15590 ldb: Release LDB 2.8.2
      from  5a15cbb15da ldb:kv_index: help static analysers to not worry (CID 1615192)

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-19-test


- Log -----------------------------------------------------------------
commit 78d510aa35d7848a20f74086b82bff3ad89d5358
Author: Jule Anger <janger at samba.org>
Date:   Thu Oct 17 13:58:41 2024 +0200

    VERSION: Bump version up to Samba 4.19.10...
    
    and re-enable GIT_SNAPSHOT.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 7eabe40bfe551ae5fba043e6ca7ca529593a61de
Author: Jule Anger <janger at samba.org>
Date:   Thu Oct 17 13:58:18 2024 +0200

    VERSION: Disable GIT_SNAPSHOT for the 4.19.9 release.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 4059e00109b5a04215028fe0dab9655a5892989e
Author: Jule Anger <janger at samba.org>
Date:   Thu Oct 17 13:57:47 2024 +0200

    WHATSNEW: Add release notes for Samba 4.19.9.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 8d4a277d2588acae26ac1aadee422e1aad6f41e6
Author: Jule Anger <janger at samba.org>
Date:   Thu Oct 17 13:26:54 2024 +0200

    BUG 15590 ldb: Release LDB 2.8.2
    
    * BUG 15590: libldb: performance issue with indexes.
    
    Signed-off-by: Jule Anger <janger at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 VERSION                                            |  2 +-
 WHATSNEW.txt                                       | 59 +++++++++++++++++++++-
 lib/ldb/ABI/{ldb-2.8.0.sigs => ldb-2.8.2.sigs}     |  0
 ...pyldb-util-2.1.0.sigs => pyldb-util-2.8.2.sigs} |  0
 lib/ldb/wscript                                    |  2 +-
 5 files changed, 59 insertions(+), 4 deletions(-)
 copy lib/ldb/ABI/{ldb-2.8.0.sigs => ldb-2.8.2.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.8.2.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index b74132e8792..21fec98aecb 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=9
+SAMBA_VERSION_RELEASE=10
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 43b8cafa119..7747fe33732 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,59 @@
+                   ==============================
+                   Release Notes for Samba 4.19.9
+                          October 17, 2024
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.19 release series.
+
+
+Changes since 4.19.8
+--------------------
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 15590: libldb: performance issue with indexes (ldb 2.8.2 is already
+     released).
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 15624: DH reconnect error handling can lead to stale sharemode entries.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 15699: Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 15280: irpc_destructor may crash during shutdown.
+   * BUG 15624: DH reconnect error handling can lead to stale sharemode entries.
+   * BUG 15696: Compound SMB2 requests don't return
+     NT_STATUS_NETWORK_SESSION_EXPIRED for all requests, confuses
+     MacOSX clients.
+
+o  Shachar Sharon <ssharon at redhat.com>
+   * BUG 15700: Crash when readlinkat fails.
+
+
+#######################################
+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.8
                           August 15, 2024
@@ -97,8 +153,7 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
                    ==============================
                    Release Notes for Samba 4.19.7
                            June 10, 2024
diff --git a/lib/ldb/ABI/ldb-2.8.0.sigs b/lib/ldb/ABI/ldb-2.8.2.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-2.8.0.sigs
copy to lib/ldb/ABI/ldb-2.8.2.sigs
diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.8.2.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs
copy to lib/ldb/ABI/pyldb-util-2.8.2.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 604294eeba9..0e53d4f2952 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -2,7 +2,7 @@
 
 APPNAME = 'ldb'
 # For Samba 4.19.x !
-VERSION = '2.8.1'
+VERSION = '2.8.2'
 
 import sys, os
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list