You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2011/09/29 12:34:02 UTC

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

Author: rjung
Date: Thu Sep 29 10:34:02 2011
New Revision: 1177258

URL: http://svn.apache.org/viewvc?rev=1177258&view=rev
Log:
Fix indentation.

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=1177258&r1=1177257&r2=1177258&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Thu Sep 29 10:34:02 2011
@@ -1,9 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.2.22
 
- *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:
-    A range of '0-' will now return 206 instead of 200. PR 51878.
-    [Jim Jagielski]
+  *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:
+     A range of '0-' will now return 206 instead of 200. PR 51878.
+     [Jim Jagielski]
 
   *) Example configuration: Fix entry for MaxRanges (use "unlimited" instead
      of "0").  [Rainer Jung]