Author: brane
Date: Tue Jan 21 11:30:52 2014
New Revision: 1559979
URL: http://svn.apache.org/r1559979
Log:
CHANGES: Note the apr_dir_make_recursive fix.
Modified:
apr/apr/branches/1.5.x/CHANGES
Modified: apr/apr/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1559979&r1=1559978&r2=1559979&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Tue Jan 21 11:30:52 2014
@@ -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]
|