summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-11-19 23:05:46 +0000
committerGraham Leggett <minfrin@apache.org>2011-11-19 23:05:46 +0000
commita611609fd0f254d3d1b69d068d592cd569a7a0c0 (patch)
tree34f32a58fdccdbe1d20bc04c516f5b294b56a65e /CHANGES
parentf92d0f3a0ba3a3e51cfb2132930035dcb148f51a (diff)
downloadhttpd-a611609fd0f254d3d1b69d068d592cd569a7a0c0.tar.gz
Backport:
mod_cache_disk: Remove the unnecessary intermediate brigade while writing to disk. Fixes a problem where mod_disk_cache was leaving buckets in the intermediate brigade and not passing them to out on exit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1204102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58e5b7c66f..91db4c5eb9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes with Apache 2.4.0
+ *) mod_cache_disk: Remove the unnecessary intermediate brigade while
+ writing to disk. Fixes a problem where mod_disk_cache was leaving
+ buckets in the intermediate brigade and not passing them to out on
+ exit. [Florian S. <f_los_ch@yahoo.com>, Graham Leggett]
+
*) mod_ssl: use a shorter setting for SSLCipherSuite in the default
default configuration file, and add some more information about
configuring a speed-optimized alternative.