[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Wed Jan 4 07:37:40 UTC 2017


The branch, master has been updated
       via  230aa08 NEWS[4.4.9]: Samba 4.4.9 Available for Download
      from  2619c79 NEWS[4.5.3]: Samba 4.5.3, 4.4.8 and 4.3.13 Security Releases Available for Download

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


- Log -----------------------------------------------------------------
commit 230aa080b1bc9bc45b80393ec1c991550e38c041
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Jan 2 12:21:34 2017 +0100

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

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

Summary of changes:
 history/{samba-4.5.2.html => samba-4.4.9.html}  | 52 +++++++++----------------
 posted_news/20170104-073721.4.4.9.body.html     | 13 +++++++
 posted_news/20170104-073721.4.4.9.headline.html |  3 ++
 3 files changed, 34 insertions(+), 34 deletions(-)
 copy history/{samba-4.5.2.html => samba-4.4.9.html} (50%)
 create mode 100644 posted_news/20170104-073721.4.4.9.body.html
 create mode 100644 posted_news/20170104-073721.4.4.9.headline.html


Changeset truncated at 500 lines:

diff --git a/history/samba-4.5.2.html b/history/samba-4.4.9.html
similarity index 50%
copy from history/samba-4.5.2.html
copy to history/samba-4.4.9.html
index f37e2b8..85f5516 100644
--- a/history/samba-4.5.2.html
+++ b/history/samba-4.4.9.html
@@ -2,74 +2,62 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>Samba 4.5.2 - Release Notes</title>
+<title>Samba 4.4.9 - Release Notes</title>
 </head>
 <body>
-<H2>Samba 4.5.2 Available for Download</H2>
+<H2>Samba 4.4.9 Available for Download</H2>
 <p>
-<a href="https://download.samba.org/pub/samba/stable/samba-4.5.2.tar.gz">Samba 4.5.2 (gzipped)</a><br>
-<a href="https://download.samba.org/pub/samba/stable/samba-4.5.2.tar.asc">Signature</a>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.4.9.tar.gz">Samba 4.4.9 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.4.9.tar.asc">Signature</a>
 </p>
 <p>
-<a href="https://download.samba.org/pub/samba/patches/samba-4.5.1-4.5.2.diffs.gz">Patch (gzipped) against Samba 4.5.1</a><br>
-<a href="https://download.samba.org/pub/samba/patches/samba-4.5.1-4.5.2.diffs.asc">Signature</a>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.4.8-4.4.9.diffs.gz">Patch (gzipped) against Samba 4.4.8</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.4.8-4.4.9.diffs.asc">Signature</a>
 </p>
 <p>
 <pre>
                    =============================
-                   Release Notes for Samba 4.5.2
-                          December 07, 2016
+                   Release Notes for Samba 4.4.9
+                           January 2, 2017
                    =============================
 
 
-This is the latest stable release of the Samba 4.5 release series.
+This is the latest stable release of Samba 4.4.
 
 
-Changes since 4.5.1:
+Changes since 4.4.8:
 --------------------
 
 o  Michael Adam <obnox at samba.org>
    * BUG 12404: vfs:glusterfs: Preallocate result for glfs_realpath.
 
 o  Jeremy Allison <jra at samba.org>
-   * BUG 12384: s3: vfs: Remove files/directories after the streams are deleted.
-   * BUG 12387: s3: vfs_streams_depot: Use conn->connectpath not conn->cwd.
+   * BUG 12299: Fix unitialized variable warnings in smbd open.c and close.c.
+   * BUG 12387: s3: vfs: streams_depot. Use conn->connectpath not conn->cwd.
    * BUG 12436: s3/smbd: Fix the last resort check that sets the file type
      attribute.
 
 o  Andrew Bartlett <abartlet at samba.org>
-   * BUG 9954: dsdb: Create RID Set as SYSTEM.
-   * BUG 12297: dbcheck: Correct message for orphaned backlinks.
    * BUG 12395: build: Fix build with perl on debian sid.
-   * BUG 12398: Fix errors in extended operations (like allocating a RID Set).
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 12412: Fix typo in vfs_fruit: fruit:ressource -> fruit:resource.
 
 o  Günther Deschner <gd at samba.org>
    * BUG 11197: spoolss: Use correct values for secdesc and devmode pointers.
 
-o  Clive Ferreira <cliveferreira at catalyst.net.nz>
-   * BUG 12394: objectclass_attrs: Only abort on a missing attribute when an
-     attribute is both MUST and replicated.
-
 o  Amitay Isaacs <amitay at gmail.com>
-   * BUG 12366: provision,dlz-bind: Add support for BIND 9.11.x.
+   * BUG 12366: provision: Add support for BIND 9.11.x.
    * BUG 12392: ctdb-locking: Reset real-time priority in lock helper.
-   * BUG 12407: ctdb-scripts: Fix calculation of CTDB_BASE.
    * BUG 12434: ctdb-recovery: Avoid NULL dereference in failure case.
 
 o  Stefan Metzmacher <metze at samba.org>
    * BUG 10297: s3:smbd: Only pass UCF_PREP_CREATEFILE to filename_convert() if
      we may create a new file.
+   * BUG 12471: Fix build with MIT Kerberos.
 
 o  Mathieu Parent <math.parent at gmail.com>
-   * BUG 12371: ctdb-scripts: Fix Debian init in samba eventscript.
-
-o  Garming Sam <garming at catalyst.net.nz>
-   * BUG 9954: samba_tool/fsmo: Allocate RID Set when seizing RID manager.
-   * BUG 10882: s4-auth: Don't check for NULL saltPrincipal if it doesn't need
-     it.
-   * BUG 12297: upgradeprovision: Remove objectCategory from constructed attrs.
-   * BUG 12385: collect_tombstones: Allow links to recycled objects to be
-     deleted.
+   * BUG 12371: ctdb-scripts: Fix Debian init in Samba eventscript.
 
 o  Andreas Schneider <asn at samba.org>
    * BUG 12183: s3-printing: Correctly encode CUPS printer URIs.
@@ -83,10 +71,6 @@ o  Andreas Schneider <asn at samba.org>
 o  Martin Schwenke <martin at meltin.net>
    * BUG 12104: ctdb-packaging: Move CTDB tests to /usr/local/share/ctdb/tests/.
 
-o  Uri Simchoni <uri at samba.org>
-   * BUG 12375: smbd: In ntlm auth, do not map empty domain in case of
-     \user at realm.
-
 o  Ralph Wuerthner <ralph.wuerthner at de.ibm.com>
    * BUG 12372: ctdb-conn: Add missing variable initialization.
 
diff --git a/posted_news/20170104-073721.4.4.9.body.html b/posted_news/20170104-073721.4.4.9.body.html
new file mode 100644
index 0000000..7e5d9ba
--- /dev/null
+++ b/posted_news/20170104-073721.4.4.9.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20170104-073721.4.4.9.body.html -->
+<h5><a name="4.4.9">04 January 2017</a></h5>
+<p class=headline>Samba 4.4.9 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.4 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.4.9.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.4.8-4.4.9.diffs.gz">patch against Samba 4.4.8</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.4.9.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20170104-073721.4.4.9.body.html -->
diff --git a/posted_news/20170104-073721.4.4.9.headline.html b/posted_news/20170104-073721.4.4.9.headline.html
new file mode 100644
index 0000000..2e3b908
--- /dev/null
+++ b/posted_news/20170104-073721.4.4.9.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20170104-073721.4.4.9.headline.html -->
+<li> 04 January 2017 <a href="#4.4.9">Samba 4.4.9 Available for Download</a></li>
+<!-- END: posted_news/20170104-073721.4.4.9.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list