]> granicus.if.org Git - apache/commitdiff
update after backport
authorStefan Eissing <icing@apache.org>
Mon, 3 Oct 2016 12:58:40 +0000 (12:58 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 3 Oct 2016 12:58:40 +0000 (12:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1763164 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index 381adf3f289eb119268d362d712683d5342e86f0..650a3657dd5276a5de69208ec2917f5d1c20fcc0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: rewrite of how responses and trailers are transferred between
-     master and slave connection. Reduction of internal states for tasks
-     and streams, stability. Heuristic id generation for slave connections
-     to better keep promise of connection ids unique at given point int time.
-     Fix for mod_cgid interop in high load situtations. 
-     Fix for handling of incoming trailers when no request body is sent.
-     [Stefan Eissing]
-  
   *) event: Avoid listener periodic wake ups by using the pollset wake-ability
      when available.  PR 57399.  [Yann Ylavic, Luca Toscano]
 
index 37d8e27a79f0b7de2ed4df8a9d4bff9cb163ad80..4dc5fd574fdfa7ce3b60f89af81a2e9bddafb100 100644 (file)
@@ -26,7 +26,7 @@
  * @macro
  * Version number of the http2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.7.0-DEV"
+#define MOD_HTTP2_VERSION "1.7.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 0x010700
+#define MOD_HTTP2_VERSION_NUM 0x010701
 
 
 #endif /* mod_h2_h2_version_h */