File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release Notes
55.. toctree ::
66 :maxdepth: 2
77
8+ release-notes/version-4.6.1
89 release-notes/version-4.6.0
910
1011 release-notes/version-4.5.24
Original file line number Diff line number Diff line change 1+ =============
2+ Version 4.6.1
3+ =============
4+
5+ Version 4.6.1 of mod_wsgi can be obtained from:
6+
7+ https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.1
8+
9+ Bugs Fixed
10+ ----------
Original file line number Diff line number Diff line change 2525
2626#define MOD_WSGI_MAJORVERSION_NUMBER 4
2727#define MOD_WSGI_MINORVERSION_NUMBER 6
28- #define MOD_WSGI_MICROVERSION_NUMBER 0
29- #define MOD_WSGI_VERSION_STRING "4.6.0 "
28+ #define MOD_WSGI_MICROVERSION_NUMBER 1
29+ #define MOD_WSGI_VERSION_STRING "4.6.1 "
3030
3131/* ------------------------------------------------------------------------- */
3232
You can’t perform that action at this time.
0 commit comments