From: Stefan Eissing Date: Wed, 18 May 2016 15:10:53 +0000 (+0000) Subject: CHANGES update and version bump after backport of mod_http2 v1.5.5 X-Git-Tag: 2.5.0-alpha~1608 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=113da889b8686be6cac99618b10bb1d1edd72b15;p=thirdparty%2Fapache%2Fhttpd.git CHANGES update and version bump after backport of mod_http2 v1.5.5 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744421 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 12acb7d4900..f69bdfb3264 100644 --- a/CHANGES +++ b/CHANGES @@ -1,17 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_http2: Fix async write issue that led to selection of wrong timeout - vs. keepalive timeout selection for idle sessions. - - *) mod_http2: checking LimitRequestLine, LimitRequestFields and - LimitRequestFieldSize configurated values for incoming streams. Returning - HTTP status 431 for too long/many headers fields and 414 for a too long - pseudo header. [Stefan Eissing] - - *) mod_http2: tracking conn_rec->current_thread on slave connections, so - that mod_lua finds the correct one. Fixes PR 59542. [Stefan Eissing] - *) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] diff --git a/modules/http2/h2_version.h b/modules/http2/h2_version.h index 10c424627d4..477574619a2 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.5.5-DEV" +#define MOD_HTTP2_VERSION "1.5.6-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 0x010505 +#define MOD_HTTP2_VERSION_NUM 0x010506 #endif /* mod_h2_h2_version_h */