File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ v2.0.24
2
+ --------------------------------------------------------------------------------
3
+ * fixed a compile time issue for Windows builds.
4
+
5
+ v2.0.23
6
+ --------------------------------------------------------------------------------
1
7
* Improved timeout handling for streams that are sending response data.
2
8
* mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value.
3
9
refs https://bz.apache.org/bugzilla/show_bug.cgi?id=66752.
Original file line number Diff line number Diff line change 12
12
#
13
13
14
14
AC_PREREQ ( [ 2.69] )
15
- AC_INIT ( [ mod_http2] ,
[ 2.0.23 ] ,
[ [email protected] ] )
15
+ AC_INIT ( [ mod_http2] ,
[ 2.0.24 ] ,
[ [email protected] ] )
16
16
17
17
LT_PREREQ([ 2.2.6] )
18
18
LT_INIT()
Original file line number Diff line number Diff line change 27
27
* @macro
28
28
* Version number of the http2 module as c string
29
29
*/
30
- #define MOD_HTTP2_VERSION "2.0.23 -git"
30
+ #define MOD_HTTP2_VERSION "2.0.24 -git"
31
31
32
32
/**
33
33
* @macro
34
34
* Numerical representation of the version number of the http2 module
35
35
* release. This is a 24 bit number with 8 bits for major number, 8 bits
36
36
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
37
37
*/
38
- #define MOD_HTTP2_VERSION_NUM 0x020017
38
+ #define MOD_HTTP2_VERSION_NUM 0x020018
39
39
40
40
41
41
#endif /* mod_h2_h2_version_h */
You can’t perform that action at this time.
0 commit comments