summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-02-15 19:31:25 +0100
committerYann Ylavic <ylavic@apache.org>2018-02-15 19:31:25 +0100
commitc5c2bbc8ccdc7f12914f2bd820b911833fffc696 (patch)
tree7765c920913745ddef33d22ec99b01555e7992f9 /CHANGES
parentregex: Allow to configure global/default options for regexes. (diff)
downloadapache2-c5c2bbc8ccdc7f12914f2bd820b911833fffc696.tar.xz
apache2-c5c2bbc8ccdc7f12914f2bd820b911833fffc696.zip
mod_cache_socache: Fix caching of empty headers up to carriage return.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824343 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 29e43e5df3..ae7117653d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_cache_socache: Fix caching of empty headers up to carriage return.
+ [Yann Ylavic]
+
*) regex: Allow to configure global/default options for regexes, like
caseless matching or extended format. [Yann Ylavic]