summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-18 23:46:10 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-18 23:46:10 +0100
commit720d7525b917ac5036ba720649b4f9e8c782636f (patch)
tree063d87fb33336949da8e4923ce81d1f7d7357e3d
parentcc73f58e0721a04654f47f7437e1b2b9a13abc8f (diff)
downloadhaskell-720d7525b917ac5036ba720649b4f9e8c782636f.tar.gz
Add release notes for 7.6.3
-rw-r--r--docs/users_guide/7.6.3-notes.xml24
-rw-r--r--docs/users_guide/intro.xml1
-rw-r--r--docs/users_guide/ug-ent.xml.in1
3 files changed, 26 insertions, 0 deletions
diff --git a/docs/users_guide/7.6.3-notes.xml b/docs/users_guide/7.6.3-notes.xml
new file mode 100644
index 0000000000..f7a55d656a
--- /dev/null
+++ b/docs/users_guide/7.6.3-notes.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<sect1 id="release-7-6-3">
+ <title>Release notes for version 7.6.3</title>
+
+ <para>
+ The 7.6.3 release is a bugfix release. The changes relative to
+ 7.6.2 are listed below.
+ </para>
+
+ <sect2>
+ <title>GHC</title>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ A bug which could cause GHC to accept or infer an incorrect
+ type, resulting in a <literal>&lt;&lt;loop&gt;&gt;</literal>
+ at runtime, has been fixed.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index 66c72d16a7..f737611067 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -354,6 +354,7 @@
&relnotes1;
&relnotes2;
+&relnotes3;
</chapter>
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index b01f2de812..c65983aaae 100644
--- a/docs/users_guide/ug-ent.xml.in
+++ b/docs/users_guide/ug-ent.xml.in
@@ -5,6 +5,7 @@
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.6.1-notes.xml" >
<!ENTITY relnotes2 SYSTEM "7.6.2-notes.xml" >
+<!ENTITY relnotes3 SYSTEM "7.6.3-notes.xml" >
<!ENTITY using SYSTEM "using.xml" >
<!ENTITY code-gens SYSTEM "codegens.xml" >
<!ENTITY runtime SYSTEM "runtime_control.xml" >