Release 2.5.1

This commit is contained in:
Benjamin Dauvergne 2016-02-18 23:45:39 +01:00
parent 5e799c3898
commit c62ad0047e
6 changed files with 1019 additions and 5 deletions

975
ChangeLog

File diff suppressed because it is too large Load Diff

26
NEWS
View File

@ -1,7 +1,31 @@
NEWS
====
2.5.0 - Septembre 2nd 2015
2.5.1 - February 19th 2016
---------------------------
17 commits, 16 files changed, 1096 insertions, 42 deletions
- Add missing urn constants used in PAOS HTTP header
- Set NotBefore in SAML 2.0 login assertions
- tests: fix leak in test test16_test_get_issuer
- id-ff: fix leak of profile->private_data->message_id
- saml-2.0: fix leak of message_id in lasso_profile_saml20_build_paos_request_msg
- tests: fix leaks in test_ecp
- xml: fix wrong termination of comment
- xml: fix leak in lasso_soap_envelope_new_full
- profile: fix leak of private idp_list field
- saml-2.0: fix leaks of url
- tests: fix leak
- tests: update valgrind suppressions
- perl: remove quotes from $PERL -V::ccflags: output (#9572)
- Fix wrong snippet type (fixes #9616). Thanks to Brett Gardner for the patch.
- tools.c: use correct NID and digest length when building RSA signature using SHA-2 digest
(fixes #10019) Thanks to Brett Gardner for the patch.
- bindings/php5: fix enum getters and setters (fixes #10032). Thanks to Brett Gardner for the bug
report.
- fix warning about INCLUDES directive
2.5.0 - September 2nd 2015
--------------------------
151 commits, 180 files changed, 8391 insertions, 1339 deletions

View File

@ -186,7 +186,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
LASSO_VERSION_INFO="15:0:12"
LASSO_VERSION_INFO="15:1:12"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.

View File

@ -61,6 +61,10 @@
</SVNRepository>
</repository>
<release>
<Version>
<created>2016-02-19</created>
<revision>2.5.1</revision>
</Version>
<Version>
<created>2015-09-02</created>
<revision>2.5.0</revision>

View File

@ -9,7 +9,7 @@
<p>
All our <a href="https://dev.entrouvert.org/releases/lasso/">releases</a>
are available through HTTP. The latest is the 2.5.0.
are available through HTTP. The latest is the 2.5.1.
</p>
<h1>Binary Downloads</h1>

View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>2016-02-19: Released 2.5.1</h3>
<p>
Lasso 2.5.1 has been released.
<a href="https://dev.entrouvert.org/releases/lasso/lasso-2.5.1.tar.gz">Download 2.5.1 now</a>
</p>
<p class="changes">
<strong>What changed ?</strong>
A lot, so look at the <a href="https://git.entrouvert.org/lasso.git/tree/NEWS?id=v2.5.1">NEWS</a> file.
</p>
</div>