summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2010-02-16 21:50:10 +0100
committerDaniel Earl Poirier <poirier@apache.org>2010-02-16 21:50:10 +0100
commit0c96068dc42769570088980c7436ba8b9dcf0123 (patch)
tree2f57ba5a555ffc8ce0228f7d83971d853de1ff4b /CHANGES
parentFix compile warning (discarding constness of fname) (diff)
downloadapache2-0c96068dc42769570088980c7436ba8b9dcf0123.tar.xz
apache2-0c96068dc42769570088980c7436ba8b9dcf0123.zip
Log command line on startup, so there's a record of command line
arguments like -f. Suggested by Shaya Potter. [Dan Poirier] PR: 48752 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910684 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 78ac28e217..93d9eaf7be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes with Apache 2.3.7
+ *) Log command line on startup, so there's a record of command line
+ arguments like -f.
+ PR 48752. [Dan Poirier]
+
*) Introduce mod_reflector, a handler capable of reflecting POSTed
request bodies back within the response through the output filter
stack. Can be used to turn an output filter into a web service.