The branch, master has been updated
       via  a956d09 Add Samba 4.11.1 to the list.
       via  7e1083a NEWS[4.11.1]: Samba 4.11.1 Available for Download
      from  b2ef73f Add Samba 4.10.9 to the list.

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


- Log -----------------------------------------------------------------
commit a956d099a2dab3c10216c1ea34bd9842722db701
Author: Karolin Seeger <[email protected]>
Date:   Fri Oct 18 11:20:45 2019 +0200

    Add Samba 4.11.1 to the list.
    
    Signed-off-by: Karolin Seeger <[email protected]>

commit 7e1083a3df5d3e7593b9ff8f35f29dd6bb101eea
Author: Karolin Seeger <[email protected]>
Date:   Fri Oct 18 11:17:06 2019 +0200

    NEWS[4.11.1]: Samba 4.11.1 Available for Download
    
    Signed-off-by: Karolin Seeger <[email protected]>

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.11.1.html                        | 85 ++++++++++++++++++++++++
 posted_news/20191018-092026.4.11.1.body.html     | 13 ++++
 posted_news/20191018-092026.4.11.1.headline.html |  3 +
 4 files changed, 102 insertions(+)
 create mode 100644 history/samba-4.11.1.html
 create mode 100644 posted_news/20191018-092026.4.11.1.body.html
 create mode 100644 posted_news/20191018-092026.4.11.1.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 11303d0..d502770 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.11.1.html">samba-4.11.1</a></li>
                        <li><a href="samba-4.11.0.html">samba-4.11.0</a></li>
                        <li><a href="samba-4.10.9.html">samba-4.10.9</a></li>
                        <li><a href="samba-4.10.8.html">samba-4.10.8</a></li>
diff --git a/history/samba-4.11.1.html b/history/samba-4.11.1.html
new file mode 100644
index 0000000..60f2ba4
--- /dev/null
+++ b/history/samba-4.11.1.html
@@ -0,0 +1,85 @@
+<!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.11.1 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.11.1 Available for Download</H2>
+<p>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.11.1.tar.gz";>Samba 
4.11.1 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.11.1.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.11.0-4.11.1.diffs.gz";>Patch
 (gzipped) against Samba 4.11.0</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.11.0-4.11.1.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.11.1
+                          October 18, 2019
+                  ==============================
+
+
+This is the latest stable release of the Samba 4.11 release series.
+
+
+Changes since 4.11.0:
+---------------------
+
+o  Michael Adam &lt;[email protected]&gt;
+   * BUG 14141: getpwnam and getpwuid need to return data for ID_TYPE_BOTH
+     group.
+
+o  Jeremy Allison &lt;[email protected]&gt;
+   * BUG 14094: smbc_readdirplus() is incompatible with smbc_telldir() and
+     smbc_lseekdir().
+   * BUG 14152: s3: smbclient: Stop an SMB2-connection from blundering into
+     SMB1-specific calls.
+
+o  Ralph Boehme &lt;[email protected]&gt;
+   * BUG 14137: Fix stale file handle error when using mkstemp on a share.
+
+o  Isaac Boukris &lt;[email protected]&gt;
+   * BUG 14106: Fix spnego fallback from kerberos to ntlmssp in smbd server.
+   * BUG 14140: Overlinking libreplace against librt and pthread against every
+     binary or library causes issues.
+
+o  G&uuml;nther Deschner &lt;[email protected]&gt;
+   * BUG 14130: s3-winbindd: Fix forest trusts with additional trust 
attributes.
+   * BUG 14134: auth/gensec: Fix non-AES schannel seal.
+
+o  Amitay Isaacs &lt;[email protected]&gt;
+   * BUG 14147: Deleted records can be resurrected during recovery.
+
+o  Bj&ouml;rn Jacke &lt;[email protected]&gt;
+   * BUG 14136: Fix uncaught exception in classicupgrade.
+   * BUG 14139: fault.c: Improve fault_report message text pointing to our 
wiki.
+
+o  Bryan Mason &lt;[email protected]&gt;
+   * BUG 14128: s3:client: Use DEVICE_URI, instead of argv[0], for Device URI.
+
+o  Stefan Metzmacher &lt;[email protected]&gt;
+   * BUG 14124: pam_winbind with krb5_auth or wbinfo -K doesn&apos;t work for 
users
+     of trusted domains/forests.
+
+o  Mathieu Parent &lt;[email protected]&gt;
+   * BUG 14131: Remove &apos;pod2man&apos; as it is no longer needed.
+
+o  Andreas Schneider &lt;[email protected]&gt;
+   * BUG 13884: Joining Active Directory should not use SAMR to set the
+     password.
+   * BUG 14140: Overlinking libreplace against librt and pthread against every
+     binary or library causes issues.
+   * BUG 14155: &apos;kpasswd&apos; fails when built with MIT Kerberos.
+
+o  Martin Schwenke &lt;[email protected]&gt;
+   * BUG 14129: Exit code of ctdb nodestatus should not be influenced by 
deleted
+     nodes.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20191018-092026.4.11.1.body.html 
b/posted_news/20191018-092026.4.11.1.body.html
new file mode 100644
index 0000000..fda84f6
--- /dev/null
+++ b/posted_news/20191018-092026.4.11.1.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20191018-092026.4.11.1.body.html -->
+<h5><a name="4.11.1">18 October 2019</a></h5>
+<p class=headline>Samba 4.11.1 Available for Download</p>
+<p>
+This is the first stable release of the Samba 4.11 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.11.1.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.11.0-4.11.1.diffs.gz";>patch
 against Samba 4.11.0</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.11.1.html";>the 
release notes for more info</a>.
+</p>
+<!-- END: posted_news/20191018-092026.4.11.1.body.html -->
diff --git a/posted_news/20191018-092026.4.11.1.headline.html 
b/posted_news/20191018-092026.4.11.1.headline.html
new file mode 100644
index 0000000..fc464d5
--- /dev/null
+++ b/posted_news/20191018-092026.4.11.1.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20191018-092026.4.11.1.headline.html -->
+<li> 18 October 2019 <a href="#4.11.1">Samba 4.11.1 Available for 
Download</a></li>
+<!-- END: posted_news/20191018-092026.4.11.1.headline.html -->


-- 
Samba Website Repository

Reply via email to