[SCM] Samba Website Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Aug 5 12:20:53 UTC 2015


The branch, master has been updated
       via  1f4365e commit the result of ./generated_news.sh
       via  136a370 generated_news.sh: rewrite in order to use the files from posted_news/
       via  d200775 ./import_oldnews.sh generated_news/latest_10_headlines.html generated_news/latest_10_bodies.html
       via  c9f87ff add import_oldnews.sh helper script
      from  4986f61 Announce Samba 4.3.0rc2.

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


- Log -----------------------------------------------------------------
commit 1f4365ef10de9fd033ec972c74a47df10473693c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Aug 5 13:14:16 2015 +0200

    commit the result of ./generated_news.sh
    
    In future this will be done by a cron job on the web server every 5 mins.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit 136a370e9804f7f4968de2ff2c4ec9f8cfcb9fc7
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Aug 5 13:13:28 2015 +0200

    generated_news.sh: rewrite in order to use the files from posted_news/
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit d2007754ebc7cfa55163653b4d284ea8e9cf083e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Aug 5 13:09:24 2015 +0200

    ./import_oldnews.sh generated_news/latest_10_headlines.html generated_news/latest_10_bodies.html
    
    TODO: we may want to do the same for generated_news/latest_10000_*.html
    and also import the older manual added news of generated_news/latest_10_*.html
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit c9f87ffacfb0daf011d8808a557c21f2c89a3e91
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Aug 5 13:06:22 2015 +0200

    add import_oldnews.sh helper script
    
    This can be used like this:
    
    ./import_oldnews.sh generated_news/latest_10_headlines.html generated_news/latest_10_bodies.html
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 generated_news.sh                                  |  42 ++++++-
 generated_news/latest_10_bodies.html               | 126 ++-------------------
 generated_news/latest_10_headlines.html            |  31 ++---
 generated_news/latest_2_bodies.html                |  27 +----
 import_oldnews.sh                                  |  61 ++++++++++
 latest_news.html                                   |   2 +
 posted_news/20150304-000000.4.2.0.body.html        |   1 +
 posted_news/20150304-000000.4.2.0.headline.html    |   3 +
 ...0306-000000.2015-03-06_vmware_lawsuit.body.html |   9 ++
 ...-000000.2015-03-06_vmware_lawsuit.headline.html |   3 +
 posted_news/20150415-000000.4.2.1.body.html        |  15 +++
 posted_news/20150415-000000.4.2.1.headline.html    |   3 +
 posted_news/20150506-000000.4.0.26.body.html       |  14 +++
 posted_news/20150506-000000.4.0.26.headline.html   |   3 +
 posted_news/20150512-000000.4.1.18.body.html       |  14 +++
 posted_news/20150512-000000.4.1.18.headline.html   |   3 +
 posted_news/20150527-000000.4.2.2.body.html        |  15 +++
 posted_news/20150527-000000.4.2.2.headline.html    |   3 +
 posted_news/20150623-000000.4.1.19.body.html       |  15 +++
 posted_news/20150623-000000.4.1.19.headline.html   |   3 +
 posted_news/20150714-000000.4.2.3.body.html        |  15 +++
 posted_news/20150714-000000.4.2.3.headline.html    |   3 +
 posted_news/20150721-000000.4.3.0rc1.body.html     |  14 +++
 posted_news/20150721-000000.4.3.0rc1.headline.html |   3 +
 posted_news/20150804-000000.4.3.0rc2.body.html     |  14 +++
 posted_news/20150804-000000.4.3.0rc2.headline.html |   3 +
 26 files changed, 278 insertions(+), 167 deletions(-)
 create mode 100755 import_oldnews.sh
 create mode 100644 posted_news/20150304-000000.4.2.0.body.html
 create mode 100644 posted_news/20150304-000000.4.2.0.headline.html
 create mode 100644 posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html
 create mode 100644 posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html
 create mode 100644 posted_news/20150415-000000.4.2.1.body.html
 create mode 100644 posted_news/20150415-000000.4.2.1.headline.html
 create mode 100644 posted_news/20150506-000000.4.0.26.body.html
 create mode 100644 posted_news/20150506-000000.4.0.26.headline.html
 create mode 100644 posted_news/20150512-000000.4.1.18.body.html
 create mode 100644 posted_news/20150512-000000.4.1.18.headline.html
 create mode 100644 posted_news/20150527-000000.4.2.2.body.html
 create mode 100644 posted_news/20150527-000000.4.2.2.headline.html
 create mode 100644 posted_news/20150623-000000.4.1.19.body.html
 create mode 100644 posted_news/20150623-000000.4.1.19.headline.html
 create mode 100644 posted_news/20150714-000000.4.2.3.body.html
 create mode 100644 posted_news/20150714-000000.4.2.3.headline.html
 create mode 100644 posted_news/20150721-000000.4.3.0rc1.body.html
 create mode 100644 posted_news/20150721-000000.4.3.0rc1.headline.html
 create mode 100644 posted_news/20150804-000000.4.3.0rc2.body.html
 create mode 100644 posted_news/20150804-000000.4.3.0rc2.headline.html


Changeset truncated at 500 lines:

diff --git a/generated_news.sh b/generated_news.sh
index c883853..d2c64aa 100755
--- a/generated_news.sh
+++ b/generated_news.sh
@@ -1,6 +1,38 @@
-wget http://news.samba.org/latest_10_headlines/ -O generated_news/latest_10_headlines.html
-wget http://news.samba.org/latest_10_bodies/ -O generated_news/latest_10_bodies.html
-wget http://news.samba.org/latest_2_bodies/ -O generated_news/latest_2_bodies.html
-wget http://news.samba.org/latest_10000_headlines/ -O generated_news/latest_10000_headlines.html
-wget http://news.samba.org/latest_10000_bodies/ -O generated_news/latest_10000_bodies.html
+#!/bin/sh
+#
 
+LC_ALL=C
+export LC_ALL
+LANG=C
+export LANG
+LANGUAGE=C
+export LANGUAGE
+
+set -u
+set -e
+umask 0022
+
+generate() {
+	local dst="$1"
+	local count="$2"
+	local filter="$3"
+
+	test "${dst}" -nt "posted_news/" && {
+		echo "${dst}: up to date"
+		return 0
+	}
+
+	echo "${dst}: regenerating"
+	files=$(find posted_news/ -type f -name "${filter}" -printf "%f\n" | sort -r | head -${count} | xargs)
+	{
+		for f in ${files}; do
+			echo "<!--#include virtual=\"/samba/posted_news/${f}\" -->"
+		done
+	} > ${dst}
+
+	return 0
+}
+
+generate "generated_news/latest_10_headlines.html" "10" "*.headline.html"
+generate "generated_news/latest_10_bodies.html" "10" "*.body.html"
+generate "generated_news/latest_2_bodies.html" "2" "*.body.html"
diff --git a/generated_news/latest_10_bodies.html b/generated_news/latest_10_bodies.html
index 1fc939f..547e00c 100644
--- a/generated_news/latest_10_bodies.html
+++ b/generated_news/latest_10_bodies.html
@@ -1,116 +1,10 @@
-<!-- BEGIN: announce samba-4.3.0rc2 -->
-<h5><a name="4.3.0rc2">04 August 2015</a></h5>
-<p class=headline>Samba 4.3.0rc2 Available for Download</p>
-<p>
-This is the second release candidate of the upcoming 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/rc/samba-4.3.0rc2.tar.gz">downloaded now</a>.
-See <a href="https://download.samba.org/pub/samba/rc/samba-4.3.0rc2.WHATSNEW.txt">the release notes for more info</a>.
-</p>
-<!-- END: announce samba-4.3.0rc2 -->
-
-       <h5><a name="4.3.0rc1">21 July 2015</a></h5>
-       <p class="headline">Samba 4.3.0rc1 Available for Download</p>
-       <p>This is the first release candidate of the upcoming Samba 4.3 release
-       series.</p>
-
-<p>The uncompressed tarballs and patch files have been signed
-using GnuPG (ID 6568B7EA).  The source code can be
-<a href="https://download.samba.org/pub/samba/rc/samba-4.3.0rc1.tar.gz">downloaded
-now</a>. See <a href="https://download.samba.org/pub/samba/rc/samba-4.3.0rc1.WHATSNEW.txt">
-the release notes for more info</a>.</p>
-
-
-	<h5><a name="4.2.3">14 July 2015</a></h5>
-	<p class="headline">Samba 4.2.3 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.3.tar.gz">downloaded
-now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.2-4.2.3.diffs.gz">
-patch against Samba 4.2.2</a> is also available. See 
-<a href="http://samba.org/samba/history/samba-4.2.3.html">the release notes for
-more info</a>.</p>
-
-
-	<h5><a name="4.1.19">23 June 2015</a></h5>
-	<p class="headline">Samba 4.1.19 Available for Download</p>
-	<p>This is the last stable release of the Samba 4.1 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.1.19.tar.gz">downloaded
-now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.1.18-4.1.19.diffs.gz">
-patch against Samba 4.1.18</a> is also available. See
-<a href="http://samba.org/samba/history/samba-4.1.19.html"> the release notes
- for more info</a>.</p>
-
-
-	<h5><a name="4.2.2">27 May 2015</a></h5>
-	<p class="headline">Samba 4.2.2 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.2.tar.gz">downloaded
-now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.1-4.2.2.diffs.gz">
-patch against Samba 4.2.1</a> is also available. See 
-<a href="http://samba.org/samba/history/samba-4.2.2.html">the release notes for
-more info</a>.</p>
-
-
-<h5><a name="results_survey2015">21 May 2015</a></h5>
-	<p class="headline">2015 User Survey: The Results</p>
-	<p>What Samba features do you care about most? Do you have problems or
-	ideas to tell the Samba Team? Which parts of the documentation are
-	most important to you?</p>
-	<p>The Samba Team conducted a survey and here are the 
-	<a href="https://www.samba.org/~mmuehlfeld/UserSurvey2015/SummaryReports/Samba_User_Survey_2015_Summary_report_Completed_only_with_comments.pdf">results</a>.</p>
-
-	<h5><a name="4.1.18">12 May 2015</a></h5>
-	<p class="headline">Samba 4.1.18 Available for Download</p>
-	<p>This is the last stable release of the Samba 4.1 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.1.18.tar.gz">downloaded
-now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.1.17-4.1.18.diffs.gz">
-patch against Samba 4.1.17</a> is also available. See
-<a href="http://samba.org/samba/history/samba-4.1.18.html"> the release notes
- for more info</a>.</p>
-
-	<h5><a name="4.0.26">6 May 2015</a></h5>
-	<p class="headline">Samba 4.0.26 Available for Download</p>
-	<p>This is the last stable release of the Samba 4.0 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.0.26.tar.gz">downloaded
-now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.0.25-4.0.26.diffs.gz">
-patch against Samba 4.0.25</a> is also available. See
-<a href="http://samba.org/samba/history/samba-4.0.26.html"> the release notes
- for more info</a>.</p>
-
-	<h5><a name="4.2.1">15 April 2015</a></h5>
-	<p class="headline">Samba 4.2.1 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.1.tar.gz">downloaded
-now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.0-4.2.1.diffs.gz">
-patch against Samba 4.2.0</a> is also available. See 
-<a href="http://samba.org/samba/history/samba-4.2.1.html">the release notes for
-more info</a>.</p>
-
-
-	<h5><a name="2015-03-06_vmware_lawsuit">06 March 2015</a></h5>
-	<p class="headline">Samba supports Christoph Hellwig's lawsuit against VMware</p>
-
-<p>We support the <a href="https://sfconservancy.org/">Software Freedom Conservancy</a>'s
-legal actions in defense of the GPL.  Read our full
-<a href="https://www.samba.org/samba/news/announcements/2015-03-06_vmware_lawsuit.html">lawsuit statement</a>.</p>
-
+<!--#include virtual="/samba/posted_news/20150804-000000.4.3.0rc2.body.html" -->
+<!--#include virtual="/samba/posted_news/20150721-000000.4.3.0rc1.body.html" -->
+<!--#include virtual="/samba/posted_news/20150714-000000.4.2.3.body.html" -->
+<!--#include virtual="/samba/posted_news/20150623-000000.4.1.19.body.html" -->
+<!--#include virtual="/samba/posted_news/20150527-000000.4.2.2.body.html" -->
+<!--#include virtual="/samba/posted_news/20150512-000000.4.1.18.body.html" -->
+<!--#include virtual="/samba/posted_news/20150506-000000.4.0.26.body.html" -->
+<!--#include virtual="/samba/posted_news/20150415-000000.4.2.1.body.html" -->
+<!--#include virtual="/samba/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html" -->
+<!--#include virtual="/samba/posted_news/20150304-000000.4.2.0.body.html" -->
diff --git a/generated_news/latest_10_headlines.html b/generated_news/latest_10_headlines.html
index d640c7f..30af6f8 100644
--- a/generated_news/latest_10_headlines.html
+++ b/generated_news/latest_10_headlines.html
@@ -1,21 +1,10 @@
-<ul>
-	<li> 04 August 2015 <a href="#4.3.0rc2">Samba 4.3.0rc2 Available for Download</a></li>
-
-	<li> 21 July 2015 <a href="#4.3.0rc1">Samba 4.3.0rc1 Available for Download</a></li>
-
-	<li> 14 July 2015 <a href="#4.2.3">Samba 4.2.3 Available for Download</a></li>
-
-	<li> 23 June 2015 <a href="#4.1.19">Samba 4.1.19 Available for Download</a></li>
-
-	<li> 27 May 2015 <a href="#4.2.2">Samba 4.2.2 Available for Download</a></li>
-
-	<li> 12 May 2015 <a href="#4.1.18">Samba 4.1.18 Available for Download</a></li>
-
-	<li> 06 May 2015 <a href="#4.0.26">Samba 4.0.26 Available for Download</a></li>
-
-	<li> 15 April 2015 <a href="#4.2.1">Samba 4.2.1 Available for Download</a></li>
-
-	<li> 06 March 2015 <a href="#2015-03-06_vmware_lawsuit">Samba - VMware lawsuit to defend the GPL</a></li>
-
-	<li> 04 March 2015 <a href="#4.2.0">Samba 4.2.0 Available for Download</a></li>
-</ul>
+<!--#include virtual="/samba/posted_news/20150804-000000.4.3.0rc2.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150721-000000.4.3.0rc1.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150714-000000.4.2.3.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150623-000000.4.1.19.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150527-000000.4.2.2.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150512-000000.4.1.18.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150506-000000.4.0.26.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150415-000000.4.2.1.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html" -->
+<!--#include virtual="/samba/posted_news/20150304-000000.4.2.0.headline.html" -->
diff --git a/generated_news/latest_2_bodies.html b/generated_news/latest_2_bodies.html
index 13a00cd..72d509e 100644
--- a/generated_news/latest_2_bodies.html
+++ b/generated_news/latest_2_bodies.html
@@ -1,25 +1,2 @@
-<!-- BEGIN: announce samba-4.3.0rc2 -->
-<h5><a name="4.3.0rc2">04 August 2015</a></h5>
-<p class=headline>Samba 4.3.0rc2 Available for Download</p>
-<p>
-This is the second release candidate of the upcoming 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/rc/samba-4.3.0rc2.tar.gz">downloaded now</a>.
-See <a href="https://download.samba.org/pub/samba/rc/samba-4.3.0rc2.WHATSNEW.txt">the release notes for more info</a>.
-</p>
-<!-- END: announce samba-4.3.0rc2 -->
-
-       <h5><a name="4.3.0rc1">21 July 2015</a></h5>
-       <p class="headline">Samba 4.3.0rc1 Available for Download</p>
-       <p>This is the first release candidate of the upcoming Samba 4.3 release
-       series.</p>
-
-<p>The uncompressed tarballs and patch files have been signed
-using GnuPG (ID 6568B7EA).  The source code can be
-<a href="https://download.samba.org/pub/samba/rc/samba-4.3.0rc1.tar.gz">downloaded
-now</a>. See <a href="https://download.samba.org/pub/samba/rc/WHATSNEW-4.3.0rc1.txt">
-the release notes for more info</a>.</p>
-
-
+<!--#include virtual="/samba/posted_news/20150804-000000.4.3.0rc2.body.html" -->
+<!--#include virtual="/samba/posted_news/20150721-000000.4.3.0rc1.body.html" -->
diff --git a/import_oldnews.sh b/import_oldnews.sh
new file mode 100755
index 0000000..f6ab6bc
--- /dev/null
+++ b/import_oldnews.sh
@@ -0,0 +1,61 @@
+#!/bin/sh
+#
+
+LC_ALL=C
+export LC_ALL
+LANG=C
+export LANG
+LANGUAGE=C
+export LANGUAGE
+
+set -u
+set -e
+umask 0022
+
+HEADLINES=${1}
+BODIES=${2}
+
+LINES="$(cat ${HEADLINES} | grep '<li>')"
+NLINES=$(echo "${LINES}" | wc -l)
+
+BODYH5="$(grep --line-number '<h5>' ${BODIES})"
+
+for i in $(seq 1 $NLINES); do
+	l=$(echo "${LINES}" | head -${i} | tail -1 | sed -e 's!^[\t ]*!!')
+	d=$(echo "${l}" | sed -e 's!^<li>\([^<]*\)<a href=.*!\1!')
+	n=$(echo "${l}" | sed -e 's!.*a href="#\([^"]*\)".*!\1!')
+	utctime=$(date --date="${d}" --utc +"%Y%m%d-%H%M%S")
+	headlinefile="posted_news/${utctime}.${n}.headline.html"
+	bodyfile="posted_news/${utctime}.${n}.body.html"
+	echo "${i}: ${headlinefile}"
+	{
+		echo "<!-- BEGIN: ${headlinefile} -->"
+		echo "${l}"
+		echo "<!-- END: ${headlinefile} -->"
+	} > ${headlinefile}
+
+	boundary=$(echo "${BODYH5}" | grep -A1 "<h5><a name=\"${n}\">" | cut -d ':' -f1)
+	tmp=$(echo "${boundary}" | wc -l)
+	case "${tmp}" in
+	2)
+		begin=$(echo "${boundary}" | head -1)
+		next=$(echo "${boundary}" | tail -1)
+		end=$(expr ${next} - 1)
+		len=$(expr ${end} - ${begin})
+		;;
+	1)
+		len="10000"
+		;;
+	*)
+		echo "invalid boundary:"
+		echo "${boundary}"
+		exit 1
+		;;
+	esac
+	echo "${i}: ${bodyfile}"
+	{
+		echo "<!-- BEGIN: ${bodyfile} -->"
+		grep -A${len} "<h5><a name=\"${n}\">" ${BODIES}
+		echo "<!-- END: ${bodyfile} -->"
+	} > ${bodyfile}
+done
diff --git a/latest_news.html b/latest_news.html
index edf3030..fec74be 100755
--- a/latest_news.html
+++ b/latest_news.html
@@ -22,7 +22,9 @@ winbind daemon.</p>
 
 
     <h2>Latest News</h2>
+    <ul>
     <!--#include virtual="/samba/generated_news/latest_10_headlines.html" -->
+    </ul>
 
     <!--#include virtual="/samba/generated_news/latest_10_bodies.html" -->
 
diff --git a/posted_news/20150304-000000.4.2.0.body.html b/posted_news/20150304-000000.4.2.0.body.html
new file mode 100644
index 0000000..b01c4cd
--- /dev/null
+++ b/posted_news/20150304-000000.4.2.0.body.html
@@ -0,0 +1 @@
+<!-- BEGIN: posted_news/20150304-000000.4.2.0.body.html -->
diff --git a/posted_news/20150304-000000.4.2.0.headline.html b/posted_news/20150304-000000.4.2.0.headline.html
new file mode 100644
index 0000000..2cad27c
--- /dev/null
+++ b/posted_news/20150304-000000.4.2.0.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20150304-000000.4.2.0.headline.html -->
+<li> 04 March 2015 <a href="#4.2.0">Samba 4.2.0 Available for Download</a></li>
+<!-- END: posted_news/20150304-000000.4.2.0.headline.html -->
diff --git a/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html b/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html
new file mode 100644
index 0000000..8956cde
--- /dev/null
+++ b/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html
@@ -0,0 +1,9 @@
+<!-- BEGIN: posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html -->
+	<h5><a name="2015-03-06_vmware_lawsuit">06 March 2015</a></h5>
+	<p class="headline">Samba supports Christoph Hellwig's lawsuit against VMware</p>
+
+<p>We support the <a href="https://sfconservancy.org/">Software Freedom Conservancy</a>'s
+legal actions in defense of the GPL.  Read our full
+<a href="https://www.samba.org/samba/news/announcements/2015-03-06_vmware_lawsuit.html">lawsuit statement</a>.</p>
+
+<!-- END: posted_news/20150306-000000.2015-03-06_vmware_lawsuit.body.html -->
diff --git a/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html b/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html
new file mode 100644
index 0000000..1859335
--- /dev/null
+++ b/posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html -->
+<li> 06 March 2015 <a href="#2015-03-06_vmware_lawsuit">Samba - VMware lawsuit to defend the GPL</a></li>
+<!-- END: posted_news/20150306-000000.2015-03-06_vmware_lawsuit.headline.html -->
diff --git a/posted_news/20150415-000000.4.2.1.body.html b/posted_news/20150415-000000.4.2.1.body.html
new file mode 100644
index 0000000..b37bd33
--- /dev/null
+++ b/posted_news/20150415-000000.4.2.1.body.html
@@ -0,0 +1,15 @@
+<!-- BEGIN: posted_news/20150415-000000.4.2.1.body.html -->
+	<h5><a name="4.2.1">15 April 2015</a></h5>
+	<p class="headline">Samba 4.2.1 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.1.tar.gz">downloaded
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.0-4.2.1.diffs.gz">
+patch against Samba 4.2.0</a> is also available. See 
+<a href="http://samba.org/samba/history/samba-4.2.1.html">the release notes for
+more info</a>.</p>
+
+
+<!-- END: posted_news/20150415-000000.4.2.1.body.html -->
diff --git a/posted_news/20150415-000000.4.2.1.headline.html b/posted_news/20150415-000000.4.2.1.headline.html
new file mode 100644
index 0000000..64ca289
--- /dev/null
+++ b/posted_news/20150415-000000.4.2.1.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20150415-000000.4.2.1.headline.html -->
+<li> 15 April 2015 <a href="#4.2.1">Samba 4.2.1 Available for Download</a></li>
+<!-- END: posted_news/20150415-000000.4.2.1.headline.html -->
diff --git a/posted_news/20150506-000000.4.0.26.body.html b/posted_news/20150506-000000.4.0.26.body.html
new file mode 100644
index 0000000..eff15b3
--- /dev/null
+++ b/posted_news/20150506-000000.4.0.26.body.html
@@ -0,0 +1,14 @@
+<!-- BEGIN: posted_news/20150506-000000.4.0.26.body.html -->
+	<h5><a name="4.0.26">6 May 2015</a></h5>
+	<p class="headline">Samba 4.0.26 Available for Download</p>
+	<p>This is the last stable release of the Samba 4.0 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.0.26.tar.gz">downloaded
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.0.25-4.0.26.diffs.gz">
+patch against Samba 4.0.25</a> is also available. See
+<a href="http://samba.org/samba/history/samba-4.0.26.html"> the release notes
+ for more info</a>.</p>
+
+<!-- END: posted_news/20150506-000000.4.0.26.body.html -->
diff --git a/posted_news/20150506-000000.4.0.26.headline.html b/posted_news/20150506-000000.4.0.26.headline.html
new file mode 100644
index 0000000..63e9c2a
--- /dev/null
+++ b/posted_news/20150506-000000.4.0.26.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20150506-000000.4.0.26.headline.html -->
+<li> 06 May 2015 <a href="#4.0.26">Samba 4.0.26 Available for Download</a></li>
+<!-- END: posted_news/20150506-000000.4.0.26.headline.html -->
diff --git a/posted_news/20150512-000000.4.1.18.body.html b/posted_news/20150512-000000.4.1.18.body.html
new file mode 100644
index 0000000..a878e05
--- /dev/null
+++ b/posted_news/20150512-000000.4.1.18.body.html
@@ -0,0 +1,14 @@
+<!-- BEGIN: posted_news/20150512-000000.4.1.18.body.html -->
+	<h5><a name="4.1.18">12 May 2015</a></h5>
+	<p class="headline">Samba 4.1.18 Available for Download</p>
+	<p>This is the last stable release of the Samba 4.1 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.1.18.tar.gz">downloaded
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.1.17-4.1.18.diffs.gz">
+patch against Samba 4.1.17</a> is also available. See
+<a href="http://samba.org/samba/history/samba-4.1.18.html"> the release notes
+ for more info</a>.</p>
+
+<!-- END: posted_news/20150512-000000.4.1.18.body.html -->
diff --git a/posted_news/20150512-000000.4.1.18.headline.html b/posted_news/20150512-000000.4.1.18.headline.html
new file mode 100644
index 0000000..41bcb88
--- /dev/null
+++ b/posted_news/20150512-000000.4.1.18.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20150512-000000.4.1.18.headline.html -->
+<li> 12 May 2015 <a href="#4.1.18">Samba 4.1.18 Available for Download</a></li>
+<!-- END: posted_news/20150512-000000.4.1.18.headline.html -->
diff --git a/posted_news/20150527-000000.4.2.2.body.html b/posted_news/20150527-000000.4.2.2.body.html
new file mode 100644
index 0000000..96facc8
--- /dev/null
+++ b/posted_news/20150527-000000.4.2.2.body.html
@@ -0,0 +1,15 @@
+<!-- BEGIN: posted_news/20150527-000000.4.2.2.body.html -->
+	<h5><a name="4.2.2">27 May 2015</a></h5>
+	<p class="headline">Samba 4.2.2 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.2.tar.gz">downloaded
+now</a>. A <a href="http://samba.org/samba/ftp/patches/patch-4.2.1-4.2.2.diffs.gz">
+patch against Samba 4.2.1</a> is also available. See 
+<a href="http://samba.org/samba/history/samba-4.2.2.html">the release notes for
+more info</a>.</p>
+
+
+<!-- END: posted_news/20150527-000000.4.2.2.body.html -->
diff --git a/posted_news/20150527-000000.4.2.2.headline.html b/posted_news/20150527-000000.4.2.2.headline.html
new file mode 100644
index 0000000..a77e361
--- /dev/null
+++ b/posted_news/20150527-000000.4.2.2.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20150527-000000.4.2.2.headline.html -->
+<li> 27 May 2015 <a href="#4.2.2">Samba 4.2.2 Available for Download</a></li>
+<!-- END: posted_news/20150527-000000.4.2.2.headline.html -->
diff --git a/posted_news/20150623-000000.4.1.19.body.html b/posted_news/20150623-000000.4.1.19.body.html
new file mode 100644
index 0000000..dde61c5
--- /dev/null
+++ b/posted_news/20150623-000000.4.1.19.body.html
@@ -0,0 +1,15 @@
+<!-- BEGIN: posted_news/20150623-000000.4.1.19.body.html -->
+	<h5><a name="4.1.19">23 June 2015</a></h5>
+	<p class="headline">Samba 4.1.19 Available for Download</p>
+	<p>This is the last stable release of the Samba 4.1 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.1.19.tar.gz">downloaded


-- 
Samba Website Repository



More information about the samba-cvs mailing list