Update files for a 2.2.91 release

This commit is contained in:
Benjamin Dauvergne 2010-01-29 16:42:29 +00:00
parent 51f3516a5b
commit 3e5534e981
4 changed files with 19 additions and 1 deletions

10
NEWS
View File

@ -1,6 +1,16 @@
NEWS
====
2.2.91 - January 26th 2010
--------------------------
A new Perl binding, fix for backward compatibility with old versions of glib,
LassoLogout API is more robust since it does not need anymore for all SP logout
to finish to work, new macro lasso_list_add_new_xml_node, add support for
WS-Security UsernameToken (equivalent of poor man HTTP Digest Authentication),
make public internal APIs: lasso_session_add_assertion,
lasso_session_get_assertion and lasso_session_remove_assertion.
2.2.90 - January 18th 2010
--------------------------

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([lasso], 2.2.90, lasso-devel@lists.labs.libre-entreprise.org)
AC_INIT([lasso], 2.2.91, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
AC_CONFIG_MACRO_DIR([m4])

View File

@ -61,6 +61,10 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2010-01-26</created>
<revision>2.2.91</revision>
</Version>
<Version>
<created>2010-01-18</created>
<revision>2.2.90</revision>

View File

@ -61,6 +61,10 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2010-01-26</created>
<revision>2.2.91</revision>
</Version>
<Version>
<created>2010-01-18</created>
<revision>2.2.90</revision>