diff --git a/docs/source/simplesamlphp-changelog.xml b/docs/source/simplesamlphp-changelog.xml index 51cff7332f3bf5c81a3941b530658bf99008a859..fb2a6fe997736d7e41010b0b8422851b43fede88 100644 --- a/docs/source/simplesamlphp-changelog.xml +++ b/docs/source/simplesamlphp-changelog.xml @@ -10,6 +10,109 @@ <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> + <section> + <title>Version 1.3</title> + + <para>Released 2008-11-04. Revision 970.</para> + + <para>Configuration file <filename>config.php</filename> should not + include significant changes, except one language added.</para> + + <section> + <title>New features</title> + + <itemizedlist> + <listitem> + <para>Documentation update</para> + </listitem> + + <listitem> + <para>Added new language. Now there are two different portugese + dialects.</para> + </listitem> + + <listitem> + <para>Consent "module" modified. Now added support for + preselecting the checkbox by a configuration parameter. Consent + module supports including attributs values (possible to + configure).</para> + </listitem> + + <listitem> + <para>CSS and look changed. Removed transparency to fix problem + for some browsers.</para> + </listitem> + + <listitem> + <para>The login-admin authentication module does not ask for + username any more.</para> + </listitem> + + <listitem> + <para>Added support for persistent NameID Format. (Added by Hans + ZAndbelt)</para> + </listitem> + + <listitem> + <para>Added experimental SAML 2.0 SP AuthSource module.</para> + </listitem> + + <listitem> + <para>More readable XML output formatting. In example + metadata.</para> + </listitem> + + <listitem> + <para>Better support for choosing whether or not to sign + authnrequest. Possible to specify both at SP hosted and IdP + remote.</para> + </listitem> + + <listitem> + <para>Adding more example metadata in metadata-templates.</para> + </listitem> + + <listitem> + <para>Improved e-mails sent from SimpleSAMLphp. Now both plain + text and html.</para> + </listitem> + + <listitem> + <para>Configuration class may return information about what + version.</para> + </listitem> + + <listitem> + <para>iFrame AJAX SLO improved. Now with non-javascript failback + handling.</para> + </listitem> + </itemizedlist> + </section> + + <section> + <title>Bug fixes</title> + + <itemizedlist> + <listitem> + <para>Fixed warning with XML validator.</para> + </listitem> + + <listitem> + <para>Improved loading of private/public keys in + XML/Signer.</para> + </listitem> + + <listitem> + <para>Improvements to CAS module.</para> + </listitem> + + <listitem> + <para>Fixed memcache stats.</para> + </listitem> + </itemizedlist> + </section> + </section> + <section> <title>Version 1.2</title>