You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2011/09/09 15:16:39 UTC

svn commit: r1167149 - /httpd/httpd/branches/2.2.x/CHANGES

Author: wrowe
Date: Fri Sep  9 13:16:38 2011
New Revision: 1167149

URL: http://svn.apache.org/viewvc?rev=1167149&view=rev
Log:
Clairify text and remove 'low priority' apparent severity description

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1167149&r1=1167148&r2=1167149&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Fri Sep  9 13:16:38 2011
@@ -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]