summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-10-16 09:59:21 +0000
committerStefan Fritsch <sf@apache.org>2010-10-16 09:59:21 +0000
commitc2ab8147b96117c3f46aa0df6d99460070427a49 (patch)
treef35229f644c704b71dc6ccb658677fac86b6b584 /CHANGES
parentdb980ab45eb9b1077e668ac403b5113f91bbb9b3 (diff)
downloadhttpd-c2ab8147b96117c3f46aa0df6d99460070427a49.tar.gz
core: Log a warning if <Limit> or <LimitExcept> are used. They are
deprecated and may go away in 2.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023227 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 b2d0be8a08..18f54250d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ Changes with Apache 2.3.9
Fix a denial of service attack against mod_reqtimeout.
[Stefan Fritsch]
+ *) core: Log a warning if <Limit> or <LimitExcept> are used. They are
+ deprecated and may go away in 2.4. [Stefan Fritsch]
+
*) mod_ssl: Log certificate information if client cert verification
fails. PR 50094. [Lassi Tuura <lat cern ch>, Stefan Fritsch]
@@ -63,6 +66,7 @@ Changes with Apache 2.3.9
*) core/mod_unique_id: Add generate_log_id hook to allow to use
the ID generated by mod_unique_id as error log ID for requests.
+ [Stefan Fritsch]
*) mod_cache: Make sure that we never allow a 304 Not Modified response
that we asked for to leak to the client should the 304 response be