]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clean up CHANGES for clarity
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 Nov 2016 18:54:42 +0000 (18:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 Nov 2016 18:54:42 +0000 (18:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1769674 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3bfbae6ce72ee75f9cae0839565328367227b7a0..f3fbbc1207f29119c78345bce83b113982aa4842 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,24 +2,21 @@
 
 Changes with Apache 2.4.24
 
+  *) core: New directive HttpProtocolOptions to control httpd enforcement
+     of various RFC7230 requirements. [Stefan Fritsch, William Rowe]
+
   *) core: Permit unencoded ';' characters to appear in proxy requests and
      Location: response headers. Corresponds to modern browser behavior.
      [William Rowe]
 
   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
 
-  *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
-     conformance or to only log the found problems. [Stefan Fritsch]
-
   *) core: Correctly parse an IPv6 literal host specification in an absolute
      URL in the request line. [Stefan Fritsch]
 
   *) core: New directive RegisterHttpMethod for registering non-standard
      HTTP methods. [Stefan Fritsch]
 
-  *) core: New directive HttpProtocol which allows to disable HTTP/0.9
-     support. [Stefan Fritsch]
-
   *) mod_http2: unannounced and multiple interim responses (status code < 200)
      are parsed and forwarded to client until a final response arrives.
      [Stefan Eissing]