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 @@ -38,6 +38,10 @@ + + 2007-08-13 + 2.1.0 + 2007-01-16 2.0.0 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 @@ + +
+

2007-08-13: Released 2.1.0

+ +

+ Lasso 2.1.0 has been released. + Download it now +

+ +

+ What changed ? +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. +

+ +