The branch, master has been updated
       via  3e5864a NEWS[4.3.9]: Samba 4.3.9 Available for Download
      from  75bdfc2 NEWS[4.4.3]: Samba 4.4.3 Available for Download

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


- Log -----------------------------------------------------------------
commit 3e5864a6ab3e529df494d8b44497ab1ceef064fb
Author: Karolin Seeger <[email protected]>
Date:   Mon May 2 09:52:38 2016 +0200

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

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

Summary of changes:
 history/{samba-4.4.3.html => samba-4.3.9.html}  | 60 ++++++++++++++++---------
 posted_news/20160502-075359.4.3.9.body.html     | 13 ++++++
 posted_news/20160502-075359.4.3.9.headline.html |  3 ++
 3 files changed, 54 insertions(+), 22 deletions(-)
 copy history/{samba-4.4.3.html => samba-4.3.9.html} (52%)
 create mode 100644 posted_news/20160502-075359.4.3.9.body.html
 create mode 100644 posted_news/20160502-075359.4.3.9.headline.html


Changeset truncated at 500 lines:

diff --git a/history/samba-4.4.3.html b/history/samba-4.3.9.html
similarity index 52%
copy from history/samba-4.4.3.html
copy to history/samba-4.3.9.html
index 853362a..0a1afa3 100644
--- a/history/samba-4.4.3.html
+++ b/history/samba-4.3.9.html
@@ -2,61 +2,72 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<title>Samba 4.4.3 - Release Notes</title>
+<title>Samba 4.3.9 - Release Notes</title>
 </head>
 <body>
-<H2>Samba 4.4.3 Available for Download</H2>
+<H2>Samba 4.3.9 Available for Download</H2>
 <p>
-<a href="https://download.samba.org/pub/samba/stable/samba-4.4.3.tar.gz";>Samba 
4.4.3 (gzipped)</a><br>
-<a 
href="https://download.samba.org/pub/samba/stable/samba-4.4.3.tar.asc";>Signature</a>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.3.9.tar.gz";>Samba 
4.3.9 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.3.9.tar.asc";>Signature</a>
 </p>
 <p>
-<a 
href="https://download.samba.org/pub/samba/patches/samba-4.4.2-4.4.3.diffs.gz";>Patch
 (gzipped) against Samba 4.4.2</a><br>
-<a 
href="https://download.samba.org/pub/samba/patches/samba-4.4.2-4.4.3.diffs.asc";>Signature</a>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.3.8-4.3.9.diffs.gz";>Patch
 (gzipped) against Samba 4.3.8</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.3.8-4.3.9.diffs.asc";>Signature</a>
 </p>
 <p>
 <pre>
                    =============================
-                   Release Notes for Samba 4.4.3
-                           May 2, 2016
+                   Release Notes for Samba 4.3.9
+                            May 2, 2016
                    =============================
 
 
-This is the latest stable release of Samba 4.4.
+This is the latest stable release of Samba 4.3.
 
 This release fixes some regressions introduced by the last security fixes.
 Please see bug https://bugzilla.samba.org/show_bug.cgi?id=11849 for a list of
 bugs addressing these regressions and more information.
 
 
-Changes since 4.4.2:
+Changes since 4.3.8:
 --------------------
 
-o  Michael Adam &lt;[email protected]&gt;
-   * BUG 11786: idmap_hash: Only allow the hash module for default idmap 
config.
-
 o  Jeremy Allison &lt;[email protected]&gt;
+   * BUG 11742: lib: tevent: Fix memory leak when old signal action restored.
+   * BUG 11771: lib: tevent: Fix memory leak when old signal action restored.
    * BUG 11822: s3: libsmb: Fix error where short name length was read as 2
      bytes, should be 1.
 
 o  Andrew Bartlett &lt;[email protected]&gt;
-   * BUG 11789: Fix returning of ldb.MessageElement.
+   * BUG 11780: smbd: Only check dev/inode in open_directory, not the full
+     stat().
+   * BUG 11789: pydsdb: Fix returning of ldb.MessageElement.
 
-o  Ralph Boehme &lt;[email protected]&gt;
-   * BUG 11855: cleanupd: Restart as needed.
+o  Berend De Schouwer &lt;[email protected]&gt;
+   * BUG 11643: docs: Add example for domain logins to smbspool man page.
 
 o  G&uuml;nther Deschner &lt;[email protected]&gt;
-   * BUG 11786: s3:winbindd:idmap: check loadparm in domain_has_idmap_config()
-     helper as well.
    * BUG 11789: libsmb/pysmb: Add pytalloc-util dependency to fix the build.
 
+o  Alberto Maria Fiaschi &lt;[email protected]&gt;
+   * BUG 8093: access based share enum: Handle permission set in configuration
+      files.
+
 o  Volker Lendecke &lt;[email protected]&gt;
-   * BUG 11786: winbind: Fix CID 1357100: Unchecked return value.
    * BUG 11816: nwrap: Fix the build on Solaris.
    * BUG 11827: vfs_catia: Fix memleak.
    * BUG 11878: smbd: Avoid large reads beyond EOF.
 
 o  Stefan Metzmacher &lt;[email protected]&gt;
+   * BUG 11622: libcli/smb: Make sure we have a body size of 0x31 before
+     dereferencing an ioctl response.
+   * BUG 11623: libcli/smb: Fix BUFFER_OVERFLOW handling in tstream_smbXcli_np.
+   * BUG 11755: s3:libads: Setup the msDS-SupportedEncryptionTypes attribute on
+     ldap_add.
+   * BUG 11771: tevent: Version 0.9.28. Fix memory leak when old signal action
+     restored.
+   * BUG 11782: s3:winbindd: Don&apos;t include two &apos;\0&apos; at the end 
of the domain
+     list.
    * BUG 11789: s3:wscript: pylibsmb depends on pycredentials.
    * BUG 11841: Fix NT_STATUS_ACCESS_DENIED when accessing Windows public 
share.
    * BUG 11847: Only validate MIC if &quot;map to guest&quot; is not being 
used.
@@ -67,8 +78,8 @@ o  Stefan Metzmacher &lt;[email protected]&gt;
    * BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5).
    * BUG 11872: Fix &apos;wbinfo -u&apos; and &apos;net ads search&apos;.
 
-o  Tom Mortensen &lt;[email protected]&gt;
-   * BUG 11875: nss_wins: Fix the hostent setup.
+o  Noel Power &lt;[email protected]&gt;
+   * BUG 11738: libcli: Fix debug message, print sid string for new_ace 
trustee.
 
 o  Garming Sam &lt;[email protected]&gt;
    * BUG 11789: build: Mark explicit dependencies on pytalloc-util.
@@ -81,12 +92,17 @@ o  Jorge Schrauwen &lt;[email protected]&gt;
    * BUG 11816: configure: Don&apos;t check for inotify on illumos.
 
 o  Uri Simchoni &lt;[email protected]&gt;
+   * BUG 11691: winbindd: Return trust parameters when listing trusts.
+   * BUG 11753: smbd: Ignore SVHDX create context.
+   * BUG 11763: passdb: Add linefeed to debug message.
+   * BUG 11788: build: Fix disk-free quota support on Solaris 10.
+   * BUG 11798: build: Fix build when &apos;--without-quota&apos; specified.
    * BUG 11806: vfs_acl_common: Avoid setting POSIX ACLs if &quot;ignore 
system acls&quot;
      is set.
-   * BUG 11815: smbcquotas: print &quot;NO LIMIT&quot; only if returned quota 
value is 0.
    * BUG 11852: libads: Record session expiry for spnego sasl binds.
 
 o  Hemanth Thummala &lt;[email protected]&gt;
+   * BUG 11740: Real memory leak(buildup) issue in loadparm.
    * BUG 11840: Mask general purpose signals for notifyd.
 
 
diff --git a/posted_news/20160502-075359.4.3.9.body.html 
b/posted_news/20160502-075359.4.3.9.body.html
new file mode 100644
index 0000000..50f2c68
--- /dev/null
+++ b/posted_news/20160502-075359.4.3.9.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20160502-075359.4.3.9.body.html -->
+<h5><a name="4.3.9">02 May 2016</a></h5>
+<p class=headline>Samba 4.3.9 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.3 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6568B7EA).
+The source code can be <a 
href="https://download.samba.org/pub/samba/stable/samba-4.3.9.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.3.8-4.3.9.diffs.gz";>patch
 against Samba 4.3.8</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.3.9.html";>the release 
notes for more info</a>.
+</p>
+<!-- END: posted_news/20160502-075359.4.3.9.body.html -->
diff --git a/posted_news/20160502-075359.4.3.9.headline.html 
b/posted_news/20160502-075359.4.3.9.headline.html
new file mode 100644
index 0000000..17a33bf
--- /dev/null
+++ b/posted_news/20160502-075359.4.3.9.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20160502-075359.4.3.9.headline.html -->
+<li> 02 May 2016 <a href="#4.3.9">Samba 4.3.9 Available for Download</a></li>
+<!-- END: posted_news/20160502-075359.4.3.9.headline.html -->


-- 
Samba Website Repository

Reply via email to