aboutsummaryrefslogtreecommitdiffstats
path: root/lib/docbuilder/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/docbuilder/doc/src/notes.xml
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/docbuilder/doc/src/notes.xml')
-rw-r--r--lib/docbuilder/doc/src/notes.xml156
1 files changed, 156 insertions, 0 deletions
diff --git a/lib/docbuilder/doc/src/notes.xml b/lib/docbuilder/doc/src/notes.xml
new file mode 100644
index 0000000000..1131bbaf91
--- /dev/null
+++ b/lib/docbuilder/doc/src/notes.xml
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="latin1" ?>
+<!DOCTYPE chapter SYSTEM "chapter.dtd">
+
+<chapter>
+ <header>
+ <copyright>
+ <year>2007</year><year>2009</year>
+ <holder>Ericsson AB. All Rights Reserved.</holder>
+ </copyright>
+ <legalnotice>
+ The contents of this file are subject to the Erlang Public License,
+ Version 1.1, (the "License"); you may not use this file except in
+ compliance with the License. You should have received a copy of the
+ Erlang Public License along with this software. If not, it can be
+ retrieved online at http://www.erlang.org/.
+
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+ the License for the specific language governing rights and limitations
+ under the License.
+
+ </legalnotice>
+
+ <title>DocBuilder Release Notes</title>
+ <prepared>otp_appnotes</prepared>
+ <docno>nil</docno>
+ <date>nil</date>
+ <rev>nil</rev>
+ <file>notes.xml</file>
+ </header>
+ <p>This document describes the changes made to the DocBuilder
+ application.</p>
+
+<section><title>Docbuilder 0.9.8.6</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ The documentation is now built with open source tools
+ (xsltproc and fop) that exists on most platforms. One
+ visible change is that the frames are removed.</p>
+ <p>
+ Own Id: OTP-8201</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Docbuilder 0.9.8.5</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>The copyright notices have been updated.</p>
+ <p>
+ Own Id: OTP-7851</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Docbuilder 0.9.8.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The element "code" with multiple CDATA or CDATA plus
+ other data now works as expected, previously it caused a
+ crash.</p>
+ <p>
+ Own Id: OTP-7236</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Docbuilder 0.9.8</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ The generated html should now be valid xhtml (with a few
+ exceptions to be fixed in next version).</p>
+ <p>
+ Own Id: OTP-7027</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+ <section><title>Docbuilder 0.9.7</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ New fonts and new CSS style included in generated html documents.
+ </p>
+ </item>
+ <item>
+ <p>
+ Updated DTD's with new header elements copyright and legalnotice.
+ Element authors changed to optional instead of mandatory.
+
+ </p>
+ </item>
+ </list>
+ </section>
+ </section>
+
+ <section><title>Docbuilder 0.9.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Line breaks within <c>pre</c> are now always preserved.</p>
+ <p>
+ The definition of <c>name</c> in the cref DTD is now
+ correctly handled.</p>
+ <p>
+ <c>docb_transform</c>: The HTML snippet returned by the
+ <c>Module:head()</c> callback function is now placed
+ below the title in the HTML file (as specified in the
+ documentation), not on the same line.</p>
+ <p>
+ <c>docb_gen</c>: Added option <c>sort_functions</c>.</p>
+ <p>
+ Fixed bugs in cites and terms DTD, and also in book,
+ bookinsidecover and report DTDs which are not officially
+ supported (yet).</p>
+ <p>
+ License info added to all DTD files.</p>
+ <p>
+ Corrections and clarifications made to the User's Guide.</p>
+ <p>
+ Own Id: OTP-6775</p>
+ </item>
+ </list>
+ </section>
+ </section>
+
+ <section>
+ <title>DocBuilder 0.9</title>
+ <p>First version of DocBuilder released as part of Erlang/OTP.
+ Previously it has been used as an internal tool only.</p>
+ </section>
+</chapter>
+