Skip to content

Commit 4a59f55

Browse files
committed
deploy: d543299
1 parent 913455c commit 4a59f55

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
lines changed

2.3/simplesamlphp-changelog.html

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
SimpleSAMLphp changelog
9999
</a>
100100
<ul>
101+
<li>
102+
<a href="#version-237">
103+
Version 2.3.7
104+
</a>
105+
</li>
101106
<li>
102107
<a href="#version-236">
103108
Version 2.3.6
@@ -242,11 +247,17 @@
242247
</a>
243248
for specific information about upgrading.
244249
</p>
250+
<h2 id="version-237">
251+
Version 2.3.7
252+
</h2>
253+
<p>
254+
Released TBD
255+
</p>
245256
<h2 id="version-236">
246257
Version 2.3.6
247258
</h2>
248259
<p>
249-
Released TBD
260+
Released 2025-02-17
250261
</p>
251262
<ul>
252263
<li>
@@ -258,6 +269,26 @@ <h2 id="version-236">
258269
<li>
259270
Fixed "Undefined array key" warning in RequestedAuthnContextSelector if no RAC is present in the request
260271
</li>
272+
<li>
273+
Fixed an unintended BC-break in
274+
<code>
275+
simplesamlphp/assert
276+
</code>
277+
that caused composer dependency issues
278+
</li>
279+
<li>
280+
Updated several dependencies
281+
</li>
282+
</ul>
283+
<p>
284+
<code>
285+
ldap
286+
</code>
287+
</p>
288+
<ul>
289+
<li>
290+
Verify attribute value is a string before calling strlen (simplesamlphp/simplesamlphp-module-ldap#64) (v2.4.4)
291+
</li>
261292
</ul>
262293
<h2 id="version-235">
263294
Version 2.3.5

stable/simplesamlphp-changelog.html

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
SimpleSAMLphp changelog
9999
</a>
100100
<ul>
101+
<li>
102+
<a href="#version-237">
103+
Version 2.3.7
104+
</a>
105+
</li>
101106
<li>
102107
<a href="#version-236">
103108
Version 2.3.6
@@ -242,11 +247,17 @@
242247
</a>
243248
for specific information about upgrading.
244249
</p>
250+
<h2 id="version-237">
251+
Version 2.3.7
252+
</h2>
253+
<p>
254+
Released TBD
255+
</p>
245256
<h2 id="version-236">
246257
Version 2.3.6
247258
</h2>
248259
<p>
249-
Released TBD
260+
Released 2025-02-17
250261
</p>
251262
<ul>
252263
<li>
@@ -258,6 +269,26 @@ <h2 id="version-236">
258269
<li>
259270
Fixed "Undefined array key" warning in RequestedAuthnContextSelector if no RAC is present in the request
260271
</li>
272+
<li>
273+
Fixed an unintended BC-break in
274+
<code>
275+
simplesamlphp/assert
276+
</code>
277+
that caused composer dependency issues
278+
</li>
279+
<li>
280+
Updated several dependencies
281+
</li>
282+
</ul>
283+
<p>
284+
<code>
285+
ldap
286+
</code>
287+
</p>
288+
<ul>
289+
<li>
290+
Verify attribute value is a string before calling strlen (simplesamlphp/simplesamlphp-module-ldap#64) (v2.4.4)
291+
</li>
261292
</ul>
262293
<h2 id="version-235">
263294
Version 2.3.5

0 commit comments

Comments
 (0)