summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-18 14:34:18 +0000
committerrpj <rpj>2005-05-18 14:34:18 +0000
commit70fb72bb490c66f06cdab08ad656c4ce52c71448 (patch)
tree513aa651f6589c9c3d30dde2d6c0c958c9339d0b /NEWS
parenta10f66e68253f8296ea624ebc6b55cd75cd0ba79 (diff)
''
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.