summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog40
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
-rw-r--r--doap.rdf4
4 files changed, 54 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4842dc76..616666e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2007-08-21 fpeters
+
+ * trunk/swig/saml-2.0/saml2_advice.i,
+ trunk/swig/saml-2.0/saml2_assertion.i,
+ trunk/swig/saml-2.0/saml2_attribute_statement.i,
+ trunk/swig/saml-2.0/saml2_conditions.i,
+ trunk/swig/saml-2.0/saml2_evidence.i,
+ trunk/swig/saml-2.0/samlp2_requested_authn_context.i,
+ trunk/swig/saml-2.0/samlp2_response.i: fixed bad casting on
+ get/set lists
+
+2007-08-21 fpeters
+
+ * trunk/java/Makefile.am: removed LassoSignatureType
+
+2007-08-21 fpeters
+
+ * trunk/swig/saml-2.0/saml2_advice.i,
+ trunk/swig/saml-2.0/saml2_assertion.i,
+ trunk/swig/saml-2.0/saml2_attribute_statement.i,
+ trunk/swig/saml-2.0/saml2_conditions.i,
+ trunk/swig/saml-2.0/saml2_evidence.i,
+ trunk/swig/saml-2.0/samlp2_requested_authn_context.i,
+ trunk/swig/saml-2.0/samlp2_response.i: fixed usage of
+ set|get_node_list and set|get_string_list
+
+2007-08-21 fpeters
+
+ * trunk/swig/Lasso.i: added binding for LassoSignatureType
+ which is just an enum but SWIG creates such ugly things.
+
+2007-08-13 fpeters
+
+ * trunk/website/web/download/index.xml,
+ trunk/website/web/index.xml: added pointers to 2.1.0 tarball
+
+2007-08-13 fpeters
+
+ * trunk/ChangeLog: updated changelog for 2.1.0
+
2007-08-13 fpeters
* trunk/NEWS, trunk/configure.ac, trunk/doap.rdf,
diff --git a/NEWS b/NEWS
index d01cb4bc..8128bf6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
NEWS
====
+2.1.1 - August 21st 2007
+------------------------
+
+Added support for LassoSignatureType to bindings (support was already but
+implicitely present for Python), fixed references to Node and String lists
+in all bindings.
+
2.1.0 - August 13rd 2007
------------------------
diff --git a/configure.ac b/configure.ac
index 6dcd3321..afb4ac22 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([Liberty Alliance Single Sign On], 2.0.0, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 2.1.1, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
dnl Check existence of a relative pathed source file.
@@ -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.1.0)
+AM_INIT_AUTOMAKE(lasso, 2.1.1)
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="8:0:5"
+LASSO_VERSION_INFO="8:1: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 21a6c741..afe74ee7 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -39,6 +39,10 @@
</repository>
<release>
<Version>
+ <created>2007-08-20</created>
+ <revision>2.1.1</revision>
+ </Version>
+ <Version>
<created>2007-08-13</created>
<revision>2.1.0</revision>
</Version>