]> granicus.if.org Git - apache/commitdiff
update after backport of mod_http2 v 1.0.10
authorStefan Eissing <icing@apache.org>
Fri, 4 Dec 2015 15:17:43 +0000 (15:17 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 4 Dec 2015 15:17:43 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717981 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index fff30f166b9a5585307fb02619625127a15ec6ee..1c081d6af6f7510c9d6e93996924ff0eead3f8a9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,19 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: connection level window for flow control is set to protocol
-     maximum of 2GB-1, preventing window exhaustion when sending data on many
-     streams with higher cumulative window size. 
-     Reducing write frequency unless push promises need to be flushed.
-     [Stefan Eissing]
-  
   *) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection
      if conn_rec itself holds no valid SSLConnRec*. Fixes PR58666.
      [Stefan Eissing]
      
-  *) mod_http2: required minimum version of libnghttp2 is 1.2.1
-     [Stefan Eissing]
-  
   *) mod_proxy_fdpass: Fix AH01153 error when using the default configuration.
      In earlier version of httpd, you can explicitelly set the 'flusher' parameter
      to 'flush' as a workaround. (i.e. flusher=flush)
index 728e47d560e2e742dd49213e669b8e9ab1528304..77331cf46854d8bc95b2e4c120429efc08f9d2c9 100644 (file)
@@ -20,7 +20,7 @@
  * @macro
  * Version number of the h2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.0.10-DEV"
+#define MOD_HTTP2_VERSION "1.0.11-DEV"
 
 /**
  * @macro
@@ -28,7 +28,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 0x01000a
+#define MOD_HTTP2_VERSION_NUM 0x01000b
 
 
 #endif /* mod_h2_h2_version_h */