summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-06-01 11:21:05 +0000
committerYann Ylavic <ylavic@apache.org>2020-06-01 11:21:05 +0000
commit0e80b3a3dd79f4f46c14395a6e7b985b6544eb3a (patch)
treece98a887ac77cae161728ef3ad1049ea212eff14
parent9c805a30a4469e27e7f239509fdb79ed1b59fb3c (diff)
downloadapr-0e80b3a3dd79f4f46c14395a6e7b985b6544eb3a.tar.gz
Follow up to r1878355: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1878356 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bbfd6562f..ceb26ae7d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.7.1
+ *) Don't silently set APR_FOPEN_NOCLEANUP for apr_file_mktemp() created file
+ to avoid a fd and inode leak when/if later passed to apr_file_setaside().
+ [Yann Ylavic]
+
*) APR's configure script uses AC_TRY_RUN to detect whether the return type
of strerror_r is int. When cross-compiling this defaults to no.