From dc2e4db28ce87790f895210482c18bb4b0b5ca8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 4 Nov 2008 10:36:59 +0000 Subject: [PATCH] Added 1.3 changelog git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@972 44740490-163a-0410-bde0-09ae8108e29a --- docs/source/simplesamlphp-changelog.xml | 103 ++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/docs/source/simplesamlphp-changelog.xml b/docs/source/simplesamlphp-changelog.xml index 51cff7332..fb2a6fe99 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> -- GitLab