[commit: ghc] master: Release notes for #8108. (94be588)

git at git.haskell.org git at git.haskell.org
Sun Aug 11 04:29:01 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/94be58893b084af0dc1a65b0faaa453a23fe6750/ghc

>---------------------------------------------------------------

commit 94be58893b084af0dc1a65b0faaa453a23fe6750
Author: Austin Seipp <aseipp at pobox.com>
Date:   Sat Aug 10 21:27:35 2013 -0500

    Release notes for #8108.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>


>---------------------------------------------------------------

94be58893b084af0dc1a65b0faaa453a23fe6750
 docs/users_guide/7.8.1-notes.xml |   19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 4152afe..99f3751 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -537,7 +537,24 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    Version number XXXX (was XXXX)
+                    Version number 2.7.0.0 (was 2.6.0.0)
+               </para>
+           </listitem>
+            <listitem>
+                <para>
+                    A crash in <literal>getGroupEntryForID</literal>
+                    (and related functions like
+                    <literal>getUserEntryForID</literal> and
+                    <literal>getUserEntryForName</literal>) in
+                    multi-threaded applications has been fixed.
+               </para>
+           </listitem>
+            <listitem>
+                <para>
+                    The functions <literal>getGroupEntryForID<literal>
+                    and <literal>getUserEntryForID</literal> now fail
+                    with a <literal>isDoesNotExist<literal> error when
+                    the specified ID cannot be found.
                </para>
            </listitem>
        </itemizedlist>





More information about the ghc-commits mailing list