[commit: ghc] ghc-7.10: docs: some 7.10.2 release notes (ea93048)
git at git.haskell.org
git at git.haskell.org
Fri Apr 3 05:42:10 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/ea9304838f1f52b54f3167e6cb522206f775a40b/ghc
>---------------------------------------------------------------
commit ea9304838f1f52b54f3167e6cb522206f775a40b
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Apr 3 00:42:16 2015 -0500
docs: some 7.10.2 release notes
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
ea9304838f1f52b54f3167e6cb522206f775a40b
docs/users_guide/7.10.2-notes.xml | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
index 12be64d..10c6708 100644
--- a/docs/users_guide/7.10.2-notes.xml
+++ b/docs/users_guide/7.10.2-notes.xml
@@ -13,7 +13,21 @@
<itemizedlist>
<listitem>
<para>
- Lorem ipsum... (issue #ABCDE).
+ A bug which caused GHC to generate bad DWARF unwinding
+ information has been fixed (issue #10236).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A bug which caused GHC's <literal>libffi.so</literal>
+ library to be built with executable stacks on some
+ platforms has been fixed (issue #10208).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A bus error on SPARC machines caused by misaligned data
+ accesses in the RTS has been fixed.
</para>
</listitem>
</itemizedlist>
More information about the ghc-commits
mailing list