summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2004-09-19 19:15:12 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2004-09-19 19:15:12 +0000
commita8a3bd30d79225e6a431a9edae71ae1ce7356405 (patch)
tree4beb065ee3bd17b9762ff7936de25889a0b27d50 /CHANGES
parenta5bbf2e9e8bc5afcb4b08586d13f0a52283cabc1 (diff)
downloadlibapr-a8a3bd30d79225e6a431a9edae71ae1ce7356405.tar.gz
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. PR: Obtained from: Submitted by: mturk Reviewed by: wrowe git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d2b731310..90a429fba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
+ *) 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.
+ [Mladen Turk]
+
*) The apr/test/Makefile.win is missing a target to build a
readchild.exe that test is depending on but is never built.
[Mladen Turk]