summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-05-19 17:23:14 +0000
committerIvan Zhakov <ivan@apache.org>2019-05-19 17:23:14 +0000
commit3d69b20b8d05dff833cb192002066df6acfdd7c3 (patch)
tree4b4ca5431b3b66b50679dcaa07dc1142c0c571e9 /CHANGES
parentf72b4a217f23b77ace61209a9b1f4ed97664f377 (diff)
downloadapr-3d69b20b8d05dff833cb192002066df6acfdd7c3.tar.gz
Use native one-time initialization [1] to implement apr_thread_once_t on
Windows. This also fixes problem that apr_thread_once() may return before the other read completes initialization on Windows. [1] https://docs.microsoft.com/en-gb/windows/desktop/Sync/one-time-initialization git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1859517 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 743938bd9..0ba7700de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_thread_once: Fix problem that apr_thread_once can return before
+ the other thread completes initialization on Windows.
+
*) Windows platform: Remove support for Windows 2000, XP, Vista. The minimum
supported OS versions are now Windows 7 / Windows Server 2008 R2.