summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-05-20 20:47:10 +0000
committerIvan Zhakov <ivan@apache.org>2019-05-20 20:47:10 +0000
commit880e3feebcc0774199fa635f1c2f7b25f99cb81f (patch)
tree2ed965048fd1fafea9a2764b44f3b7e9ca463516 /CHANGES
parent9ef9d1331dbf386604e89bac81505ad0116467ff (diff)
downloadapr-880e3feebcc0774199fa635f1c2f7b25f99cb81f.tar.gz
Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.
This fixes PR 45455 and PR 51360. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1859584 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 0ba7700de..7699e9119 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_rwlock_t: Use native Slim Reader/Writer (SRW) locks on Windows.
+ PR 51360. [Ivan Zhakov]
+
+ *) Fix possible race condition in the Win32 apr_rwlock_t implementation.
+ PR 45455. [Ivan Zhakov]
+
*) apr_thread_once: Fix problem that apr_thread_once can return before
the other thread completes initialization on Windows.