summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-01-24 03:02:09 +0100
committerAndré Malo <nd@apache.org>2004-01-24 03:02:09 +0100
commitb7e7f6c09eb8fc8db4eaf0cb3a0cdc8ddb86a3cf (patch)
tree4afa0bc779fcb228ee5d14ef6c54b284e1555cb2 /CHANGES
parent* modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blocking (diff)
downloadapache2-b7e7f6c09eb8fc8db4eaf0cb3a0cdc8ddb86a3cf.tar.xz
apache2-b7e7f6c09eb8fc8db4eaf0cb3a0cdc8ddb86a3cf.zip
Introduce the RewriteCond -x check, which returns
true if the pattern is a file with execution permissions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 914ca88620..fc996f6c43 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_rewrite: Introduce the RewriteCond -x check, which returns
+ true if the pattern is a file with execution permissions.
+ [André Malo]
+
*) mod_ssl: Fix streaming output from an nph- CGI script. PR 21944
[Joe Orton]