[release] 2.3.6

This commit is contained in:
Benjamin Dauvergne 2011-11-29 10:42:16 +01:00
parent 9d13fb1933
commit 5f25443c14
5 changed files with 24 additions and 5 deletions

11
NEWS
View File

@ -1,6 +1,17 @@
NEWS
====
2.3.6 - November 29th 2011
--------------------------
2 commits, 2 files changed, 28 insertions, 2 deletions
* fix a bug when receiving a signature using the InclusiveNamespaces
PrefixList by copying namespace declaration from upper level at the level of
the signed node.
* fix compilation warning on recent version of GCC
2.3.5 - January 11th 2010
-------------------------

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.5, lasso-devel@lists.labs.libre-entreprise.org)
AC_INIT([lasso], 2.3.6, 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:3:9"
LASSO_VERSION_INFO="12:4: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>2011-11-29</created>
<revision>2.3.6</revision>
</Version>
<Version>
<created>2011-01-05</created>
<revision>2.3.5</revision>

View File

@ -61,6 +61,10 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2011-11-29</created>
<revision>2.3.6</revision>
</Version>
<Version>
<created>2011-01-05</created>
<revision>2.3.5</revision>

View File

@ -46,9 +46,9 @@
</p>
<p>
The most recent version of Lasso is <strong>2.3.5</strong>. You can
<a href="https://dev.entrouvert.org/lasso/lasso-2.3.5.tar.gz">download
the 2.3.5 tarball here</a> or get more options on the general <a
The most recent version of Lasso is <strong>2.3.6</strong>. You can
<a href="https://dev.entrouvert.org/lasso/lasso-2.3.6.tar.gz">download
the 2.3.6 tarball here</a> or get more options on the general <a
href="/download/">download</a> page.
</p>