summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2014-01-21 11:30:52 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2014-01-21 11:30:52 +0000
commitc5561849afaac044c1a3935a28368bc8560e946c (patch)
tree93c7e7378ce1b043c184562b6ed4c9851d8fc0b9
parent341c8b5b9dd85cfe4c5fb16f1fe2fd22a0878fab (diff)
downloadlibapr-c5561849afaac044c1a3935a28368bc8560e946c.tar.gz
CHANGES: Note the apr_dir_make_recursive fix.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1559979 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4449f451b..e50dde508 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.5.1
+ *) Fix race condition when calling apr_dir_make_recursive from
+ multiple threads on Windows.
+ [Bert Huijben]
+
*) Fix apr_escape.c compilation errors on ebcdic platforms.
[Eric Covener]