summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorstas <stas@13f79535-47bb-0310-9956-ffa450edef68>2004-09-24 23:18:06 +0000
committerstas <stas@13f79535-47bb-0310-9956-ffa450edef68>2004-09-24 23:18:06 +0000
commit86698c093a58eada810c10dc13f4734944aadba3 (patch)
tree6ba1646029d88356d97a5cd21f2b6236204b9ffa /CHANGES
parent540959182af4c86b58e88ed00624db638badd0e7 (diff)
downloadlibapr-86698c093a58eada810c10dc13f4734944aadba3.tar.gz
fix apr_file_dup and apr_file_dup2 win32 implementations
to create a mutex PR: Obtained from: Submitted by: Steve Hay <steve.hay uk.radan.com> Reviewed by: stas git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 90a429fba..581923564 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
+ *) fix apr_file_dup and apr_file_dup2 win32 implementations
+ to create a mutex [Steve Hay <steve.hay uk.radan.com>]
+
*) Makes the threads to behave like on posix. If the thread is created
without APR_DETACH expect that the thread_join will be called, so don't
close the handle in advance, if the thread has already finished.