bumped to 2.1.1

This commit is contained in:
Frédéric Péters 2007-08-21 11:21:44 +00:00
parent 40ea071da2
commit f49577c551
4 changed files with 54 additions and 3 deletions

View File

@ -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,

7
NEWS
View File

@ -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
------------------------

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([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.

View File

@ -38,6 +38,10 @@
</SVNRepository>
</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>