[commit: ghc] ghc-7.8: Update release notes (48bc811)
git at git.haskell.org
git at git.haskell.org
Wed Nov 5 21:31:09 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/48bc8114f711729d437eebe474b19b0fbf3e84f0/ghc
>---------------------------------------------------------------
commit 48bc8114f711729d437eebe474b19b0fbf3e84f0
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Nov 5 13:04:51 2014 -0600
Update release notes
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
48bc8114f711729d437eebe474b19b0fbf3e84f0
docs/users_guide/7.8.4-notes.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/users_guide/7.8.4-notes.xml b/docs/users_guide/7.8.4-notes.xml
index 7b75069..c497334 100644
--- a/docs/users_guide/7.8.4-notes.xml
+++ b/docs/users_guide/7.8.4-notes.xml
@@ -104,6 +104,13 @@
type family applications has been fixed (issue #9433).
</para>
</listitem>
+ <listitem>
+ <para>
+ A bug in the IO manager that could cause deadlocks in
+ combination with <literal>forkProcess</literal> has been
+ fixed (issues #9377 and #9284).
+ </para>
+ </listitem>
</itemizedlist>
</sect2>
</sect1>
More information about the ghc-commits
mailing list