summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-15 15:28:24 +0000
committerrpj <rpj>2005-05-15 15:28:24 +0000
commit46ae637c4ef03a921d4a06baf99219c6149a7d20 (patch)
treeca25c87f4285954f598d6f9b11b906d74b24750d /NEWS
parentd4a22be21479c3b52e0ba2d3cfb150a98c426422 (diff)
''
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bc2823..74c8bd0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+RELEASE 2.6.0
+-------------
+(Not released yet)
+
+Bugs fixed
+----------
+
+* pthread_detach() now reclaims remaining thread resources when called after
+the target thread has terminated. Previously, this thread did nothing in
+this case.
+
+New tests
+---------
+
+* detach1.c - tests that pthread_detach properly invalidates the target
+thread, which indicates that the thread resources have been reclaimed.
+
+
RELEASE 2.5.0
-------------
(2005-05-09)