summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2019-03-26 11:57:51 +0100
committerStefan Eissing <icing@apache.org>2019-03-26 11:57:51 +0100
commit2179d63f3dcefe991eca270ce717e3b0d7080870 (patch)
tree60bff3974ebc9efd7c5fd3d5502d16d4ca8f6c4d /CHANGES
parentmod_proxy: follow up to r1836588: configurable Proxy100Continue. (diff)
downloadapache2-2179d63f3dcefe991eca270ce717e3b0d7080870.tar.xz
apache2-2179d63f3dcefe991eca270ce717e3b0d7080870.zip
*) mod_md: Store permissions are enforced on file creation, enforcing restrictions in
spite of umask. Fixes <https://github.com/icing/mod_md/issues/117>. [Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1856297 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 7553b45171..314fa2bfd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_md: Store permissions are enforced on file creation, enforcing restrictions in
+ spite of umask. Fixes <https://github.com/icing/mod_md/issues/117>. [Stefan Eissing]
+
*) mod_ssl: Correctly restore SSL verify state after TLSv1.3 PHA failure.
[Michael Kaufmann <mail michael-kaufmann.ch>]