[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Fri Jun 17 06:59:32 UTC 2016


The branch, master has been updated
       via  a21382b NEWS[4.2.13]: Samba 4.2.13 Available for Download
      from  cb501c6 Properly encode french accents.

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


- Log -----------------------------------------------------------------
commit a21382b36f9aa62285d3a95205ee933fac8938d7
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jun 16 11:00:13 2016 +0200

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

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

Summary of changes:
 history/header_history.html                      |  2 +
 history/samba-4.2.13.html                        | 69 ++++++++++++++++++++++++
 posted_news/20160616-085704.4.2.13.body.html     | 18 +++++++
 posted_news/20160616-085704.4.2.13.headline.html |  3 ++
 posted_news/20160616-085704.4.2.13.snip.html     | 20 +++++++
 5 files changed, 112 insertions(+)
 create mode 100755 history/samba-4.2.13.html
 create mode 100644 posted_news/20160616-085704.4.2.13.body.html
 create mode 100644 posted_news/20160616-085704.4.2.13.headline.html
 create mode 100644 posted_news/20160616-085704.4.2.13.snip.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index f5c6418..a95423d 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -14,6 +14,7 @@
 			<li><a href="samba-4.4.2.html">samba-4.4.2</a></li>
 			<li><a href="samba-4.4.1.html">samba-4.4.1 (do not use)</a></li>
 			<li><a href="samba-4.4.0.html">samba-4.4.0</a></li>
+			<li><a href="samba-4.3.10.html">samba-4.3.10</a></li>
 			<li><a href="samba-4.3.9.html">samba-4.3.9</a></li>
 			<li><a href="samba-4.3.8.html">samba-4.3.8</a></li>
 			<li><a href="samba-4.3.7.html">samba-4.3.7 (do not use)</a></li>
@@ -24,6 +25,7 @@
 			<li><a href="samba-4.3.2.html">samba-4.3.2</a></li>
 			<li><a href="samba-4.3.1.html">samba-4.3.1</a></li>
 			<li><a href="samba-4.3.0.html">samba-4.3.0</a></li>
+			<li><a href="samba-4.2.13.html">samba-4.2.13</a></li>
 			<li><a href="samba-4.2.12.html">samba-4.2.12</a></li>
 			<li><a href="samba-4.2.11.html">samba-4.2.11</a></li>
 			<li><a href="samba-4.2.10.html">samba-4.2.10 (do not use)</a></li>
diff --git a/history/samba-4.2.13.html b/history/samba-4.2.13.html
new file mode 100755
index 0000000..3147f0e
--- /dev/null
+++ b/history/samba-4.2.13.html
@@ -0,0 +1,69 @@
+<!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 - Release Notes Archive</title>
+</head>
+
+<body>
+
+   <H2>Samba 4.2.13 Available for Download</H2>
+
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.2.13
+                            June 17, 2016
+                   ==============================
+
+
+Although Samba 4.2 is in the security only mode, the Samba Team decided to ship
+this very last bug fix release to address some important issues.
+
+
+Changes since 4.2.12:
+---------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 10618: s3: auth: Move the declaration of struct dom_sid tmp_sid to
+     function level scope.
+   * BUG 11959: s3: krb5: keytab - The done label can be jumped to with
+     context == NULL.
+
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 11844: smbd: Fix an assert.
+
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 11910: s3:smbd: Fix anonymous authentication if signing is mandatory.
+   * BUG 11912: libcli/auth: Let msrpc_parse() return talloc'ed empty strings.
+   * BUG 11914: s3:ntlm_auth: Make ntlm_auth_generate_session_info() more
+     complete.
+   * BUG 11927: s3:rpcclient: Make use of SMB_SIGNING_IPC_DEFAULT.
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+</pre>
+
+</body>
+</html>
diff --git a/posted_news/20160616-085704.4.2.13.body.html b/posted_news/20160616-085704.4.2.13.body.html
new file mode 100644
index 0000000..1003f68
--- /dev/null
+++ b/posted_news/20160616-085704.4.2.13.body.html
@@ -0,0 +1,18 @@
+<!-- BEGIN: posted_news/20160616-085704.4.2.13.body.html -->
+<h5><a name="4.2.13">17 June 2016</a></h5>
+<p class=headline>Samba 4.2.13 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.2 series.
+</p>
+<p>
+The uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA).  The source code can be
+<a href="http://samba.org/samba/ftp/stable/samba-4.2.13.tar.gz">downloaded
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.12-4.2.13.diffs.gz"> 
+patch against Samba 4.2.12</a> is also available. See 
+<a href="http://samba.org/samba/history/samba-4.2.13.html">the release notes for 
+more info</a>.
+</p>
+<!-- SNIP -->
+<!-- TODO: remove the above line or move it to where you want the front-page preview to end, also remove this comment -->
+<!-- END: posted_news/20160616-085704.4.2.13.body.html -->
diff --git a/posted_news/20160616-085704.4.2.13.headline.html b/posted_news/20160616-085704.4.2.13.headline.html
new file mode 100644
index 0000000..9ca7660
--- /dev/null
+++ b/posted_news/20160616-085704.4.2.13.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20160616-085704.4.2.13.headline.html -->
+<li> 16 June 2016 <a href="#4.2.13">Samba 4.2.13 Available for Download</a></li>
+<!-- END: posted_news/20160616-085704.4.2.13.headline.html -->
diff --git a/posted_news/20160616-085704.4.2.13.snip.html b/posted_news/20160616-085704.4.2.13.snip.html
new file mode 100644
index 0000000..d86623a
--- /dev/null
+++ b/posted_news/20160616-085704.4.2.13.snip.html
@@ -0,0 +1,20 @@
+<!-- BEGIN: posted_news/20160616-085704.4.2.13.snip.html -->
+<!-- BEGIN: posted_news/20160616-085704.4.2.13.body.html -->
+<h5><a name="4.2.13">17 June 2016</a></h5>
+<p class=headline>Samba 4.2.13 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.2 series.
+</p>
+<p>
+The uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA). The source code can be
+<a href="http://samba.org/samba/ftp/stable/samba-4.2.13.tar.gz">downloaded
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.12-4.2.13.diffs.gz">
+patch against Samba 4.2.12</a> is also available. See
+<a href="http://samba.org/samba/history/samba-4.2.13.html">the release notes for
+</p>
+<!-- SNIP -->
+<!-- TODO: remove the above line or move it to where you want the front-page preview to end, also remove this comment -->
+<!-- END: posted_news/20160616-085704.4.2.13.body.html -->
+more info</a>.<p><a href="/samba/latest_news.html#4.2.13">(Read more)</a></p>
+<!-- END: posted_news/20160616-085704.4.2.13.snip.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list