summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-10-01 19:06:33 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-10-01 19:06:33 +0200
commita33c76aaf1c8bd2a3a6f4d5a8e9e83ebf3d09042 (patch)
tree96742d93e5c1edd424bfa2f393076d524add9d7a /NEWS
parent86f0f6b6f23b88da75a67667a7c150d5dace5c06 (diff)
downloadlasso-a33c76aaf1c8bd2a3a6f4d5a8e9e83ebf3d09042.tar.gz
lasso-a33c76aaf1c8bd2a3a6f4d5a8e9e83ebf3d09042.tar.xz
lasso-a33c76aaf1c8bd2a3a6f4d5a8e9e83ebf3d09042.zip
[Release] add release notes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91fb3b99..25b8d386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,40 @@
NEWS
====
-2.3.2 - Septembre 7th 2010
+2.3.3 - October 1st 2010
+------------------------
+
+44 commits, 264 files changed, 858 insertions, 401 deletions
+
+Generic:
+ * Fixed a lot of memleaks thanks to valgrind, the greatest tool on earth (with
+ coccinelle).
+ * Add missing annotation creating memleaks in python binding (on lasso_*_dump king of methods).
+ * Fix bad inclusion of an ID-WSF include file when ID-WSF support is not enabled
+ * Benchmarking program was updated to measure each part of a WebSSO
+ independently (AuthnRequest generation/processing, AuthnResponse
+ generation/processing).
+ * Add new macro lasso_strisequal and lasso_strisnotequal to avoid errors with
+ strcmp. (Thanks to coccinelle semantic patches).
+
+SAMLv2:
+ * Add uniform support for LassoProfileVerifySignatureHint for other profiles
+ than WebSSO.
+ * Report signature errors in response to NameIDNanagement requests
+ * Fix wrong use of macro lasso_foreach breaking the mecanism for finding a
+ default assertion consumer.
+ * Behaviour of lasso_login_build_assertion was modified:
+ - when the NameIDPolicy lacks a Format attribute or the Format attribute is
+ the unspecified format (see the spec for the corresponding URN). Now it
+ results in a transient nameid being generated. If you want it to be
+ persistent you must change it before calling this method.
+ - the setting of the SubjectConfirmationData->NotOnOrAfter attribute was
+ restored as it is mandated by the WebSSO profile. It's the same value as
+ Conditions->NotOnOrAfter.
+ * Fix missing initialization of Destination attribute on Samlp2StatusResponse
+ object for synchronous bindings (Redirect & Post)
+
+2.3.2 - September 7th 2010
--------------------------
* Fix bug in increment of the libtool version info, increasing the SONAME