[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue May 19 10:17:14 UTC 2020


The branch, master has been updated
       via  e27c430 Add Samba 4.12.3 to the list.
       via  e60636f NEWS[4.12.3]: Samba 4.12.3 Available for Download
      from  4e898b9 Add Samba 4.11.9.

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e27c430188fb7401305ad42f7cb09122edacba98
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue May 19 12:16:56 2020 +0200

    Add Samba 4.12.3 to the list.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit e60636f28399667c2fe4b3372ad55fd847115972
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue May 19 12:15:13 2020 +0200

    NEWS[4.12.3]: Samba 4.12.3 Available for Download
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.12.3.html                        | 84 ++++++++++++++++++++++++
 posted_news/20200519-101638.4.12.3.body.html     | 13 ++++
 posted_news/20200519-101638.4.12.3.headline.html |  3 +
 4 files changed, 101 insertions(+)
 create mode 100644 history/samba-4.12.3.html
 create mode 100644 posted_news/20200519-101638.4.12.3.body.html
 create mode 100644 posted_news/20200519-101638.4.12.3.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 3395864..898b612 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
 		<li><a href="/samba/history/">Release Notes</a>
 		<li class="navSub">
 			<ul>
+			<li><a href="samba-4.12.3.html">samba-4.12.3</a></li>
 			<li><a href="samba-4.12.2.html">samba-4.12.2</a></li>
 			<li><a href="samba-4.12.1.html">samba-4.12.1</a></li>
 			<li><a href="samba-4.12.0.html">samba-4.12.0</a></li>
diff --git a/history/samba-4.12.3.html b/history/samba-4.12.3.html
new file mode 100644
index 0000000..39e9721
--- /dev/null
+++ b/history/samba-4.12.3.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Samba 4.12.3 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.12.3 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.12.3.tar.gz">Samba 4.12.3 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.12.3.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.12.2-4.12.3.diffs.gz">Patch (gzipped) against Samba 4.12.2</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.12.2-4.12.3.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.12.3
+                            May 19, 2020
+		   ==============================
+
+
+This is the latest stable release of the Samba 4.12 release series.
+
+
+Changes since 4.12.2
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14301: Fix smbd panic on force-close share during async io.
+   * BUG 14343: s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[]
+     array.
+   * BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
+   * BUG 14372: Fix smbd crashes when MacOS Catalina connects if iconv
+     initialization fails.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14150: Exporting from macOS Adobe Illustrator creates multiple copies.
+   * BUG 14256: smbd does a chdir() twice per request.
+   * BUG 14320: smbd mistakenly updates a file's write-time on close.
+   * BUG 14350: vfs_shadow_copy2: implement case canonicalisation in
+     shadow_copy2_get_real_filename().
+   * BUG 14375: Fix Windows 7 clients problem after upgrading samba file server.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 14359: s3: Pass DCE RPC handle type to create_policy_hnd.
+
+o  Isaac Boukris <iboukris at gmail.com>
+   * BUG 14155: Fix uxsuccess test with new MIT krb5 library 1.18.
+   * BUG 14342: mit-kdc: Explicitly reject S4U requests.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 14352: dbwrap_watch: Set rec->value_valid while returning nested
+     share_mode_do_locked().
+
+o  Amit Kumar <amitkuma at redhat.com>
+   * BUG 14345: lib:util: Fix smbclient -l basename dir.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14336: s3:libads: Fix ads_get_upn().
+   * BUG 14348: ctdb: Fix a memleak.
+   * BUG 14366: Malicous SMB1 server can crash libsmbclient.
+
+o  Gary Lockyer <gary at catalyst.net.nz>
+   * BUG 14330: ldb: Bump version to 2.1.3, LMDB databases can grow without
+     bounds
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 14344: s3/librpc/crypto: Fix double free with unresolved credential
+     cache.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14358: docs-xml: Fix usernames in pam_winbind manpages.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20200519-101638.4.12.3.body.html b/posted_news/20200519-101638.4.12.3.body.html
new file mode 100644
index 0000000..9e946fa
--- /dev/null
+++ b/posted_news/20200519-101638.4.12.3.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20200519-101638.4.12.3.body.html -->
+<h5><a name="4.12.3">19 May 2020</a></h5>
+<p class=headline>Samba 4.12.3 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.12 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.12.3.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.12.2-4.12.3.diffs.gz">patch against Samba 4.12.2</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.12.3.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20200519-101638.4.12.3.body.html -->
diff --git a/posted_news/20200519-101638.4.12.3.headline.html b/posted_news/20200519-101638.4.12.3.headline.html
new file mode 100644
index 0000000..cee721f
--- /dev/null
+++ b/posted_news/20200519-101638.4.12.3.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20200519-101638.4.12.3.headline.html -->
+<li> 19 May 2020 <a href="#4.12.3">Samba 4.12.3 Available for Download</a></li>
+<!-- END: posted_news/20200519-101638.4.12.3.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list