[commit: ghc] ghc-7.8: Add skeleton 7.8.4 release notes (7d128ea)

git at git.haskell.org git at git.haskell.org
Mon Nov 3 14:02:32 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/7d128ea05cf91589ae78873294f63938af45b2b9/ghc

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

commit 7d128ea05cf91589ae78873294f63938af45b2b9
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Nov 3 07:51:38 2014 -0600

    Add skeleton 7.8.4 release notes
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

7d128ea05cf91589ae78873294f63938af45b2b9
 docs/users_guide/7.8.4-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.4-notes.xml b/docs/users_guide/7.8.4-notes.xml
new file mode 100644
index 0000000..075ffb6
--- /dev/null
+++ b/docs/users_guide/7.8.4-notes.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<sect1 id="release-7-8-4">
+  <title>Release notes for version 7.8.4</title>
+
+  <para>
+    The 7.8.4 release is a bugfix release. The major bugfixes relative
+    to 7.8.3 are listed below.
+  </para>
+
+  <sect2>
+    <title>GHC</title>
+
+    <itemizedlist>
+       <listitem>
+          <para>
+	    Lorem ipsum...
+          </para>
+       </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index fb7116e..0bbc7ac 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -310,6 +310,7 @@
 &relnotes1;
 &relnotes2;
 &relnotes3;
+&relnotes4;
 
 </chapter>
 
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index 5df3a04..ab5c54a 100644
--- a/docs/users_guide/ug-ent.xml.in
+++ b/docs/users_guide/ug-ent.xml.in
@@ -6,6 +6,7 @@
 <!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 relnotes4      SYSTEM "7.8.4-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