summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2012-04-04 23:20:37 +0200
committerAndré Malo <nd@apache.org>2012-04-04 23:20:37 +0200
commita6b17d7562ccb097ce76433c166788b15419e79e (patch)
tree4a7bcbc272a046ce555588698647e191320e7f54 /CHANGES
parentstatic scope for rewritemap_mutex_type. (diff)
downloadapache2-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 67d80e0b67..9172a1668a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]