You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by br...@apache.org on 2014/01/21 12:31:28 UTC

svn commit: r1559980 - /apr/apr/branches/1.4.x/CHANGES

Author: brane
Date: Tue Jan 21 11:31:28 2014
New Revision: 1559980

URL: http://svn.apache.org/r1559980
Log:
CHANGES: Note the apr_dir_make_recursive fix.

Modified:
    apr/apr/branches/1.4.x/CHANGES

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1559980&r1=1559979&r2=1559980&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Tue Jan 21 11:31:28 2014
@@ -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]