Update files for release 2.4.0

This commit is contained in:
Benjamin Dauvergne 2011-05-08 04:48:48 +02:00
parent 08ec0a6fb7
commit 75d84acf57
3 changed files with 1153 additions and 2 deletions

26
NEWS
View File

@ -1,6 +1,32 @@
NEWS
====
2.4.0 - May 4th 2011
--------------------
74 commits, 81 files changed, 29040 insertions, 463 deletions
Generic
* a new directory to keep used semantic patch around (employ with coccinelle)
* fix a missing include of errno.h
* fix bug of missing lasso: namespace when dumping some profile objects.
* internal function lasso_verify_signature now can verify empty reference
signature (which means "signs the whole file"), as used by renater metadata
files.
*
Bindings:
* php5 no more depends upon an internal function of liblasso
*
Tests:
* metadata test files from Renater were added
* add sp and idp sample files for testing with 1024 bits RSA keys
* performance test tool now accept a parameter to use a different set of sample
files
* consecutive dump and load of lasso objects is now tested as it MUST be
idempotent.
2.3.6 - November 29th 2011
--------------------------

1125
abi/abi-2.4.0 Normal file

File diff suppressed because it is too large Load Diff

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.3.6, lasso-devel@lists.labs.libre-entreprise.org)
AC_INIT([lasso], 2.4.0, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
AC_CONFIG_MACRO_DIR([m4])
@ -184,7 +184,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
LASSO_VERSION_INFO="12:4:9"
LASSO_VERSION_INFO="13:0:10"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.