[commit: ghc] ghc-7.8: Start 7.8.3 release notes (1514a7e)

git at git.haskell.org git at git.haskell.org
Mon Apr 28 09:38:42 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/1514a7e3ff2e24af6ecf4c9e6019cf28a7eee11c/ghc

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

commit 1514a7e3ff2e24af6ecf4c9e6019cf28a7eee11c
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Apr 28 04:33:07 2014 -0500

    Start 7.8.3 release notes
    
    There are already quite a few bugfixes, I'll fill them out shortly.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

1514a7e3ff2e24af6ecf4c9e6019cf28a7eee11c
 docs/users_guide/7.8.3-notes.xml |   21 +++++++++++++++++++++
 docs/users_guide/intro.xml       |    1 +
 docs/users_guide/ug-ent.xml.in   |    1 +
 3 files changed, 23 insertions(+)

diff --git a/docs/users_guide/7.8.3-notes.xml b/docs/users_guide/7.8.3-notes.xml
new file mode 100644
index 0000000..1b88f5b
--- /dev/null
+++ b/docs/users_guide/7.8.3-notes.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<sect1 id="release-7-8-3">
+  <title>Release notes for version 7.8.3</title>
+
+  <para>
+    The 7.8.3 release is a bugfix release. The changes relative to
+    7.8.2 are listed below.
+  </para>
+
+  <sect2>
+    <title>GHC</title>
+
+    <itemizedlist>
+       <listitem>
+          <para>
+            TODO FIXME
+          </para>
+       </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index 3292334..fb7116e 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -309,6 +309,7 @@
 
 &relnotes1;
 &relnotes2;
+&relnotes3;
 
 </chapter>
 
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index 0b343ec..5df3a04 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.8.1-notes.xml" >
 <!ENTITY relnotes2      SYSTEM "7.8.2-notes.xml" >
+<!ENTITY relnotes3      SYSTEM "7.8.3-notes.xml" >
 <!ENTITY using          SYSTEM "using.xml" >
 <!ENTITY code-gens      SYSTEM "codegens.xml" >
 <!ENTITY runtime        SYSTEM "runtime_control.xml" >



More information about the ghc-commits mailing list