From 06b6fb81eabb63064e91cde08c4cb0172dc6eb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 8 Sep 2008 14:36:12 +0200 Subject: [PATCH] Update `NEWS' wrt. `mutex-lock' deadlock fix. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 41088b8a1..085b86963 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use ** `guile-config link' now prints `-L$libdir' before `-lguile' ** Fix memory corruption involving GOOPS' `class-redefinition' +** Fix possible deadlock in `mutex-lock' ** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro) ** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction) ** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r')