]> granicus.if.org Git - apache/commitdiff
mod_http2: update and version bump after backport
authorStefan Eissing <icing@apache.org>
Thu, 28 Apr 2016 12:44:02 +0000 (12:44 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 28 Apr 2016 12:44:02 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741420 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index c8e794b83858e711fa1526fa7d861f76757a7e3f..c67299c195daaa6d2baac60563910b2a7152cdeb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,33 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: fixed a bug that caused mod_proxy_http2 to be called for window
-     updates on requests it had already reported done. Added synchronization
-     on early connection/stream close that lets ongoing requests safely drain
-     their input filters.
-     [Stefan Eissing]
-
-  *) mod_http2: scoreboard updates that summarize the h2 session (and replace
-     the last request information) will only happen when the session is idle or 
-     in shutdown/done phase. [Stefan Eissing]
-     
-  *) mod_http2: HTTP protocol string reported internally, logged and used in
-     SERVER_PROTOCOL changed to "HTTP/2.0" for HTTP/2 connections. 
-     [Stefan Eissing]
-     
   *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
      allowing per backend TLS configuration.  [Yann Ylavic]
 
-  *) mod_http2: eliminating h2_io instances for streams, reducing memory
-     pools and footprint. [Stefan Eissing]
-     
   *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: 
      header as commanded by http-wg. [Stefan Eissing]
      
-  *) mod_http2: new "bucket beam" technology to transport buckets across
-     threads without buffer copy. Delaying response start until flush or
-     enough body data has been accumulated. [Stefan Eissing]
-     
   *) http: Respond with "408 Request Timeout" when a timeout occurs while
      reading the request body.  [Yann Ylavic]
 
index 8fe813a37528a5661796fa2aed38f8ceaa434a61..d90e3f9dea7c29f5e64522149ae2ab784a2e48e0 100644 (file)
@@ -26,7 +26,7 @@
  * @macro
  * Version number of the http2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.5.2-DEV"
+#define MOD_HTTP2_VERSION "1.5.3-DEV"
 
 /**
  * @macro