From: William A. Rowe Jr Date: Thu, 23 Sep 2010 19:53:20 +0000 (+0000) Subject: Tag a user identifiable change. Thanks to rbowen for docs help. X-Git-Tag: 2.3.9~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=105594e85b74ae9f8f1b3c2abd6e58a17fa0a2be;p=thirdparty%2Fapache%2Fhttpd.git Tag a user identifiable change. Thanks to rbowen for docs help. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000595 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ba015a62001..676dd6a5cf9 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,11 @@ Changes with Apache 2.3.9 overridden together as desired using PassEnv etc; see mod_env. [William Rowe] + *) mod_rewrite: introduce <=, >= string comparison operators, and integer + comparators -lt, -le, -eq, -ge, and -gt. To help bash users and drop + the ambiguity of the symlink test "-ltest", introduce -h or -L as + symlink test operators. [William Rowe] + *) mod_cache: Give the cache provider the opportunity to choose to cache or not cache based on the buckets present in the brigade, such as the presence of a FILE bucket.