]> granicus.if.org Git - apache/commitdiff
update changes after backport, version bump mod_http2
authorStefan Eissing <icing@apache.org>
Wed, 16 Mar 2016 15:18:04 +0000 (15:18 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 16 Mar 2016 15:18:04 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735240 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index 550739c2e56a3e34342cad2051f55223239fae80..caceaf23e182ae9b85e0b35a707d4cbefeec7a7e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,6 @@ Changes with Apache 2.5.0
      observing data actually send out on the frontend h2 connection. 
      [Stefan Eissing]
      
-  *) mod_http2: fixes problem with wrong lifetime of file buckets on main
-     connection. [Stefan Eissing]
-     
   *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
      or sockets. [Graham Leggett]
 
index 0a8aced9692bb9e2716a364308fc021f9c407256..9569095009dc2cf7807e2c8a4d2e46c03f3e352c 100644 (file)
@@ -26,7 +26,7 @@
  * @macro
  * Version number of the http2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.4.2-DEV"
+#define MOD_HTTP2_VERSION "1.4.3-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 0x010402
+#define MOD_HTTP2_VERSION_NUM 0x010403
 
 
 #endif /* mod_h2_h2_version_h */