summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorrpj <rpj>2005-03-08 07:36:56 +0000
committerrpj <rpj>2005-03-08 07:36:56 +0000
commitd5c78e3656cbc7410f333bfa80e2929947e6d0e5 (patch)
tree9d47c7f9dc5022564a7c34ec1db8cca4e4d6d802 /NEWS
parent6df0e45cf47b5eaee00f21a5862e8f0c5107a4e2 (diff)
compiler compatibility and bug fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa2d369..8cca4c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+SNAPSHOT 2005-03-08
+-------------------
+
+Bug reports (fixed)
+-------------------
+
+* Implicitly created threads leave Win32 handles behind after exiting.
+- Dmitrii Semii
+
+* pthread_once() starvation problem.
+- Gottlob Frege
+
+New tests
+---------
+
+* More intense testing of pthread_once().
+
+
SNAPSHOT 2005-01-25
-------------------
@@ -8,7 +26,7 @@ Bug fixes
to not be woken when the mutex was released.
- Ralf Kubis <RKubis at mc.com>
-* Various package omissions have been fixed.
+* Various package omissions have been fixed.
SNAPSHOT 2005-01-03