[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Aug 27 08:31:14 UTC 2019


The branch, master has been updated
       via  2578900 Add Samba 4.9.12.
       via  491e0d6 NEWS[4.9.12]: Samba 4.9.12 Available for Download
      from  c84871f Add Samba 4.10.7.

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


- Log -----------------------------------------------------------------
commit 2578900981cf352d7005e2879f8656cd04b4b26c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 27 10:30:39 2019 +0200

    Add Samba 4.9.12.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 491e0d660055987e0873a09b3777256e0035919c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 27 10:27:28 2019 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.9.12.html                        | 77 ++++++++++++++++++++++++
 posted_news/20190827-083002.4.9.12.body.html     | 13 ++++
 posted_news/20190827-083002.4.9.12.headline.html |  3 +
 4 files changed, 94 insertions(+)
 create mode 100644 history/samba-4.9.12.html
 create mode 100644 posted_news/20190827-083002.4.9.12.body.html
 create mode 100644 posted_news/20190827-083002.4.9.12.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index b9442d5..614ffe8 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -17,6 +17,7 @@
 			<li><a href="samba-4.10.2.html">samba-4.10.2</a></li>
 			<li><a href="samba-4.10.1.html">samba-4.10.1</a></li>
 			<li><a href="samba-4.10.0.html">samba-4.10.0</a></li>
+			<li><a href="samba-4.9.12.html">samba-4.9.12</a></li>
 			<li><a href="samba-4.9.11.html">samba-4.9.11</a></li>
 			<li><a href="samba-4.9.10.html">samba-4.9.10</a></li>
 			<li><a href="samba-4.9.9.html">samba-4.9.9</a></li>
diff --git a/history/samba-4.9.12.html b/history/samba-4.9.12.html
new file mode 100644
index 0000000..a521f34
--- /dev/null
+++ b/history/samba-4.9.12.html
@@ -0,0 +1,77 @@
+<!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.9.12 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.9.12 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.9.12.tar.gz">Samba 4.9.12 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.9.12.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.9.11-4.9.12.diffs.gz">Patch (gzipped) against Samba 4.9.11</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.9.11-4.9.12.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.9.12
+                           August 27, 2019
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.9 release series.
+
+
+Changes since 4.9.11:
+---------------------
+
+o  Michael Adam <obnox at samba.org>
+   * BUG 13972: vfs:glusterfs_fuse: Different Device Id for GlusterFS FUSE mount
+     is causing data loss in CTDB cluster.
+   * BUG 14010: vfs:glusterfs_fuse: Unable to create or rename file/directory
+     inside shares configured with vfs_glusterfs_fuse module.
+
+o  Björn Baumbach <bb at sernet.de>
+   * BUG 13973: samba-tool: Add 'import samba.drs_utils' to fsmo.py.
+
+o  Tim Beale <timbeale at catalyst.net.nz>
+   * BUG 14008: dsdb: Handle DB corner-case where PSO container doesn't exist.
+   * BUG 14021: s4/libnet: Fix joining a Windows pre-2008R2 DC.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14015: vfs_catia: Pass stat info to synthetic_smb_fname().
+   * BUG 14033: Samba 4.9 doesn't build with libtevent 0.9.39.
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 14091: lookup_name: Allow own domain lookup when flags == 0.
+
+o  Isaac Boukris <iboukris at gmail.com>
+   * BUG 11362: Add PrimaryGroupId to group array in DC response.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 14035: vfs_glusterfs: Enable profiling for file system operations.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13915: DEBUGC and DEBUGADDC doesn't print into a class specific log
+     file.
+   * BUG 13949: Request to keep deprecated option "server schannel", VMWare
+     Quickprep requires "auto".
+   * BUG 13967: dbcheck: Fallback to the default tombstoneLifetime of 180 days.
+   * BUG 13969: dnsProperty fails to decode values from older Windows versions.
+   * BUG 13973: samba-tool: fsmo transfer is not reliable for the dns related
+     partitions role transfer.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 14032: vfs_gpfs: Fix NFSv4 ACL for owner with IDMAP_TYPE_BOTH.
+
+o  Rafael David Tinoco <rafaeldtinoco at ubuntu.com>
+   * BUG 14017: ctdb-config: Depend on /etc/ctdb/nodes file.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20190827-083002.4.9.12.body.html b/posted_news/20190827-083002.4.9.12.body.html
new file mode 100644
index 0000000..e91272a
--- /dev/null
+++ b/posted_news/20190827-083002.4.9.12.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20190827-083002.4.9.12.body.html -->
+<h5><a name="4.9.12">27 August 2019</a></h5>
+<p class=headline>Samba 4.9.12 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.9 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.9.12.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.9.11-4.9.12.diffs.gz">patch against Samba 4.9.11</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.9.12.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20190827-083002.4.9.12.body.html -->
diff --git a/posted_news/20190827-083002.4.9.12.headline.html b/posted_news/20190827-083002.4.9.12.headline.html
new file mode 100644
index 0000000..fa0c6c6
--- /dev/null
+++ b/posted_news/20190827-083002.4.9.12.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20190827-083002.4.9.12.headline.html -->
+<li> 27 August 2019 <a href="#4.9.12">Samba 4.9.12 Available for Download</a></li>
+<!-- END: posted_news/20190827-083002.4.9.12.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list