]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clairify text and remove 'low priority' apparent severity description
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Sep 2011 13:16:38 +0000 (13:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 9 Sep 2011 13:16:38 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1167149 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 07fd378a8d30c05ab2134140520c0d707315473e..0fe3146f0e9ad0c8d796b6bdf998b3c1eee7b3bf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-                                                         -*- coding: utf-8 -*-
+                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.21
 
+  *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20.
+     PR 51748. [<lowprio20 gmail.com>]
+
   *) mod_filter: Instead of dropping the Accept-Ranges header when a filter
      registered with AP_FILTER_PROTO_NO_BYTERANGE is present,
      set the header value to "none". [Eric Covener, Ruediger Pluem]
@@ -8,9 +11,6 @@ Changes with Apache 2.2.21
   *) mod_proxy_ajp: Ignore flushing if headers have not been sent.
      PR 51608 [Ruediger Pluem]
 
-  *) Fix a regression in the CVE-2011-3192 byterange fix.
-     PR 51748. [low_priority <lowprio20 gmail.com>]
-
   *) mod_dav_fs: Fix segfault if apr DBM driver cannot be loaded. PR 51751.
      [Stefan Fritsch]