diff --git a/ChangeLog b/ChangeLog index a9a1f475..581a84c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2023-03-14 Benjamin Dauvergne + + Release 2.8.2 (#74996) + - Compatibility with EVP API of openssl 1.x, thanks to Maxime Besson + from Worteks. + +2023-03-06 Benjamin Dauvergne + + Compatibility with EVP API of openssl 1.x (#74996) + Thanks to Maxime Besson from Worteks. + 2023-02-28 Benjamin Dauvergne Release 2.8.1 @@ -10,6 +21,18 @@ -·Fix·overwrite·of·profile.signature_status·in·lasso_saml20_login_process_response_status_and_assertion¶ -·Fix·lot·of·GCC·warnings¶ +2023-02-20 Agate + + Prepare Jenkinsfile for Gitea migration (#74572) + +2023-02-09 Frédéric Péters + + debian: introduce autopkgtests (#74360) + +2022-12-22 Frédéric Péters + + ci: only build package for bullseye (#72729) + 2022-11-23 Benjamin Dauvergne In lasso_saml20_login_process_response_status_and_assertion does not overwirte signature_status with rc which is always at 0 (#54689) diff --git a/NEWS b/NEWS index 7041fa4f..1d98536d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ NEWS ==== +2.8.2 - March 14th 2023 +----------------------- + +- Compatibility with EVP API of openssl 1.x, thanks to Maxime Besson from + Worteks. + 2.8.1 - February 28th 2023 -------------------------- diff --git a/configure.ac b/configure.ac index f8cbf6e3..79d06985 100644 --- a/configure.ac +++ b/configure.ac @@ -191,7 +191,7 @@ dnl - interfaces removed -> AGE = 0 # m = a # r = r current=`expr $VERSION_MAJOR + $VERSION_MINOR` -LASSO_VERSION_INFO="18:1:15" +LASSO_VERSION_INFO="18:2:15" AC_SUBST(LASSO_VERSION_INFO) dnl Compute the minimal supported ABI version for Win32 scripts and resources files. diff --git a/website/web/doap.rdf b/website/web/doap.rdf index ba2fdbbf..f247d5e9 100644 --- a/website/web/doap.rdf +++ b/website/web/doap.rdf @@ -55,6 +55,10 @@ + + 2023-03-14 + 2.8.2 + 2023-02-28 2.8.1 diff --git a/website/web/news/30-release-2.8.2.xml b/website/web/news/30-release-2.8.2.xml new file mode 100644 index 00000000..e8ab0198 --- /dev/null +++ b/website/web/news/30-release-2.8.2.xml @@ -0,0 +1,15 @@ + +
+

2023-03-14: Released 2.8.2

+ +

+ Lasso 2.8.2 has been released. + Download 2.8.2 now +

+ +

+ What changed ? + A lot, so look at the NEWS file. +

+ +