You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/09/23 21:53:21 UTC

svn commit: r1000595 - /httpd/httpd/trunk/CHANGES

Author: wrowe
Date: Thu Sep 23 19:53:20 2010
New Revision: 1000595

URL: http://svn.apache.org/viewvc?rev=1000595&view=rev
Log:
Tag a user identifiable change.  Thanks to rbowen for docs help.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1000595&r1=1000594&r2=1000595&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Sep 23 19:53:20 2010
@@ -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.