summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2013-08-10 21:27:35 -0500
committerAustin Seipp <aseipp@pobox.com>2013-08-10 21:27:35 -0500
commit94be58893b084af0dc1a65b0faaa453a23fe6750 (patch)
tree133c7c36bb94465682d9e9f9527e3ead9ddccdbc
parent11814a8e2f1a5b1163cb1b00bfdc699436b40317 (diff)
downloadhaskell-94be58893b084af0dc1a65b0faaa453a23fe6750.tar.gz
Release notes for #8108.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r--docs/users_guide/7.8.1-notes.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 4152afe533..99f3751c84 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>