File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Release Notes
55.. toctree ::
66 :maxdepth: 2
77
8- version-4.3.3.rst
8+ version-4.4.0.rst
9+
910 version-4.3.2.rst
1011 version-4.3.1.rst
1112 version-4.3.0.rst
Original file line number Diff line number Diff line change 11=============
2- Version 4.3.3
2+ Version 4.4.0
33=============
44
5- Version 4.3.3 of mod_wsgi can be obtained from:
5+ Version 4.4.0 of mod_wsgi can be obtained from:
66
7- https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.3.3
7+ https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.4.0
88
99Known Issues
1010------------
Original file line number Diff line number Diff line change 2424/* Module version information. */
2525
2626#define MOD_WSGI_MAJORVERSION_NUMBER 4
27- #define MOD_WSGI_MINORVERSION_NUMBER 3
28- #define MOD_WSGI_MICROVERSION_NUMBER 3
29- #define MOD_WSGI_VERSION_STRING "4.3.3 "
27+ #define MOD_WSGI_MINORVERSION_NUMBER 4
28+ #define MOD_WSGI_MICROVERSION_NUMBER 0
29+ #define MOD_WSGI_VERSION_STRING "4.4.0 "
3030
3131/* ------------------------------------------------------------------------- */
3232
You can’t perform that action at this time.
0 commit comments