diff options
author | André Malo <nd@apache.org> | 2012-04-04 23:20:37 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2012-04-04 23:20:37 +0200 |
commit | a6b17d7562ccb097ce76433c166788b15419e79e (patch) | |
tree | 4a7bcbc272a046ce555588698647e191320e7f54 /CHANGES | |
parent | static scope for rewritemap_mutex_type. (diff) | |
download | apache2-a6b17d7562ccb097ce76433c166788b15419e79e.tar.xz apache2-a6b17d7562ccb097ce76433c166788b15419e79e.zip |
mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
PR: 53023
Submitted by: Axel Reinhold <apache freakout.de>
Reviewed/Updated by: nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly. + PR 53023. [Axel Reinhold <apache freakout.de>, André Malo] + *) mod_proxy: Add the forcerecovery balancer parameter that determines if recovery for balancer workers is enforced. [Ruediger Pluem] |