summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-11-23 20:40:01 +0000
committerStefan Fritsch <sf@apache.org>2011-11-23 20:40:01 +0000
commitecb0dca4227a889a4b4c9d5a084e04a06f70c361 (patch)
tree529fca029d3c25c213846769e4271dde1ad5b12f /CHANGES
parente33026afcf4fc108127f50bebbaa79befa023f5b (diff)
downloadhttpd-ecb0dca4227a889a4b4c9d5a084e04a06f70c361.tar.gz
Merge r1203634, r1204614, r1205564:
Pass ap_errorlog_info to error_log hook git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205573 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 d07b5e18ca..be54ecb844 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache 2.4.0
+ *) core: Pass ap_errorlog_info struct to error log hook. [Stefan Fritsch]
+
*) mod_cache_disk: Make sure we check return codes on all writes and
attempts to close, and clean up after ourselves in these cases.
PR43589. [Graham Leggett]