Skip to content
Snippets Groups Projects
Commit 9b6a6e32 authored by Olav Morken's avatar Olav Morken
Browse files

docs: Document changes to aggregator module.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1903 44740490-163a-0410-bde0-09ae8108e29a
parent e8c322d9
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ Released TBD. Revision TBD.
### `aggregator`:
* Add ARP + ARP signing functionality to the aggregator.
* Improvements to the aggregator module. Added documentation, and re-written more OO-oriented.
* Add support for reconstructing XML where XML for an entity is already cached.
* Add support for excluding tags in metadata aggregator.
......
......@@ -18,3 +18,6 @@ Upgrade notes for simpleSAMLphp 1.5
* The `request.signing` option has been removed.
That option was replaced with the `redirect.sign` and `redirect.validate` options, and has been depreceated for one year.
* The `aggregator` module's configuration file has changed name.
It was changed from `aggregator.php` to `module_aggregator.php`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment