Skip to content

Commit 59e6cd1

Browse files
committed
Add 2.0.26 release notes
1 parent 8dcaacd commit 59e6cd1

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

Changelog-2.0.26.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
uWSGI 2.0.26
2+
============
3+
4+
Released 20240601
5+
6+
Maintenance release
7+
8+
Changes
9+
-------
10+
11+
- apache2/mod_proxy_uwsgi: let httpd handle CL/TE for non-http handlers CVE-2024-24795 (Eric Covener)
12+
- remove race-condition over termination of uWSGI process when using need-app and lazy-apps (Hanan .T)
13+
- fix 32-bit compilation with GCC14 (Rosen Penev)
14+
- uwsgiconfig: get compiler version with -dumpfullversion (Riccardo Magliocchetti)
15+
- Fix uwsgi_regexp_match() with pcre2 (Alexandre Rossi)
16+
17+
18+
Availability
19+
------------
20+
21+
You can download uWSGI 2.0.26 from https://files.pythonhosted.org/packages/3a/7a/4c910bdc9d32640ba89f8d1dc256872c2b5e64830759f7dc346815f5b3b1/uwsgi-2.0.26.tar.gz

Download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These are the current versions of uWSGI.
77
Release Date Link
88
======================== ========== ===================================================
99
Unstable/Development \- https://github.com/unbit/uwsgi/
10-
Stable 2024-04-15 `uwsgi-2.0.25.1.tar.gz <https://files.pythonhosted.org/packages/52/9a/ab43cf8fb4847a6fda585beb1374deba0583660fa05c882a498784b2fc77/uwsgi-2.0.25.1.tar.gz>`_
10+
Stable 2024-06-01 `uwsgi-2.0.26.tar.gz <https://files.pythonhosted.org/packages/3a/7a/4c910bdc9d32640ba89f8d1dc256872c2b5e64830759f7dc346815f5b3b1/uwsgi-2.0.26.tar.gz>`_
1111
DOCS \- https://github.com/unbit/uwsgi-docs/
1212
======================== ========== ===================================================
1313

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ Stable releases
277277
.. toctree::
278278
:maxdepth: 1
279279

280+
Changelog-2.0.26
280281
Changelog-2.0.25.1
281282
Changelog-2.0.25
282283
Changelog-2.0.24

0 commit comments

Comments
 (0)