Skip to content

Commit

Permalink
More release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Dec 7, 2012
1 parent d99810d commit 3e1925a
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions docs/users_guide/7.6.2-notes.xml
Expand Up @@ -73,6 +73,13 @@
</para>
</listitem>

<listitem>
<para>
A bug in the RTS, which could cause programs to hang or
segfault just before they terminate, has been fixed.
</para>
</listitem>

<listitem>
<para>
It is now possible to build on Sparc/Solaris with a
Expand All @@ -87,6 +94,57 @@
use a 32bit address space on 64bit Windows.
</para>
</listitem>

<listitem>
<para>
An interaction between Template Haskell and
<literal>-fdefer-type-errors</literal> that could cause
segfaults has been fixed.
</para>
</listitem>

<listitem>
<para>
If reloading some modules fails, GHCi will now not unload
modules that are unaffected by the failure.
</para>
</listitem>

<listitem>
<para>
A bug that caused crashes when
<literal>threadDelay</literal> is used with large arguments
has been fixed.
</para>
</listitem>

<listitem>
<para>
A bug which could cause segfaults when the
<literal>-xc</literal> RTS flag is used has been fixed.
</para>
</listitem>

<listitem>
<para>
A bug which caused duplicate type signatures to not be
reported in some circumstance has been fixed.
</para>
</listitem>

<listitem>
<para>
Using the <literal>-fth</literal> flag now gives a
deprecated message.
</para>
</listitem>

<listitem>
<para>
A bug that could cause spurious warnings when making rules
involving primops has been fixed.
</para>
</listitem>
</itemizedlist>
</sect2>

Expand Down

0 comments on commit 3e1925a

Please sign in to comment.