From: Stefan Eissing Date: Mon, 21 Dec 2015 10:56:38 +0000 (+0000) Subject: updated CHANGES X-Git-Tag: 2.5.0-alpha~2516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e5bf71d4920be8b8f3829e3b03a86ffde70b00;p=thirdparty%2Fapache%2Fhttpd.git updated CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721122 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 669ce85c132..1f83c06f71e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_http2: new r->subprocess_env variables HTTP2 and H2PUSH, set to "on" + when available for request. + [Stefan Eissing] + *) mod_http2: adding new config directives and the implementation behind them: H2Timeout, H2KeepAliveTimeout, H2StreamTimeout. Documentation in the http2 manual.