Update website download page

* website/web/download/index.xml:
   update link for last release download
 * website/web/news/13-release-2.2.2.xml:
   add news about release 2.2.2
This commit is contained in:
Benjamin Dauvergne 2009-03-27 17:01:24 +00:00
parent ac99ae6423
commit 3e4f391987
2 changed files with 19 additions and 3 deletions

View File

@ -5,16 +5,15 @@
<title>Download</title>
</head>
<body>
<h1>Download</h1>
<h1>Download</h1>
<p>
Lasso is licensed under the GNU GPL and the latest release
is available here as a gzipped tarball:
<a
href="http://labs.libre-entreprise.org/frs/download.php/673/lasso-2.2.1.tar.gz">lasso-2.2.1.tar.gz</a>
href="https://labs.libre-entreprise.org/frs/download.php/735/lasso-2.2.2.tar.gz">lasso-2.2.2.tar.gz</a>
</p>
<h2>Binary Downloads</h2>
<h3>Debian Packages</h3>

View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>2009-03-27: Released 2.2.2</h3>
<p>
Lasso 2.2.2 has been released.
<a href="/download/">Download it now</a>
</p>
<p class="changes">
<strong>What changed ?</strong>
Many fixes and improvements to the ID-WSF 1 support, new API to load SSL keys
off memory, documentation for ID-WSF methods, general robustness and memory
leak fixes.
</p>
</div>