diff options
author | root <root@ds1.sunet.se> | 2010-06-29 23:47:21 +0200 |
---|---|---|
committer | root <root@ds1.sunet.se> | 2010-06-29 23:47:21 +0200 |
commit | ca19e1aeccc299295d581aab6e9f409f85c248c2 (patch) | |
tree | 5d398811083d3a0bea2a530f94f2eea9ad2345d9 /doc/RELEASE-NOTES.txt | |
parent | 0a90384a9c7d840e88d9636271e8393a514647a0 (diff) |
import 1.1.
Diffstat (limited to 'doc/RELEASE-NOTES.txt')
-rw-r--r-- | doc/RELEASE-NOTES.txt | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/doc/RELEASE-NOTES.txt b/doc/RELEASE-NOTES.txt index 07aa43f..da2cc9a 100644 --- a/doc/RELEASE-NOTES.txt +++ b/doc/RELEASE-NOTES.txt @@ -1,20 +1,19 @@ -Changes in Release 1.1.0 +Changes in Release 1.1.1 ============================================= -[SDSJ-22] - wayf.jsp: Invalid loaction of tag <input/> and <select/> -[SDSJ-27] - Discovery Service produce megabytes of logging -[SDSJ-34] - Add tabindex to the inputfields . -[SDSJ-36] - Strip out cookie handling parameters from HandlerConfig -[SDSJ-37] - Logging is still stuffed for V2 discovery service. -[SDSJ-39] - Calling wayf.jsp directly should induce wayf error page with appropiate message -[SDSJ-41] - Could the DS be made more informative when the SP point it to the wrong address -[SDSJ-42] - DS should also listen on DS and *.ds endpoints -[SDSJ-44] - Add version information in library JAR manifest and provide command line tool to view it -[SDSJ-46] - 1.1 Installation is broken in several exciting and new ways. -[SDSJ-48] - DS accepts SP endpoints without checking Binding attribute. -[SDSJ-50] - Need to collect more recent versions of libraries for this release -[SDSj-51] - Should be able to have <MetadataProvider> whose contents are never shown. -[SDSJ-52] - Display of UTF8 is currently broken. -[SDSJ-53] - NPE in edu.internet2.middleware.shibboleth.wayf.plugins.provider.SamlCookiePlug -[SDSJ-54] - requestURL is fetched from the application context -[SDSJ-55] - NPE on empty <OrganizationDisplayName> -[SDSJ-57] - Add White/BloackList Filter +The major change in this release is the UI in particular the searching for IdPs can be done +from within the browser (by way of a javascript class). The old style searching is still +supported and is used when the browser does not support javascript. This means that the precise +effect of the provideList and provideListOfList configuration values for wayfconfig +have changed. With the default JSP, the former controls whether the quick search is enabled, the +latter toggles whether the single or double pane selector is chosen. + +There is some support for prototyping of "embedded WAYF" code. + +The precise Cases changed are. + +[SDSJ-58] - Subtle bug to do with the default attribute handling and default end points. (2120) +[SDSJ-60] - Missed case normalization before search meant we missed some items. +[SDSJ-62] - Add Java script driver quick searching +[SDSJ-63] - UI GUI -changes - dynamic search and nascent embedded WAYF work +[SDSJ-64] - Needs to clean non printing whitespace from Organization DisplayName before outputing javascript arrays +[SDSJ-65] - Update libraries for release
\ No newline at end of file |