Author: rfrovarp
Date: Wed Jan 20 17:50:58 2010
New Revision: 901303
URL: http://svn.apache.org/viewvc?rev=901303&view=rev
Log:
Releasing 2.0.3
Modified:
lenya/site/docu20/installation20/download20.html
lenya/site/docu20/installation20/subversion20.html
lenya/site/index.html
Modified: lenya/site/docu20/installation20/download20.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/installation20/download20.html?rev=901303&r1=901302&r2=901303&view=diff
==============================================================================
--- lenya/site/docu20/installation20/download20.html (original)
+++ lenya/site/docu20/installation20/download20.html Wed Jan 20 17:50:58 2010
@@ -29,21 +29,23 @@
</a>
</p><p>
<img alt="Built with Apache Lenya" src="../../index/banners/builtWithApacheLenya.png" />
- </p></div></div><div id="body"><h1>Downloading and Installing Apache Lenya 2.0</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Download</a></li><li><a href="#N1003E">Verifying Releases</a></li><li><a href="#N10065">Installation</a></li></ul>
+ </p></div></div><div id="body"><h1>Downloading and Installing Apache Lenya 2.0</h1><div class="tocTitle"><div>Table of Contents</div></div><ul class="toc"><li><a href="#N1000D">Download</a></li><li><a href="#N10046">Verifying Releases</a></li><li><a href="#N10074">Installation</a></li></ul>
<a name="N1000D" />
<h1>Download</h1>
<ul>
<li>
- Lenya 2.0.2
- <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0.2-src.zip">Windows source code</a> (ZIP archive),
- <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.zip.asc">ASC Signature</a>,
- <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.zip.md5">MD5 Checksum</a>
+ Lenya 2.0.3
+ <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0.3-src.zip">Windows source code</a> (ZIP archive),
+ <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.3-src.zip.asc">ASC Signature</a>,
+ <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.3-src.zip.sha">SHA-512 Checksum</a>,
+ <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.3-src.zip.md5">MD5 Checksum</a>
</li>
<li>
- Lenya 2.0.2
- <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0.2-src.tar.gz">Unix source code</a> (tar.gz archive),
- <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.tar.gz.asc">ASC Signature</a>,
- <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.2-src.tar.gz.md5">MD5 Checksum</a>
+ Lenya 2.0.3
+ <a href="http://www.apache.org/dyn/closer.cgi/lenya/SOURCES/apache-lenya-2.0.3-src.tar.gz">Unix source code</a> (tar.gz archive),
+ <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.3-src.tar.gz.asc">ASC Signature</a>,
+ <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.3-src.tar.gz.sha">SHA-512 Checksum</a>,
+ <a href="http://www.apache.org/dist/lenya/SOURCES/apache-lenya-2.0.3-src.tar.gz.md5">MD5 Checksum</a>
</li>
</ul>
<p>
@@ -56,10 +58,10 @@
<a href="http://www.apache.org/dyn/closer.cgi/lenya/">distribution page</a>.
</p>
- <a name="N1003E" />
+ <a name="N10046" />
<h1>Verifying Releases</h1>
<p>
- When downloading from a mirror please check the <a href="http://www.apache.org/dev/release-signing#md5">MD5</a>
+ When downloading from a mirror please check the <a href="http://www.apache.org/dev/release-signing#sha-checksum">SHA-512</a>
checksums as well as verifying the <a href="http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
compatible signature available from the main Apache site. The <a href="http://www.apache.org/dist/lenya/KEYS">KEYS</a>
file contains the public keys used for signing release. It is recommended that a
@@ -68,10 +70,12 @@
</p>
<p>You can check the OpenPGP signature with:</p>
<p><code>gpg --verify apache-lenya-*.tar.gz.asc</code></p>
+ <p>You can check the SHA-512 checksum with:</p>
+ <p><code>sha512sum apache-lenya-*.tar.gz</code></p>
<p>You can check the MD5 checksum with:</p>
- <p><code>md5sum --check apache-lenya-*.tar.gz.md5</code></p>
+ <p><code>md5sum apache-lenya-*.tar.gz</code></p>
- <a name="N10065" />
+ <a name="N10074" />
<h1>Installation</h1>
<p>
After the download, proceed with the <a href="install20.html">installation instructions</a>.
Modified: lenya/site/docu20/installation20/subversion20.html
URL: http://svn.apache.org/viewvc/lenya/site/docu20/installation20/subversion20.html?rev=901303&r1=901302&r2=901303&view=diff
==============================================================================
--- lenya/site/docu20/installation20/subversion20.html (original)
+++ lenya/site/docu20/installation20/subversion20.html Wed Jan 20 17:50:58 2010
@@ -37,7 +37,7 @@
Start the shell of your choice and enter:
</p>
<pre class="source">
-svn co http://svn.apache.org/repos/asf/lenya/tags/RELEASE_2_0_2 lenya-2.0.2
+svn co http://svn.apache.org/repos/asf/lenya/tags/RELEASE_2_0_3 lenya-2.0.3
</pre>
Modified: lenya/site/index.html
URL: http://svn.apache.org/viewvc/lenya/site/index.html?rev=901303&r1=901302&r2=901303&view=diff
==============================================================================
--- lenya/site/index.html (original)
+++ lenya/site/index.html Wed Jan 20 17:50:58 2010
@@ -42,7 +42,7 @@
<a name="download" />
<h1>Downloads</h1>
<p>
- The current stable version of Apache Lenya is 2.0.2. This is the recommended version
+ The current stable version of Apache Lenya is 2.0.3. This is the recommended version
for production use. You will at least need the Java 2 Platform, Standard Edition,
version 1.4.2. Please follow the <a href="docu20/installation20/install20.html">installation instructions</a>.
</p>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.