summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-04-03 00:42:16 -0500
committerAustin Seipp <austin@well-typed.com>2015-04-03 00:42:16 -0500
commitea9304838f1f52b54f3167e6cb522206f775a40b (patch)
tree050373244b8c8fac638908d77e92616fd2ee5053
parent0953afdbee59d93a2a8ccd47e77e8eae29b5ab1c (diff)
downloadhaskell-ea9304838f1f52b54f3167e6cb522206f775a40b.tar.gz
docs: some 7.10.2 release notes
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--docs/users_guide/7.10.2-notes.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
index 12be64de14..10c6708af9 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>