You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,52 @@ Monitoring module changelog
6
6
This document lists the changes between versions of this donitoring module.
7
7
See the upgrade notes for specific information about upgrading.
8
8
9
+
## Version 2.5.3
10
+
Released 17-10-2018
11
+
12
+
Bugfixes:
13
+
- Fix namespaces for non-composer installs
14
+
- File permissions
15
+
16
+
Features:
17
+
- Added certificate-checks for the IDP's signing-certs
18
+
19
+
Non-functional:
20
+
- Changed namespace from \SimpleSAML\Module\monitor to \SimpleSAML\Modules\Monitor
21
+
- The 2.5 range will be the last one supporting SSP 1.15+1.16 and will only receive bugfixes.
22
+
New releases starting from 2.6 will only support the future 1.17+ release
23
+
24
+
Bugfix: Remove a function-call that breaks the monitor
25
+
26
+
## Version 2.5.2
27
+
Released 4-10-2018
28
+
29
+
Bugfix: Remove a function-call that breaks the monitor
30
+
31
+
## Version 2.5.1
32
+
Released 4-10-2018
33
+
34
+
Bugfix: Fix erroneous test in LDAP TestSuite that caused bind/search tests to run only when connection failures had occured in an earlier test (instead of the other way around)
35
+
36
+
## Version 2.5.0
37
+
Released 2-10-2018
38
+
39
+
Bugfixes
40
+
- Sessions: Properly handle PHP sessions
41
+
- Certificates: Fall back to serialnumber for subject
42
+
- Fix missing quotes in TestSuite/Store.php
43
+
- Prevent tests from being marked as risky
44
+
- Silence LDAP-tests > debug = false
45
+
46
+
Changes
47
+
- Add testsuite for database-configuration
48
+
- Rename TestSuite\Configuration to TestSuite\CertificateConfiguration
0 commit comments