summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-01-05 11:41:46 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-01-05 11:41:46 +0100
commit6cb213e5f3a77f9fe05a9fa0b1bc2a35fcb3adf7 (patch)
tree2bff4f298ee413e85399105bfd51aebdc1a16f06 /NEWS
parent6c3684dc1f3acc49aec819f7594c3efbcac30173 (diff)
downloadlasso-6cb213e5f3a77f9fe05a9fa0b1bc2a35fcb3adf7.tar.gz
lasso-6cb213e5f3a77f9fe05a9fa0b1bc2a35fcb3adf7.tar.xz
lasso-6cb213e5f3a77f9fe05a9fa0b1bc2a35fcb3adf7.zip
[Ĺ•elease] Add release notes, update doap files and website
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 790088ca..2b4cf509 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
NEWS
====
+2.3.5 - January 11th 2010
+-------------------------
+
+36 commits, 31 files changed, 240 insertions, 92 deletions
+
+Generic:
+ * add more backward compatible replacement for GHashTable methods (to compile
+ under centos5)
+ * a generic way to attach encryption parameters to LassoNode has been added, a
+ future major release should see the removal of specific field for storing
+ those parameters in node supporting encryption.
+ * The way we format encrypted node is now more compatible with Shibboleth and
+ I hope with other implementations: the KeyInfo is kept inside the
+ EncryptedData element, and not repeated inside a child of the EncryptedElement.
+ * Fixed: LASSO_SIGNATURE_VERIFY_HINT_FORCE did not force checking signature on
+ messages
+ * Fixed: lasso_provider_get_first_http_method broke when an unknown binding
+ was found in an endpoint declaration
+
+SAMLv2:
+ * Fixed: segfault when checking signature on logout responses (introduced in 2.3.4)
+ * SPNameQualifier is more set on subject NameID of assertions, as it should be
+ reserved for Affiliation members (and it broke shibboleth which only expect
+ this to be used for affiliation, wrongly I think).
+ * Conditions->notBefore/notOnOrAfter is motre setted by
+ lasso_login_build_assertion, only notOnOrAfter on SubjectConfirmationData,
+ which is more inline with the specification.
+ * the logout profile now use the session to initialize the NameID in requests,
+ not the identity. It allow to have a transient federation in the session but
+ a persistent one in the identity
+ * fixed support for the POST binding
+ * Fixed: it seems that strtol does not reset errno under Centos 5, we do it by hand.
+
+Python binding:
+ * constructors now raise a lasso.Error instead of a simple Exception when failing
+
+PHP5 binding:
+ * removed dependency upon an internal function of liblasso3
+
+
2.3.4 - Otober 8th 2010
-----------------------