The branch, v4-19-test has been updated
       via  6875787d129 VERSION: Bump version up to Samba 4.19.8...
       via  bce5c475d12 VERSION: Disable GIT_SNAPSHOT for the 4.19.7 release.
       via  e71f7441c9e WHATSNEW: Add release notes for Samba 4.19.7.
       via  6ca4df63741 BUG 15569 ldb: Release LDB 2.8.1
      from  d4f9272b7e9 s3:smbcacls: fix ace_compare

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


- Log -----------------------------------------------------------------
commit 6875787d1294fc2cb0f6f0dce58b209c659ae871
Author: Jule Anger <jan...@samba.org>
Date:   Mon Jun 10 17:26:01 2024 +0200

    VERSION: Bump version up to Samba 4.19.8...
    
    and re-enable GIT_SNAPSHOT.
    
    Signed-off-by: Jule Anger <jan...@samba.org>

commit bce5c475d12fb75619bc85d176bfd40420b4fce8
Author: Jule Anger <jan...@samba.org>
Date:   Mon Jun 10 17:25:44 2024 +0200

    VERSION: Disable GIT_SNAPSHOT for the 4.19.7 release.
    
    Signed-off-by: Jule Anger <jan...@samba.org>

commit e71f7441c9e2cf2ff895e1106506dec4632508b0
Author: Jule Anger <jan...@samba.org>
Date:   Mon Jun 10 17:25:02 2024 +0200

    WHATSNEW: Add release notes for Samba 4.19.7.
    
    Signed-off-by: Jule Anger <jan...@samba.org>

commit 6ca4df6374136d1d205de689618dc8fce5177d14
Author: Jule Anger <jan...@samba.org>
Date:   Mon Jun 10 16:56:59 2024 +0200

    BUG 15569 ldb: Release LDB 2.8.1
    
    * BUG 15569: Many qsort() comparison functions are non-transitive, which
      can lead to out-of-bounds access in some circumstances.
    
    Signed-off-by: Jule Anger <jan...@samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 939e114840c..e0f2394cfa6 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=7
+SAMBA_VERSION_RELEASE=8
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index be2edfb6ac4..fa27ad5083b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,66 @@
+                   ==============================
+                   Release Notes for Samba 4.19.7
+                           June 10, 2024
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.19 release series.
+
+
+Changes since 4.19.6
+--------------------
+
+o  Douglas Bagnall <douglas.bagn...@catalyst.net.nz>
+   * BUG 15569: ldb qsort might r/w out of bounds with an intransitive compare
+     function (ldb 2.8.1 is already released).
+   * BUG 15625: Many qsort() comparison functions are non-transitive, which can
+     lead to out-of-bounds access in some circumstances (ldb 2.8.1 is already
+     released).
+
+o  Andrew Bartlett <abart...@samba.org>
+   * BUG 15638: Need to change gitlab-ci.yml tags in all branches to avoid CI
+     bill.
+
+o  Stefan Metzmacher <me...@samba.org>
+   * BUG 14981: netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with
+     SysvolReady=0.
+   * BUG 15412: Anonymous smb3 signing/encryption should be allowed (similar to
+     Windows Server 2022).
+   * BUG 15573: Panic in dreplsrv_op_pull_source_apply_changes_trigger.
+   * BUG 15642: winbindd, net ads join and other things don't work on an ipv6
+     only host.
+
+o  Anna Popova <popova.anna...@gmail.com>
+   * BUG 15636: Smbcacls incorrectly propagates inheritance with Inherit-Only
+     flag.
+
+o  Noel Power <noel.po...@suse.com>
+   * BUG 15611: http library doesn't support  'chunked transfer encoding'.
+
+
+#######################################
+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.6
                            April 08, 2024
@@ -52,8 +115,7 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
                    ==============================
                    Release Notes for Samba 4.19.5
                          February 19, 2024
diff --git a/lib/ldb/ABI/ldb-2.8.0.sigs b/lib/ldb/ABI/ldb-2.8.1.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-2.8.0.sigs
copy to lib/ldb/ABI/ldb-2.8.1.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index ed5d45fcccb..604294eeba9 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -2,7 +2,7 @@
 
 APPNAME = 'ldb'
 # For Samba 4.19.x !
-VERSION = '2.8.0'
+VERSION = '2.8.1'
 
 import sys, os
 


-- 
Samba Shared Repository

Reply via email to