[commit: ghc] ghc-7.10: relnotes: More notes, some wordsmithing (60016f7)
git at git.haskell.org
git at git.haskell.org
Mon Jun 15 14:25:41 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/60016f7fe503ee772bf87e888c323128d595bd3f/ghc
>---------------------------------------------------------------
commit 60016f7fe503ee772bf87e888c323128d595bd3f
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jun 15 09:26:04 2015 -0500
relnotes: More notes, some wordsmithing
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
60016f7fe503ee772bf87e888c323128d595bd3f
docs/users_guide/7.10.2-notes.xml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
index 88a9c2f..4289d98 100644
--- a/docs/users_guide/7.10.2-notes.xml
+++ b/docs/users_guide/7.10.2-notes.xml
@@ -112,6 +112,18 @@
</listitem>
<listitem>
<para>
+ The SMP runtime is now enabled on AArch64 (issue #10525).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A bug in the code which caused GHC to emit invalid C code
+ when porting to a new platform has been fixed (issue
+ #10518).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
A bug which could cause GHC to generate incorrect code at
runtime (generating an infinite loop exception) has been
fixed (issue #10218).
@@ -147,7 +159,7 @@
compiled programs now also specifically recognize ASCII
encodings, and can bypass iconv in these cases. This
allows statically compiled programs to exist inside an
- initramfs, for example. (issues #10298, #7695).
+ initramfs, for example (issues #10298, #7695).
</para>
</listitem>
</itemizedlist>
More information about the ghc-commits
mailing list