]> granicus.if.org Git - apache/commitdiff
update after backport, bumnping mod_http2 internal version number after backport...
authorStefan Eissing <icing@apache.org>
Thu, 10 Mar 2016 14:02:14 +0000 (14:02 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 10 Mar 2016 14:02:14 +0000 (14:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734417 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index 429651aa708879c4d2e7a1ea66586aa09ac82a79..0871f4851c8d3c666fa1c5964fcc88f92121be14 100644 (file)
--- 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()
index 7c3605a1279403d4ae7a634fccba32d1ab821422..d85715282147a27011b446e47a8512567df1a26d 100644 (file)
@@ -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 */