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

Karolin Seeger kseeger at samba.org
Thu Mar 11 10:27:14 UTC 2021


The branch, v4-12-test has been updated
       via  f8b775d9620 VERSION: Disable GIT_SNAPSHOT for the 4.12.12 release.
       via  f0aa59ea0a9 WHATSNEW: Add release notes for Samba 4.12.12.
       via  8e1fe1eba3a Revert "wscript: use --as-needed only if tested successfully"
      from  5dd17586cd6 g_lock: Fix uninitalized variable reads

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


- Log -----------------------------------------------------------------
commit f8b775d962040cb9d39fdbf27b4187624c020cd3
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 11 11:23:24 2021 +0100

    VERSION: Disable GIT_SNAPSHOT for the 4.12.12 release.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit f0aa59ea0a9e4e7cd9b7f369c4c5c166b3818d35
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 11 11:19:51 2021 +0100

    WHATSNEW: Add release notes for Samba 4.12.12.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 8e1fe1eba3a2d0c42174f4f01e8299d17daabc10
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Mar 11 10:47:14 2021 +0100

    Revert "wscript: use --as-needed only if tested successfully"
    
    This reverts commit c63f00801cae16a855aa5283fa0cc449e84577ce.

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

Summary of changes:
 VERSION      |  2 +-
 WHATSNEW.txt | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 wscript      |  3 +--
 3 files changed, 76 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 27f449b74a2..01759472dfc 100644
--- a/VERSION
+++ b/VERSION
@@ -99,7 +99,7 @@ SAMBA_VERSION_RC_RELEASE=
 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes               #
 #  ->  "3.0.0-SVN-build-199"                           #
 ########################################################
-SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
+SAMBA_VERSION_IS_GIT_SNAPSHOT=no
 
 ########################################################
 # This is for specifying a release nickname            #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index c8559260371..b1d8d0b411f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,76 @@
+                   ===============================
+                   Release Notes for Samba 4.12.12
+                           March 11, 2021
+                   ===============================
+
+
+This is the latest stable release of the Samba 4.12 release series.
+Please note that this will be the last bugfix release of the Samba 4.12 release
+series. There will be Security Releases only beyond this point.
+
+
+Changes since 4.12.11
+---------------------
+
+o  Trever L. Adams <trever.adams at gmail.com>
+   * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite
+     start-up failure.
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13992: SAMBA RPC share error.
+   * BUG 14612: s3: smbd: Add call to conn_setup_case_options() to
+     create_conn_struct_as_root().
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14602: s3/auth: Implement "winbind:ignore domains".
+   * BUG 14612: build: Remove smbd_conn private library.
+
+o  Peter Eriksson <pen at lysator.liu.se>
+   * BUG 14648: s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error
+     path.
+
+o  Björn Jacke <bj at sernet.de>
+   * BUG 14624: classicupgrade: Treat old never expires value right.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 1463: g_lock: Fix uninitalized variable reads.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13898: s3:pysmbd: Fix fd leak in py_smbd_create_file().
+   * BUG 14607: Work around special SMB2 IOCTL response behavior of NetApp
+     Ontap 7.3.7.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14625: Fix smbd share mode double free crash.
+
+o  Paul Wise <pabs3 at bonedaddy.net>
+   * BUG 12505: HEIMDAL: krb5_storage_free(NULL) should work.
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+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.12.11
                           January 14, 2021
@@ -80,8 +153,7 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
 
 
                    ===============================
diff --git a/wscript b/wscript
index 2020c6793f0..a195ac33c98 100644
--- a/wscript
+++ b/wscript
@@ -321,8 +321,7 @@ def configure(conf):
     # allows us to find problems on our development hosts faster.
     # It also results in faster load time.
 
-    conf.ADD_LDFLAGS('-Wl,--as-needed', testflags=True)
-
+    conf.add_as_needed()
 
     if not conf.CHECK_NEED_LC("-lc not needed"):
         conf.ADD_LDFLAGS('-lc', testflags=False)


-- 
Samba Shared Repository



More information about the samba-cvs mailing list