From: Eric Covener Date: Fri, 16 Mar 2012 13:20:24 +0000 (+0000) Subject: remove backported items X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26ab1bddc1fe56156909939d8e5827def82c72a;p=thirdparty%2Fapache%2Fhttpd.git remove backported items git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301488 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2a0db6958d3..c2e9afdcc77 100644 --- a/CHANGES +++ b/CHANGES @@ -1,14 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) SECURITY: CVE-2012-0883 (cve.mitre.org) - envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to the - current working directory to be searched for DSOs. [Stefan Fritsch] - - *) "DirectoryIndex disabled" now undoes DirectoryIndex settings in - the current configuration section, not just previous config sections. - PR52845 [Eric Covener] - *) core: Add the port number to the vhost's name in the scoreboard. [Stefan Fritsch]