summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-08-13 11:34:48 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-08-13 11:34:48 +0000
commit091d10bff2ef93d38f66065569023bd3be883f23 (patch)
tree778ada6a27f4fb784cfe4a07bc2a02b8d529e5ba
parenta570bf599e954c34950be7937db3d80f7cf0a932 (diff)
bumped to 2.1.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
-rw-r--r--doap.rdf4
-rw-r--r--website/web/news/09-release-2.1.0.xml17
4 files changed, 32 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6cd64713..d01cb4bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
NEWS
====
-2.0.0 - January 16th 2006
+2.1.0 - August 13rd 2007
+------------------------
+
+Added preliminary support for ID-WSF 2, Discovery and Data Service Template,
+added missing accessors for class elements in SAML 2 language bindings, fixed
+potential DoS in message parsing.
+
+
+2.0.0 - January 16th 2007
-------------------------
Completed SAMLv2 support, passed conformance event organized by the Liberty
diff --git a/configure.ac b/configure.ac
index 8477f8d5..6dcd3321 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Copy stamp REVISIO-INFO in the configure script.
AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
-AM_INIT_AUTOMAKE(lasso, 2.0.0)
+AM_INIT_AUTOMAKE(lasso, 2.1.0)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER(lasso/lasso_config.h)
dnl Add --enable-maintainer-mode option to configure.
@@ -161,7 +161,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
-LASSO_VERSION_INFO="7:0:4"
+LASSO_VERSION_INFO="8:0:5"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.
diff --git a/doap.rdf b/doap.rdf
index 16c22190..21a6c741 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -39,6 +39,10 @@
</repository>
<release>
<Version>
+ <created>2007-08-13</created>
+ <revision>2.1.0</revision>
+ </Version>
+ <Version>
<created>2007-01-16</created>
<revision>2.0.0</revision>
</Version>
diff --git a/website/web/news/09-release-2.1.0.xml b/website/web/news/09-release-2.1.0.xml
new file mode 100644
index 00000000..58f76e4e
--- /dev/null
+++ b/website/web/news/09-release-2.1.0.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<div xmlns="http://www.w3.org/1999/xhtml">
+ <h3>2007-08-13: Released 2.1.0</h3>
+
+ <p>
+ Lasso 2.1.0 has been released.
+ <a href="/download/">Download it now</a>
+ </p>
+
+ <p class="changes">
+ <strong>What changed ?</strong>
+Added preliminary support for ID-WSF 2, Discovery and Data Service Template,
+added missing accessors for class elements in SAML 2 language bindings, fixed
+potential DoS in message parsing.
+ </p>
+
+</div>