From: Stefan Eissing Date: Thu, 10 Mar 2016 14:02:14 +0000 (+0000) Subject: update after backport, bumnping mod_http2 internal version number after backport... X-Git-Tag: 2.5.0-alpha~1919 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e753851cfce67f41da7f9adb3af2d9b3cda9af;p=thirdparty%2Fapache%2Fhttpd.git update after backport, bumnping mod_http2 internal version number after backport to 2.4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 429651aa708..0871f4851c8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,17 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_http2: give control to async mpm for keepalive timeouts only when - no streams are open and even if only after 1 sec delay. Under load, event - mpm discards connections otherwise too quickly. - *) mod_proxy_http2: rescheduling of requests that have not been processed by the backend when receiving a GOAWAY frame before done. - [Stefan Eissign] + [Stefan Eissing] - *) mod_reqtimeout: Prevent long response times from triggering a timeout once - the request has been fully read. PR 59045. [Yann Ylavic] - *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett] *) mod_ssl: Don't lose track of the SSL context if the ssl_run_pre_handshake() diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h index 7c3605a1279..d8571528214 100644 --- a/modules/http2/h2_version.h +++ b/modules/http2/h2_version.h @@ -26,7 +26,7 @@ * @macro * Version number of the http2 module as c string */ -#define MOD_HTTP2_VERSION "1.4.0-DEV" +#define MOD_HTTP2_VERSION "1.4.1-DEV" /** * @macro @@ -34,7 +34,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 0x010400 +#define MOD_HTTP2_VERSION_NUM 0x010401 #endif /* mod_h2_h2_version_h */