From: Rainer Jung Date: Fri, 20 Mar 2009 17:49:30 +0000 (+0000) Subject: Add change to changelog. X-Git-Tag: 2.3.2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98e9873c1723626ecb71552b26d7d9192acfe54a;p=apache Add change to changelog. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@756687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b8ae180508..1ce21f4e5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.3.2 + *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung] + *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid HTML injections and HTTP response splitting. PR 46837. [Geoff Keating ]