From: Rainer Jung Date: Thu, 29 Sep 2011 10:34:02 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: 2.2.22~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e444447943149f98beebc892019b07cc525fb9;p=thirdparty%2Fapache%2Fhttpd.git Fix indentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1177258 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bdcb5b9b183..adb5959aab3 100644 --- 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]