Merge branch 'hotfixes-2.3.2'

This commit is contained in:
Benjamin Dauvergne 2010-09-07 19:27:42 +02:00
commit 8e8afcbd35
8 changed files with 1115 additions and 10 deletions

8
NEWS
View File

@ -1,7 +1,13 @@
NEWS
====
2.3.1 - September 9th 2010
2.3.2 - Septembre 7th 2010
--------------------------
* Fix bug in increment of the libtool version info, increasing the SONAME
uselessly.
2.3.1 - September 7th 2010
--------------------------
31 commits, 23 files changed, 523 insertions, 356 deletions

1091
abi/abi-2.3.2 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ dnl - Second number is the number of supported API versions where API version >
dnl first number.
dnl - Third number is the current API version implementation version number.
dnl See libtool explanations about current, age and release, later in this file.
AC_INIT([lasso], 2.3.1, lasso-devel@lists.labs.libre-entreprise.org)
AC_INIT([lasso], 2.3.2, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
AC_CONFIG_MACRO_DIR([m4])
@ -184,7 +184,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
LASSO_VERSION_INFO="12:0:8"
LASSO_VERSION_INFO="12:0:9"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.

View File

@ -61,6 +61,10 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2010-09-07</created>
<revision>2.3.2</revision>
</Version>
<Version>
<created>2010-09-07</created>
<revision>2.3.1</revision>

View File

@ -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>

View File

@ -61,6 +61,10 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2010-09-07</created>
<revision>2.3.2</revision>
</Version>
<Version>
<created>2010-09-07</created>
<revision>2.3.1</revision>

View File

@ -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>

View File

@ -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>