summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-11-07 17:56:38 +0100
committerStefan Fritsch <sf@apache.org>2012-11-07 17:56:38 +0100
commitc083c0619194487661e5896efa3738aebf41cc4c (patch)
tree5023992474f544b3b97ae6d21e17d71ef847af81 /CHANGES
parentmake docs (diff)
downloadapache2-c083c0619194487661e5896efa3738aebf41cc4c.tar.xz
apache2-c083c0619194487661e5896efa3738aebf41cc4c.zip
New directive HttpProtocol which allows to disable HTTP/0.9 support.
The syntax is designed to allow addition of a +/- strict option later on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406719 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 8cf7cee214..ddf11732ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) core: New directive HttpProtocol which allows to disable HTTP/0.9
+ support. [Stefan Fritsch]
+
*) mod_allowhandlers: New module to forbid specific handlers for specific
directories. [Stefan Fritsch]