[project @ 2003-05-20 10:03:25 by simonmar]
authorsimonmar <unknown>
Tue, 20 May 2003 10:03:25 +0000 (10:03 +0000)
committersimonmar <unknown>
Tue, 20 May 2003 10:03:25 +0000 (10:03 +0000)
Skeleton 6.0 release notes.

ghc/docs/users_guide/6.0-notes.sgml [new file with mode: 0644]
ghc/docs/users_guide/ug-ent.sgml

diff --git a/ghc/docs/users_guide/6.0-notes.sgml b/ghc/docs/users_guide/6.0-notes.sgml
new file mode 100644 (file)
index 0000000..019503d
--- /dev/null
@@ -0,0 +1,36 @@
+<sect1 id="release-5-04">
+  <title>Release notes for version 6.0</title>
+
+  <sect2>
+    <title>User-visible compiler changes</title>
+    <para></para>
+  </sect2>
+  
+  <sect2>
+    <title>User-visible interpreter (GHCi) changes</title>
+    <para></para>
+  </sect2>
+  
+  <sect2>
+    <title>User-visible library changes</title>
+    <para></para>
+  </sect2>
+
+  <sect2>
+    <title>New experimental features</title>
+    <para></para>
+  </sect2>
+
+  <sect2>
+    <title>Internal changes</title>
+    <para></para>
+  </sect2>
+
+</sect1>
+
+<!-- Emacs stuff:
+     ;;; Local Variables: ***
+     ;;; mode: sgml ***
+     ;;; sgml-parent-document: ("users_guide.sgml" "book" "chapter" "sect1") ***
+     ;;; End: ***
+ -->
index c08d307..358afa2 100644 (file)
@@ -3,7 +3,7 @@
 <!ENTITY flags          SYSTEM "flags.sgml">
 <!ENTITY license        SYSTEM "license.sgml">
 <!ENTITY intro          SYSTEM "intro.sgml" >
-<!ENTITY relnotes       SYSTEM "5-04-notes.sgml" >
+<!ENTITY relnotes       SYSTEM "6.0-notes.sgml" >
 <!ENTITY installing     SYSTEM "installing.sgml" >
 <!ENTITY using          SYSTEM "using.sgml" >
 <!ENTITY runtime        SYSTEM "runtime_control.sgml" >