]> granicus.if.org Git - apache/commitdiff
CHANGES update and version bump after backport of mod_http2 v1.5.5
authorStefan Eissing <icing@apache.org>
Wed, 18 May 2016 15:10:53 +0000 (15:10 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 18 May 2016 15:10:53 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744421 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index 12acb7d4900f5a23b17770edac2ef9697259095b..f69bdfb32640c41ec0d5ff529bf6b9c1104882d4 100644 (file)
--- 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 <Proxy> sections,
      allowing per backend TLS configuration.  [Yann Ylavic]
 
index 10c424627d4f254e142731ee1c99b7eb3feb7822..477574619a271a0a32a5f3e163cb859e6ea1ce14 100644 (file)
@@ -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 */