diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-07 19:27:46 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-07 19:27:46 +0200 |
| commit | 817ab34e95dcdc2ae1325059f73b6c3b1a905cb2 (patch) | |
| tree | 6343c63da930850c779b6487f7134612e4c8a2a5 /website | |
| parent | e3753ad237fff9e2b4a04b585f7faa01e5b78183 (diff) | |
| parent | 5ef593cfdaba17b8d28a63d584694027451fb611 (diff) | |
Merge branch 'hotfixes-2.3.2' into develop
Diffstat (limited to 'website')
| -rw-r--r-- | website/templates/base.ezt | 6 | ||||
| -rw-r--r-- | website/web/doap.rdf | 4 | ||||
| -rw-r--r-- | website/web/download/index.xml | 2 | ||||
| -rw-r--r-- | website/web/index.xml | 6 |
4 files changed, 11 insertions, 7 deletions
diff --git a/website/templates/base.ezt b/website/templates/base.ezt index b1f144d9..c36a314f 100644 --- a/website/templates/base.ezt +++ b/website/templates/base.ezt @@ -57,8 +57,8 @@ <div id="download"> <h2>Download</h2> <p> - The most recent version of Lasso is <strong>2.3.1</strong> and was - release on Septembre 9th 2010. + The most recent version of Lasso is <strong>2.3.2</strong> and was + release on Septembre 7th 2010. </p> <h3>Binary packages</h3> <p> @@ -67,7 +67,7 @@ </p> <h3>Source</h3> <p> - <li><a href="https://dev.entrouvert.org/attachments/download/12/lasso-2.3.1.tar.gz">.tar.gz</a></li> + <li><a href="https://dev.entrouvert.org/attachments/download/15/lasso-2.3.2.tar.gz">.tar.gz</a></li> <li><a href="http://dev.entrouvert.org/git/lasso.git">Git repository : http://dev.entrouvert.org/git/lasso.git</a></li> <li><a href="https://dev.entrouvert.org/projects/lasso/repository">Browse git repository</a></li> </p> diff --git a/website/web/doap.rdf b/website/web/doap.rdf index ef98b10e..18323cbe 100644 --- a/website/web/doap.rdf +++ b/website/web/doap.rdf @@ -63,6 +63,10 @@ <release> <Version> <created>2010-09-07</created> + <revision>2.3.2</revision> + </Version> + <Version> + <created>2010-09-07</created> <revision>2.3.1</revision> </Version> <Version> diff --git a/website/web/download/index.xml b/website/web/download/index.xml index cd81df8b..df890276 100644 --- a/website/web/download/index.xml +++ b/website/web/download/index.xml @@ -10,7 +10,7 @@ <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/807/lasso-2.3.0.tar.gz">lasso-2.3.0.tar.gz</a> + <a href="https://dev.entrouvert.org/attachments/download/15/lasso-2.3.2.tar.gz">lasso-2.3.2.tar.gz</a> </p> <h2>Binary Downloads</h2> diff --git a/website/web/index.xml b/website/web/index.xml index 81b36d1b..074fca3a 100644 --- a/website/web/index.xml +++ b/website/web/index.xml @@ -46,10 +46,10 @@ </p> <p> - The most recent version of Lasso is <strong>2.3.0</strong>. You can + The most recent version of Lasso is <strong>2.3.2</strong>. You can <a - href="https://labs.libre-entreprise.org/frs/download.php/807/lasso-2.3.0.tar.gz">download - the 2.3.0 tarball here</a> or get more options on the general <a + href="https://dev.entrouvert.org/attachments/download/15/lasso-2.3.2.tar.gz">download + the 2.3.2 tarball here</a> or get more options on the general <a href="/download/">download</a> page. </p> |
