[java-identity-provider COMMIT] in /trunk/idp-distribution/src/main/resources/doc: README.txt RELEASE-NOTES.txt

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 23 14:42:08 EDT 2014


Author: tzeller
Date: Wed Jul 23 14:42:08 2014
New Revision: 6339

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6339&view=rev
Log:
Try to make the release notes highlight bug fixes and improvements of note to testers.

Modified:
    trunk/idp-distribution/src/main/resources/doc/README.txt
    trunk/idp-distribution/src/main/resources/doc/RELEASE-NOTES.txt

Modified: trunk/idp-distribution/src/main/resources/doc/README.txt
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/doc/README.txt?rev=6339&r1=6338&r2=6339&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/doc/README.txt (original)
+++ trunk/idp-distribution/src/main/resources/doc/README.txt Wed Jul 23 14:42:08 2014
@@ -21,10 +21,10 @@
 For basic information on building from source, using binaries, and deploying
 Shibboleth, refer to the web site and Wiki for the latest documentation.
 
-Alpha 1 Notes 
-====================
+3.0 Alpha Release Notes 
+=======================
 
-This is the first alpha release of the 3.0 Identity Provider software.
+This is an alpha release of the 3.0 Identity Provider software.
 Refer to https://wiki.shibboleth.net/confluence/display/IDP30/ConfigurationGuide
 for information on configuration and testing.
 
@@ -33,10 +33,4 @@
 on what the final software will look like, but feedback on configuration and
 defaults is very valuable at this stage.
 
-NOTE especially that there is not yet a true installation process, and the
-private and secret keys that are included by default are not generated, but
-are dummy keys that are checked into subversion and are part of the testing
-environment. Using the software for any sensitive purpose is ill advised,
-but would require at minimum replacing those keys.
-
-Most, though not all, features supported by 2.4.0 are included in this release.
+Most, though not all, features supported by 2.4.0 are included in this release.

Modified: trunk/idp-distribution/src/main/resources/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/doc/RELEASE-NOTES.txt?rev=6339&r1=6338&r2=6339&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/doc/RELEASE-NOTES.txt (original)
+++ trunk/idp-distribution/src/main/resources/doc/RELEASE-NOTES.txt Wed Jul 23 14:42:08 2014
@@ -1,224 +1,34 @@
 Identity Provider Release Notes
-https://issues.shibboleth.net/jira/browse/IDP
 
-Changes in version 3.0.0-alpha2 - 
-============================================
-TODO
+Release notes for all versions may be found at
+https://issues.shibboleth.net/jira/secure/ReleaseNote.jspa?projectId=10010
 
-Changes in version 3.0.0-alpha1 - 2014-06-26
-============================================
-Bug
-[IDP-303] - Fix namespace -> schema mapping in Spring-based configurations
-[IDP-325] - Escape LDAP values in the velocity template
-[IDP-336] - The great capitalization work item
-[IDP-354] - Review all custom parsers for direct injection of contained beans
-[IDP-405] - Crypto defaults for Legacy relying party.xml
-[IDP-422] - Spring property syntax creates a conflict with Velocity syntax
-[IDP-425] - Computed and Stored Data Connectors cannot have sourceAttribute from another DC
+Changes in version 3.0.0-alpha2
+===============================
+The second alpha release includes bug fixes and improvements, some of which are
+highlighted below.
 
-Documentation
-[IDP-395] - Amendments to SignatureValidation documentation
+The dummy private and secret keys included in the first alpha release have been
+removed and may be generated, see the configuration guide for more information at
+https://wiki.shibboleth.net/confluence/display/IDP30/ConfigurationGuide
 
-Improvement
-[IDP-83] - More flexibility in resolver error handling
-[IDP-274] - Data Connector Validate Interface
-[IDP-285] - Use reflection for setting spring beans in data connector parsers
-[IDP-289] - Update ldaptive to 1.0.1
-[IDP-307] - Move attribute mapper from idp-attribute-filter to new module
-[IDP-337] - Allow override of determination of which results are active for reuse
-[IDP-366] - Make AttributeContext a top-level child and retrieve via lookup function in actions.
-[IDP-367] - Rebase IdP actions on net.shibboleth.idp.profile.AbstractProfileAction
+[IDP-80] - It should be possible to specify attribute "push" for artefact profile and attibute "pull" for browser/SSO
+[IDP-230] - SAML 2 ECP Profile Actions
+[IDP-432] - Loading legacy relying-party.xml fails with "No bean named 'shibboleth.SAML1.BrowserSSO.ArtifactServiceIndex' is defined"
+[IDP-433] - Support attribute lookup during authentication
+[IDP-435] - Legacy relying-party.xml with defaultAuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" stops after login page
+[IDP-436] - alpha 1 ships with dummy certificates and keys

[... 207 lines stripped ...]


More information about the commits mailing list