summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f892e12..850d8c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
RELEASE 2.6.0
-------------
-(Not released yet)
+(2005-05-19)
Bugs fixed
----------
-* pthread_detach() now reclaims remaining thread resources when called after
+* pthread_detach() now reclaims remaining thread resources if called after
the target thread has terminated. Previously, this routine did nothing in
this case.