summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2014-01-21 11:31:28 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2014-01-21 11:31:28 +0000
commit5ce1440ae32060bce797f81d60e1e34c8b8b93cb (patch)
tree25e21e7b4861afb5483c72281113d6a69fcfec1e
parent83fea2429d1af16b1e7e36aaed1f083e92cc88cf (diff)
downloadlibapr-5ce1440ae32060bce797f81d60e1e34c8b8b93cb.tar.gz
CHANGES: Note the apr_dir_make_recursive fix.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1559980 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fc7c99795..595dc454c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.9
+ *) Fix race condition when calling apr_dir_make_recursive from
+ multiple threads on Windows.
+ [Bert Huijben]
+
*) Add experimental cmake-based build system for Windows. Refer to
README.cmake for more information. [Jeff Trawick, Tom Donovan]