]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tag a user identifiable change. Thanks to rbowen for docs help.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Sep 2010 19:53:20 +0000 (19:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Sep 2010 19:53:20 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000595 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ba015a620010a6aded9c5ad10928c651102cebd1..676dd6a5cf94695203470f172fdab395e6108409 100644 (file)
--- 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.