summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 18dc42dec..0ba7700de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
-*- 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.
+
*) apr_file_info: [Win32 only] Treat only "name surrogate" reparse points
as symlinks, and not other reparse tag types. PR47630
[Oleg Liatte <olegliatte gmail.com>]