summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-11-29 10:42:16 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-11-29 10:42:16 +0100
commit5f25443c147f0c209861463ab120187c2eb0fac9 (patch)
tree8b6af13a5a808bed7566c2748f9c2d254db20393
parent9d13fb1933d401dd0e0855b1625f806f254b49d0 (diff)
downloadlasso-5f25443c147f0c209861463ab120187c2eb0fac9.tar.gz
lasso-5f25443c147f0c209861463ab120187c2eb0fac9.tar.xz
lasso-5f25443c147f0c209861463ab120187c2eb0fac9.zip
[release] 2.3.6
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
-rw-r--r--lasso.doap4
-rw-r--r--website/web/doap.rdf4
-rw-r--r--website/web/index.xml6
5 files changed, 24 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2b4cf509..7f5dba28 100644
--- a/NEWS
+++ b/NEWS
@@ -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
-------------------------
diff --git a/configure.ac b/configure.ac
index 526df6d3..52d9ed5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.
diff --git a/lasso.doap b/lasso.doap
index 0c04773b..a613896c 100644
--- a/lasso.doap
+++ b/lasso.doap
@@ -62,6 +62,10 @@
</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>
</Version>
diff --git a/website/web/doap.rdf b/website/web/doap.rdf
index 0c04773b..a613896c 100644
--- a/website/web/doap.rdf
+++ b/website/web/doap.rdf
@@ -62,6 +62,10 @@
</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>
</Version>
diff --git a/website/web/index.xml b/website/web/index.xml
index f0999be1..b6aec85b 100644
--- a/website/web/index.xml
+++ b/website/web/index.xml
@@ -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>