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 ------------------------ diff --git a/lasso.doap b/lasso.doap index 81d9fe85..0c92cd39 100644 --- a/lasso.doap +++ b/lasso.doap @@ -61,6 +61,10 @@ + + 2010-10-08 + 2.3.4 + 2010-10-01 2.3.3 diff --git a/website/web/doap.rdf b/website/web/doap.rdf index 81d9fe85..0c92cd39 100644 --- a/website/web/doap.rdf +++ b/website/web/doap.rdf @@ -61,6 +61,10 @@ + + 2010-10-08 + 2.3.4 + 2010-10-01 2.3.3 diff --git a/website/web/download/index.xml b/website/web/download/index.xml index df890276..e4fd34fc 100644 --- a/website/web/download/index.xml +++ b/website/web/download/index.xml @@ -10,7 +10,7 @@

Lasso is licensed under the GNU GPL and the latest release is available here as a gzipped tarball: - lasso-2.3.2.tar.gz + lasso-2.3.4.tar.gz

Binary Downloads

diff --git a/website/web/index.xml b/website/web/index.xml index cf2e521d..d3d65f5c 100644 --- a/website/web/index.xml +++ b/website/web/index.xml @@ -46,10 +46,9 @@

- The most recent version of Lasso is 2.3.3. You can - download - the 2.3.2 tarball here or get more options on the general 2.3.4. You can + download + the 2.3.4 tarball here or get more options on the general download page.

diff --git a/website/web/news/18-release-2.3.4.xml b/website/web/news/18-release-2.3.4.xml new file mode 100644 index 00000000..cb493266 --- /dev/null +++ b/website/web/news/18-release-2.3.4.xml @@ -0,0 +1,16 @@ + +
+

2010-10-08: Released 2.3.4

+ +

+ Lasso 2.3.4 have been released. + Download 2.3.4 now +

+ +

+ What changed ? + Fix bug on ordering of assertionConsumer endpoints, and problem of + compilation on Pardus and EL5 distributions. +

+ +