Skip to content

Commit 5e1256a

Browse files
committed
deploy: 8460178
1 parent 751e1a3 commit 5e1256a

2 files changed

Lines changed: 130 additions & 2 deletions

File tree

2.5/simplesamlphp-changelog.html

Lines changed: 65 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-251">
103+
Version 2.5.1
104+
</a>
105+
</li>
101106
<li>
102107
<a href="#version-250">
103108
Version 2.5.0
@@ -255,12 +260,38 @@
255260
</a>
256261
for specific information about upgrading.
257262
</p>
263+
<h2 id="version-251">
264+
Version 2.5.1
265+
</h2>
266+
<p>
267+
Released TBD
268+
</p>
258269
<h2 id="version-250">
259270
Version 2.5.0
260271
</h2>
261272
<p>
262-
Released TBD - November 2025 - as soon as Symfony 7.4 is released
273+
Released 2026-03-14
263274
</p>
275+
<ul>
276+
<li>
277+
Add ProfileAuth authsource (#2499)
278+
</li>
279+
<li>
280+
Ukrainian translation for simplesamlphp (#2501)
281+
</li>
282+
<li>
283+
Use PSR-14 events to replace hook infrastructure (#2560)
284+
</li>
285+
<li>
286+
Add regular expression support to AttributeValueMap authproc filter (#2558)
287+
</li>
288+
<li>
289+
Replaced several uses of guzzlehttp and curl with Symfony's HTTP-client (#2574)
290+
</li>
291+
<li>
292+
Many small improvements to code and documentation
293+
</li>
294+
</ul>
264295
<p>
265296
<code>
266297
authorize
@@ -271,6 +302,39 @@ <h2 id="version-250">
271302
Add entityID based filtering (simplesamlphp/simplesamlphp-module-authorize#30) (v1.7.0)
272303
</li>
273304
</ul>
305+
<p>
306+
<code>
307+
discopower
308+
</code>
309+
</p>
310+
<ul>
311+
<li>
312+
Add Italian translations (simplesamlphp/simplesamlphp-module-discopower#22) (v1.5.0)
313+
</li>
314+
<li>
315+
Make tab-names case-insensitive (v1.5.1)
316+
</li>
317+
</ul>
318+
<p>
319+
<code>
320+
ldap
321+
</code>
322+
</p>
323+
<ul>
324+
<li>
325+
Verify attribute value is a string before calling strlen (simplesamlphp/simplesamlphp-module-ldap#64) (v2.5.2)
326+
</li>
327+
</ul>
328+
<p>
329+
<code>
330+
radius
331+
</code>
332+
</p>
333+
<ul>
334+
<li>
335+
Always set the NAS identifier; if not set fall back to the hostname (simplesamlphp/simplesamlphp-module-radius#28) (v2.1.1)
336+
</li>
337+
</ul>
274338
<h2 id="version-243">
275339
Version 2.4.3
276340
</h2>

stable/simplesamlphp-changelog.html

Lines changed: 65 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-251">
103+
Version 2.5.1
104+
</a>
105+
</li>
101106
<li>
102107
<a href="#version-250">
103108
Version 2.5.0
@@ -255,12 +260,38 @@
255260
</a>
256261
for specific information about upgrading.
257262
</p>
263+
<h2 id="version-251">
264+
Version 2.5.1
265+
</h2>
266+
<p>
267+
Released TBD
268+
</p>
258269
<h2 id="version-250">
259270
Version 2.5.0
260271
</h2>
261272
<p>
262-
Released TBD - November 2025 - as soon as Symfony 7.4 is released
273+
Released 2026-03-14
263274
</p>
275+
<ul>
276+
<li>
277+
Add ProfileAuth authsource (#2499)
278+
</li>
279+
<li>
280+
Ukrainian translation for simplesamlphp (#2501)
281+
</li>
282+
<li>
283+
Use PSR-14 events to replace hook infrastructure (#2560)
284+
</li>
285+
<li>
286+
Add regular expression support to AttributeValueMap authproc filter (#2558)
287+
</li>
288+
<li>
289+
Replaced several uses of guzzlehttp and curl with Symfony's HTTP-client (#2574)
290+
</li>
291+
<li>
292+
Many small improvements to code and documentation
293+
</li>
294+
</ul>
264295
<p>
265296
<code>
266297
authorize
@@ -271,6 +302,39 @@ <h2 id="version-250">
271302
Add entityID based filtering (simplesamlphp/simplesamlphp-module-authorize#30) (v1.7.0)
272303
</li>
273304
</ul>
305+
<p>
306+
<code>
307+
discopower
308+
</code>
309+
</p>
310+
<ul>
311+
<li>
312+
Add Italian translations (simplesamlphp/simplesamlphp-module-discopower#22) (v1.5.0)
313+
</li>
314+
<li>
315+
Make tab-names case-insensitive (v1.5.1)
316+
</li>
317+
</ul>
318+
<p>
319+
<code>
320+
ldap
321+
</code>
322+
</p>
323+
<ul>
324+
<li>
325+
Verify attribute value is a string before calling strlen (simplesamlphp/simplesamlphp-module-ldap#64) (v2.5.2)
326+
</li>
327+
</ul>
328+
<p>
329+
<code>
330+
radius
331+
</code>
332+
</p>
333+
<ul>
334+
<li>
335+
Always set the NAS identifier; if not set fall back to the hostname (simplesamlphp/simplesamlphp-module-radius#28) (v2.1.1)
336+
</li>
337+
</ul>
274338
<h2 id="version-243">
275339
Version 2.4.3
276340
</h2>

0 commit comments

Comments
 (0)