From: Stefan Eissing Date: Thu, 21 Jan 2016 16:42:18 +0000 (+0000) Subject: update scoreboard CHANGES X-Git-Tag: 2.5.0-alpha~2329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5017f653248f63bdff58b33244bcb289cf4906bb;p=thirdparty%2Fapache%2Fhttpd.git update scoreboard CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d6e7f5d7d0e..bbe40bb2c8d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_status/scoreboard: showing connection protocol in new column, new + ap_update_child_status methods for updating server/description. mod_ssl + sets vhost negotiated by servername directly. + [Stefan Eissing] + *) mod_http2: keep-alive blocking reads are done with 1 second timeouts to check for MPM stopping. Will announce early GOAWAY and finish processing open streams, then close.