summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2013-06-10 14:24:33 +0000
committerGraham Leggett <minfrin@apache.org>2013-06-10 14:24:33 +0000
commita2f6d6dc9e9c187bd7c5782e6d9c6d584ce35753 (patch)
tree9fd1134871f23308dd2d977e9d5be2c8ec2eedce /CHANGES
parentfe1bdf7962249506cd6f2804d3e93aed25e02990 (diff)
downloadhttpd-a2f6d6dc9e9c187bd7c5782e6d9c6d584ce35753.tar.gz
mod_remoteip: close file in error path
trunk patch: http://svn.apache.org/r1491234 Submitted by: jailletc36 Reviewed by: covener, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1491464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c2682bc006..b4352fc8e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
Changes with Apache 2.4.5
+ *) mod_remoteip: close file in error path. [Christophe Jaillet]
+
*) mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to)
Server pools, new apr functions for the request_rec table, input/output
filters, LuaCodeCache, LuaMapHandler and multipart form data handling.