summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-10-04 14:30:15 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-10-08 18:34:19 +0200
commit0325ce08670e9b5429dd2463266d2c0f89044f5b (patch)
treeb368e5e452608763a97bb5d8ce53974da116233d /NEWS
parent758fe88dada513c9a3d50adf091318b10cc8b165 (diff)
downloadlasso-0325ce08670e9b5429dd2463266d2c0f89044f5b.tar.gz
lasso-0325ce08670e9b5429dd2463266d2c0f89044f5b.tar.xz
lasso-0325ce08670e9b5429dd2463266d2c0f89044f5b.zip
Update release notes and website for release 2.3.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25b8d386..6b84baa9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,28 @@
NEWS
====
+2.3.4 - Otober 8th 2010
+-----------------------
+
+14 commits, 10 files changed, 199 insertions, 49 deletions
+
+Generic
+ * fix warning for compiling on pardus and EL5
+ * the release tarball now contains the figures for the documentation
+ * lasso_login_process_authn_request documentation gained details on returned errors
+
+SAMLv2:
+ * report unknown provider instead an error on parameter value when resolving
+ and artifact in an assertionConsumer endpoint and the provider is not
+ registered into the server object.
+ * lasso_provider_get_assertion_consumer_url now use specific SAMLv2 methods
+ * fixed a bug in the ordering of indexed endpoints which produced error when
+ looking up the defualt assertion consumer. It also improved ordering in
+ presence of the attribute isDefault="false".
+
+ID-FFv1.2:
+ * respect the signature verify hint when handling authn requests
+
2.3.3 - October 1st 2010
------------------------