summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2021-06-24 10:27:49 +0000
committerGraham Leggett <minfrin@apache.org>2021-06-24 10:27:49 +0000
commit95592b5dda6c7e4876f5674976f5c7902b330cd2 (patch)
treefbe581ba59a136c84b18d3b65c886a92900123e1 /CHANGES
parentf2e9880ac9a508259488a83ad89791a3908680de (diff)
downloadhttpd-95592b5dda6c7e4876f5674976f5c7902b330cd2.tar.gz
dbm: Split the loading of a dbm driver from the opening of a dbm file. When
an attempt to load a dbm driver fails, log clearly which driver triggered the error (not "default"), and what the error was. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891019 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 4c22d3aa1e..1af4deb5c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When
+ an attempt to load a dbm driver fails, log clearly which driver triggered
+ the error (not "default"), and what the error was. [Graham Leggett]
+
*) core: Fix a regression that stripped the ETag header from 304 responses.
PR 61820 [Ruediger Pluem, Roy T. Fielding]