diff options
author | Stefan Eissing <icing@apache.org> | 2019-03-26 11:57:51 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2019-03-26 11:57:51 +0100 |
commit | 2179d63f3dcefe991eca270ce717e3b0d7080870 (patch) | |
tree | 60bff3974ebc9efd7c5fd3d5502d16d4ca8f6c4d /CHANGES | |
parent | mod_proxy: follow up to r1836588: configurable Proxy100Continue. (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>] |