From: Justin Erenkrantz Date: Wed, 10 Aug 2005 23:19:39 +0000 (+0000) Subject: Note two changes (r231349 and r231351) that are paired together. X-Git-Tag: 2.1.7~5^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fef99826619b1bed9bf554e7c386f0c19462a950;p=thirdparty%2Fapache%2Fhttpd.git Note two changes (r231349 and r231351) that are paired together. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@231352 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 20a86ba0049..09ccc9b022d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ -*- coding: utf-8 -*- Changes with Apache 2.3.0 + *) mod_disk_cache: Support htcacheclean removing directories. + [Andreas Steinmetz] + + *) htcacheclean: Add -t option to remove empty directories. + [Colm MacCarthaigh ] + *) Remove the base href tag from mod_proxy_ftp, as it breaks relative links for clients not using an Authorization header. [Graham Leggett, Jon Snow ]