summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 16:39:01 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 16:39:01 +0200
commit9af598f85cec93d40218656bc34d01690fe635e7 (patch)
tree51164bcf7ebfd17371466852394d9e3b3268dcfd /NEWS
parentb1f6b7e0ed03cb57c349ace061c9e015b8b94bdb (diff)
downloadlasso-9af598f85cec93d40218656bc34d01690fe635e7.tar.gz
lasso-9af598f85cec93d40218656bc34d01690fe635e7.tar.xz
lasso-9af598f85cec93d40218656bc34d01690fe635e7.zip
Update files for release 2.3.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf7ef559..323d8d49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,27 @@
NEWS
====
+2.3.1 - September 9th 2010
+--------------------------
+
+31 commits, 23 files changed, 523 insertions, 356 deletions
+
+ * An ABI breakage was introduced in 2.3.0 with change of value for enumeration
+ values LASSO_PROVIDER_ROLE_SP and LASSO_PROVIDER_ROLE_IDP, it breaked code
+ compiled with previous version and dumps of server objects. This release fix
+ it.
+ * SAMLv2 handling of the artifact binding for the WebSSO profile is now
+ simpler, no more dumping of the response nodes and signing at the artifact
+ building time, the final response is signed when the artifact is generated
+ and when unserialized later it is only manipulated as XML for not breaking
+ the signature. It fixes usage of ciphered private keys with the
+ HTTP-Artifact binding.
+ * SAMLv2 internal storage of endpoints was modified to better keep the
+ ordering between endpoints, which is espacially important for
+ AssertionConsumerService endpoints and difficult to implement well.
+
2.3.0 - July 21th 2010
---------------------
+----------------------
391 commits, 332 files changed, 13919 insertions, 7137 deletions