]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix indentation.
authorRainer Jung <rjung@apache.org>
Thu, 29 Sep 2011 10:34:02 +0000 (10:34 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 29 Sep 2011 10:34:02 +0000 (10:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1177258 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index bdcb5b9b18347394c056f137bc500e5a7359eab8..adb5959aab30dae994550d54ca90bcc3831c3898 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]