summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-05-26 11:01:02 +0000
committerIvan Zhakov <ivan@apache.org>2019-05-26 11:01:02 +0000
commit71d0990074e0ef4de584ae95fad7f84aceb4ca64 (patch)
tree9a27ff66000ee90664d3d865db3cec3ca98915ba /CHANGES
parentbe9c9208158e9b1843087634ef39e18e2fd19ee4 (diff)
downloadapr-71d0990074e0ef4de584ae95fad7f84aceb4ca64.tar.gz
Fix handle leak in the Win32 apr_uid_current implementation.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1860057 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 7699e9119..93fc4d4b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) Fix handle leak in the Win32 apr_uid_current implementation.
+ PR 61165. [Ivan Zhakov]
+
*) apr_rwlock_t: Use native Slim Reader/Writer (SRW) locks on Windows.
PR 51360. [Ivan Zhakov]