From c1fa46e23d8f20546960f0ddf34791976c6b28bb Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 15 May 2020 10:37:46 +0200 Subject: [PATCH] v1.15.9 --- ChangeLog | 3 ++- configure.ac | 2 +- mod_http2/h2_version.h | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e99613e..21c0c060 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ - +v1.15.9 +-------------------------------------------------------------------------------- * Since v1.15.4 mod_reqtimeout was enabled for h2 connections. This lead to closing of h2 connections when a handshake timeout was configured, irregardless if the handshake did happen or not. Added a positive test next to the negative one to ensure that diff --git a/configure.ac b/configure.ac index 43b8c703..dd1db9bb 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # AC_PREREQ([2.69]) -AC_INIT([mod_http2], [1.15.8], [stefan.eissing@greenbytes.de]) +AC_INIT([mod_http2], [1.15.9], [stefan.eissing@greenbytes.de]) LT_PREREQ([2.2.6]) LT_INIT() diff --git a/mod_http2/h2_version.h b/mod_http2/h2_version.h index 4a181d71..88f77013 100644 --- a/mod_http2/h2_version.h +++ b/mod_http2/h2_version.h @@ -27,7 +27,7 @@ * @macro * Version number of the http2 module as c string */ -#define MOD_HTTP2_VERSION "1.15.8-git" +#define MOD_HTTP2_VERSION "1.15.9-git" /** * @macro @@ -35,7 +35,7 @@ * release. This is a 24 bit number with 8 bits for major number, 8 bits * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. */ -#define MOD_HTTP2_VERSION_NUM 0x010f08 +#define MOD_HTTP2_VERSION_NUM 0x010f09 #endif /* mod_h2_h2_version_h */