summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-03-06 12:54:28 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-03-06 12:54:28 +0000
commit5698151f027f48e0b14884aa773d75b2a23fb235 (patch)
tree5a45e561f4df311b358ad590a4ca3b918d21b432
parentfd100fdf84024e9bf7b3247e69ddb54450cb5edb (diff)
downloadmod_auth_mellon-5698151f027f48e0b14884aa773d75b2a23fb235.tar.gz
mod_auth_mellon-5698151f027f48e0b14884aa773d75b2a23fb235.tar.xz
mod_auth_mellon-5698151f027f48e0b14884aa773d75b2a23fb235.zip
Update NEWS file for version 0.6.0.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@189 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--NEWS51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1ca2d8..f8bffeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Version 0.6.0
+---------------------------------------------------------------------------
+
+Backwards-incompatible changes:
+
+* The POST replay functionality has been disabled by default, and the
+ automatic creation of the MellonPostDirectory target directory has been
+ removed. If you want to use the POST replay functionality, take a
+ look at the README file for instructions for how to enable this.
+
+* Start discovery service when accessing the login endpoint. We used
+ to bypass the discovery service in this case, and just pick the first
+ IdP. This has been changed to send a request to the discovery service
+ instead, if one is configured.
+
+* The MellonLockFile default path has been changed to:
+ /var/run/mod_auth_mellon.lock
+ This only affects platforms where a lock file is required and
+ where Apache doesn't have write access to that directory during
+ startup. (Apache can normally create files in that directory
+ during startup.)
+
+Other changes:
+
+* Fix support for SOAP logout.
+
+* Local logout when IdP does not support SAML 2.0 Single Logout.
+
+* MellonDoNotVerifyLogoutSignature option to disable logout signature
+ validation.
+
+* Support for relative file paths in configuration.
+
+* The debian build-directory has been removed from the repository.
+
+* Various cleanups and bugfixes:
+
+ * Fix cookie parsing header parsing for some HTTP libraries.
+
+ * Fix inheritance of MellonAuthnContextClassRef option.
+
+ * Use ap_set_content_type() instead of accessing request->content_type.
+
+ * README indentation cleanups.
+
+ * Support for even older versions of GLib.
+
+ * Fixes for error handling during session initialization.
+
+ * Some code cleanups.
+
Version 0.5.0
---------------------------------------------------------------------------