Release 2.8.2 (#74996)
gitea/lasso/pipeline/head This commit looks good Details

- Compatibility with EVP API of openssl 1.x, thanks to Maxime Besson
  from Worteks.
This commit is contained in:
Benjamin Dauvergne 2023-03-04 14:09:01 +01:00
parent 7ac76525be
commit d457886486
5 changed files with 49 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2023-03-14 Benjamin Dauvergne <bdauvergne@entrouvert.com>
Release 2.8.2 (#74996)
- Compatibility with EVP API of openssl 1.x, thanks to Maxime Besson
from Worteks.
2023-03-06 Benjamin Dauvergne <bdauvergne@entrouvert.com>
Compatibility with EVP API of openssl 1.x (#74996)
Thanks to Maxime Besson from Worteks.
2023-02-28 Benjamin Dauvergne <bdauvergne@entrouvert.com>
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 <me@agate.blue>
Prepare Jenkinsfile for Gitea migration (#74572)
2023-02-09 Frédéric Péters <fpeters@entrouvert.com>
debian: introduce autopkgtests (#74360)
2022-12-22 Frédéric Péters <fpeters@entrouvert.com>
ci: only build package for bullseye (#72729)
2022-11-23 Benjamin Dauvergne <bdauvergne@entrouvert.com>
In lasso_saml20_login_process_response_status_and_assertion does not overwirte signature_status with rc which is always at 0 (#54689)

6
NEWS
View File

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

View File

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

View File

@ -55,6 +55,10 @@
</GITRepository>
</repository>
<release>
<Version>
<created>2023-03-14</created>
<revision>2.8.2</revision>
</Version>
<Version>
<created>2023-02-28</created>
<revision>2.8.1</revision>

View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>2023-03-14: Released 2.8.2</h3>
<p>
Lasso 2.8.2 has been released.
<a href="https://dev.entrouvert.org/releases/lasso/lasso-2.8.2.tar.gz">Download 2.8.2 now</a>
</p>
<p class="changes">
<strong>What changed ?</strong>
A lot, so look at the <a href="https://git.entrouvert.org/entrouvert/lasso/src/tag/v2.8.2/NEWS#L4">NEWS</a> file.
</p>
</div>