]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update scoreboard CHANGES
authorStefan Eissing <icing@apache.org>
Thu, 21 Jan 2016 16:42:18 +0000 (16:42 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 21 Jan 2016 16:42:18 +0000 (16:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726012 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d6e7f5d7d0edb1e73e255c6ee5b35f6ce9f414b5..bbe40bb2c8d92f60e395be67901465673a4b7b3a 100644 (file)
--- 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.