summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2018-10-05 17:47:58 +0200
committerJoe Orton <jorton@apache.org>2018-10-05 17:47:58 +0200
commitcfb26a50f2681d72b035e0bf725915931fcaeafd (patch)
treee71f6697067ce1c6c6f6d7d620223ff7d6b2444f /CHANGES
parent* modules/dav/fs/mod_dav_fs.c (dav_fs_create_server_config): Use (diff)
downloadapache2-cfb26a50f2681d72b035e0bf725915931fcaeafd.tar.xz
apache2-cfb26a50f2681d72b035e0bf725915931fcaeafd.zip
Add changes, docs for DefaultStateDir and DavLockDB default change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ebb00eb311..2758c7c235 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_dav_fs: Set a default DAVLockDB within the state directory.
+ [Joe Orton]
+
+ *) core: Add DefaultStateDir and layout-specific state directory
+ created at "make install". [Joe Orton]
+
*) mod_ssl: Fix a regression that the configuration settings for verify mode
and verify depth were taken from the frontend connection in case of
connections by the proxy to the backend. PR 62769. [Ruediger Pluem]