Skip to content

Commit 9c19b62

Browse files
committed
Added release notes for bugrelease 3.7.1
1 parent 9ef076d commit 9c19b62

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/release_notes/v3.7.0.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@ Feature/Bugfix release
1616
- profile
1717
- vomanage
1818

19-
* BACKLOG-540 Browser caching issues after updating WAYF
19+
* BACKLOG-1078 Browser caching issues after updating WAYF
2020
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
2121
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.
2222

2323
The change has only be implemented for EngineBlock (not Profile and VoManage) as there is conflicting css between EngineBlock and Profile / VoManage.
2424

25-
The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php
25+
The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php
26+
27+
* BACKLOG-1095 Consent screen improvements
28+
The Consent screen was refactored / updated. See https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements.
29+
30+
* BACKLOG-1078 WAYF improvements
31+
Epic with many small updates / refactor work.

docs/release_notes/v3.7.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SURFnet SURFconext v3.7.1 Release Notes #
2+
3+
Bugfix release
4+
5+
* BACKLOG-1095 Consent screen improvements
6+
The name ID was shown in the consent screen. This is only allowed when the format is not transient
7+
(see https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements). This has been fixed by never showing the
8+
name ID as we don't know the format yet in the consent screen.
9+
10+
* BACKLOG-1078 WAYF improvements
11+
The changes in the WAYF - the possibility to mail to surfconext for non-connected IdP's - broke the debug WAYF
12+
(https://engine.demo.openconext.org/authentication/sp/debug). This has been fixed.

0 commit comments

Comments
 (0)