summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2004-09-23 06:28:24 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2004-09-23 06:28:24 +0000
commit9460d0960263798718ecb12727a3a3379933565b (patch)
tree4f3f076a8aaabacd8d46b76ff593293448c99dc6 /CHANGES
parentf05690388d8a7e5a4f7bbe76bfaa368d5fe4f704 (diff)
downloadlibapr-9460d0960263798718ecb12727a3a3379933565b.tar.gz
WIN32 Thread join changes.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@65344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d7d4d271d..de5d8829c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
Changes with APR 0.9.5
- *) The apr/test/Makefile.win is missing a target to build a
+ *) 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]