From: William A. Rowe Jr Date: Fri, 9 Sep 2011 13:16:38 +0000 (+0000) Subject: Clairify text and remove 'low priority' apparent severity description X-Git-Tag: 2.2.21~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=789a744e8646dc40cddd3b79371eb33d028ca6b3;p=thirdparty%2Fapache%2Fhttpd.git Clairify text and remove 'low priority' apparent severity description git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1167149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 07fd378a8d3..0fe3146f0e9 100644 --- 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. [] + *) 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 ] - *) mod_dav_fs: Fix segfault if apr DBM driver cannot be loaded. PR 51751. [Stefan Fritsch]