]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Wed, 22 Feb 2017 10:09:11 +0000 (10:09 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 22 Feb 2017 10:09:11 +0000 (10:09 +0000)
upate after mod_http2 backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1784002 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/http2/h2_version.h

diff --git a/CHANGES b/CHANGES
index fe42e7f21b8c1180b1e9d533305f2398dbcd86f1..52ac3bc847e1fd233a9edaca2574c57afbc4d889 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,8 +10,6 @@ Changes with Apache 2.5.0
      checks, loads and saves the request.
      PR 60577.  [Yann Ylavic]
   
-  *) mod_proxy_http2: support for ProxyPreserverHost directive. [Stefan Eissing]
-  
   *) mod_proxy_fcgi: Add ProxyFCGISetEnvIf to fixup CGI environment
      variables just before invoking the FastCGI. [Eric Covener,
      Jacob Champion]
@@ -21,9 +19,6 @@ Changes with Apache 2.5.0
      to set exceptions for ProxyPass specified in <Location> context.
      Use SetEnvIf, not SetEnv. [Eric Covener]
 
-  *) mod_http2: fix for crash when running out of memory.
-     [Robert Swiecki <robert@swiecki.net>, Stefan Eissing]
-     
   *) mod_ssl: work around leaks on (graceful) restart. [Yann Ylavic]
 
   *) When using mod_status with the Event MPM, report the number of requests
index 244285d9776ad572d48abf037d6078e4ba17790c..a3f3f8528da6acded24b0c18992f32625dd5c0ac 100644 (file)
@@ -26,7 +26,7 @@
  * @macro
  * Version number of the http2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.9.1-DEV"
+#define MOD_HTTP2_VERSION "1.9.2-DEV"
 
 /**
  * @macro