From 9c19b620c3c763e5d2900d021abf945c249f32f1 Mon Sep 17 00:00:00 2001 From: oharsta Date: Thu, 10 Oct 2013 14:25:03 +0200 Subject: [PATCH] Added release notes for bugrelease 3.7.1 --- docs/release_notes/v3.7.0.md | 10 ++++++++-- docs/release_notes/v3.7.1.md | 12 ++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 docs/release_notes/v3.7.1.md diff --git a/docs/release_notes/v3.7.0.md b/docs/release_notes/v3.7.0.md index ef27429acd..af79c716a6 100644 --- a/docs/release_notes/v3.7.0.md +++ b/docs/release_notes/v3.7.0.md @@ -16,10 +16,16 @@ Feature/Bugfix release - profile - vomanage -* BACKLOG-540 Browser caching issues after updating WAYF +* BACKLOG-1078 Browser caching issues after updating WAYF During the making of a release the CSS and JS files are minified and concatenated. The minified cs.min.cs and js.min.js files are placed in the generated folder and the location (there is a timestamp in the folder name) is placed in assets.json. For the environments demo / dev and test the regular - not minified - files are served form the usual location. For all other environments (e.g. acc and prod) the pre-compiled files are served. The change has only be implemented for EngineBlock (not Profile and VoManage) as there is conflicting css between EngineBlock and Profile / VoManage. - The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php \ No newline at end of file + The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php + +* BACKLOG-1095 Consent screen improvements + The Consent screen was refactored / updated. See https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements. + +* BACKLOG-1078 WAYF improvements + Epic with many small updates / refactor work. \ No newline at end of file diff --git a/docs/release_notes/v3.7.1.md b/docs/release_notes/v3.7.1.md new file mode 100644 index 0000000000..56b86265b7 --- /dev/null +++ b/docs/release_notes/v3.7.1.md @@ -0,0 +1,12 @@ +# SURFnet SURFconext v3.7.1 Release Notes # + +Bugfix release + +* BACKLOG-1095 Consent screen improvements + The name ID was shown in the consent screen. This is only allowed when the format is not transient + (see https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements). This has been fixed by never showing the + name ID as we don't know the format yet in the consent screen. + +* BACKLOG-1078 WAYF improvements + The changes in the WAYF - the possibility to mail to surfconext for non-connected IdP's - broke the debug WAYF + (https://engine.demo.openconext.org/authentication/sp/debug). This has been fixed. \ No newline at end of file