[commit: ghc] ghc-7.10: docs: add 7.10.2 relnotes skeleton (0953afd)
git at git.haskell.org
git at git.haskell.org
Fri Apr 3 05:42:08 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/0953afdbee59d93a2a8ccd47e77e8eae29b5ab1c/ghc
>---------------------------------------------------------------
commit 0953afdbee59d93a2a8ccd47e77e8eae29b5ab1c
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Apr 3 00:38:44 2015 -0500
docs: add 7.10.2 relnotes skeleton
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
0953afdbee59d93a2a8ccd47e77e8eae29b5ab1c
docs/users_guide/7.10.2-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.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
new file mode 100644
index 0000000..12be64d
--- /dev/null
+++ b/docs/users_guide/7.10.2-notes.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<sect1 id="release-7-10-2">
+ <title>Release notes for version 7.10.2</title>
+
+ <para>
+ The 7.10.2 release is a bugfix release. The major bugfixes relative
+ to 7.10.1 are listed below.
+ </para>
+
+ <sect2>
+ <title>GHC</title>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Lorem ipsum... (issue #ABCDE).
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml
index 6da7004..3292334 100644
--- a/docs/users_guide/intro.xml
+++ b/docs/users_guide/intro.xml
@@ -308,6 +308,7 @@
&relnotes1;
+&relnotes2;
</chapter>
diff --git a/docs/users_guide/ug-ent.xml.in b/docs/users_guide/ug-ent.xml.in
index 6753ff7..b696aad 100644
--- a/docs/users_guide/ug-ent.xml.in
+++ b/docs/users_guide/ug-ent.xml.in
@@ -4,6 +4,7 @@
<!ENTITY license SYSTEM "license.xml">
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.10.1-notes.xml" >
+<!ENTITY relnotes2 SYSTEM "7.10.2-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