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

Initial changelog for 1.2 release.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@813 44740490-163a-0410-bde0-09ae8108e29a
parent 8ff26429
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,129 @@ ...@@ -10,6 +10,129 @@
<para>Here is changes between simpleSAMLphp versions. Look here if you are <para>Here is changes between simpleSAMLphp versions. Look here if you are
upgrading, to see if there are any changes to the config format.</para> upgrading, to see if there are any changes to the config format.</para>
<section>
<title>Version 1.2</title>
<para>Released 2008-08-??. Revision ???.</para>
<para>There are some changes in the configuration files from version 1.1
to 1.2. <literal>/simplesaml/admin/config.php</literal> should be used to
check what options have changed.</para>
<para>There are also some changes to the templates. If you have any
custom templates, they should be updated to match the ones included. Of
notable changes is that the <literal>t(...)</literal>-function has been
simplified, and takes far fewer parameters. It is backwardscompatible,
but will write a warning to the log until updated. The backwards
compatibility will be removed in a future version.</para>
<section>
<title>New features</title>
<itemizedlist>
<listitem>
<para>Experimental support for modules. Currently modules can
contain custom authentication sources, authentication processing
filters and themes.</para>
</listitem>
<listitem>
<para>Limited support for validating against a CA root certificate.
The current implementation only supports cases where the
certificate is directly signed by the CA.</para>
</listitem>
<listitem>
<para>Allow an IdP to have multiple valid certificate fingerprints,
to allow for easier updating of certificates.</para>
</listitem>
<listitem>
<para>Shibboleth 1.3 authentication for Auth MemCookie.</para>
</listitem>
<listitem>
<para>Support for link to privacy policy on consent-pages.</para>
</listitem>
<listitem>
<para>Customizable initial focus on consent-page.</para>
</listitem>
<listitem>
<para>Almost all pages should be translateable.</para>
</listitem>
<listitem>
<para>Allow SAML 2.0 SP to handle error replies from IdP.</para>
</listitem>
<listitem>
<para>PostgreSQL support for consent storage.</para>
</listitem>
<listitem>
<para>Add support for encrypted private keys.</para>
</listitem>
<listitem>
<para>Proof-of-concept MetaShare service, for easy publishing
and sharing of metadata.</para>
</listitem>
</itemizedlist>
</section>
<section>
<title>Bug fixes</title>
<itemizedlist>
<listitem>
<para>Fixed generated SAML 2.0 metadata to be correct.</para>
</listitem>
<listitem>
<para>Fixed logout for Auth MemCookie.</para>
</listitem>
<listitem>
<para>Sign SAML 2.0 authentication response on failure (such as
NoPassive).</para>
</listitem>
<listitem>
<para>Fixes for IsPassive in the SAML 2.0 IdP.</para>
</listitem>
<listitem>
<para>Fix default syslog configuration on Windows.</para>
</listitem>
<listitem>
<para>Fix order of signing and encryption of SAML 2.0
responses</para>
</listitem>
<listitem>
<para>Fix generated metadata for Shib 1.3</para>
</listitem>
<listitem>
<para>Fix order of elements in encrypted assertions to be schema
compliant.</para>
</listitem>
<listitem>
<para>Fix session index sent to SAML 2.0 SPs.</para>
</listitem>
<listitem>
<para>Remember SAML 2.0 NameID sent to SPs, and include it in
logout requests.</para>
</listitem>
</itemizedlist>
</section>
</section>
<section> <section>
<title>Version 1.1</title> <title>Version 1.1</title>
......
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