List:Commits« Previous MessageNext Message »
From:stefan Date:March 23 2006 12:45pm
Subject:svn commit - mysqldoc@docsrva: r1649 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2006-03-23 13:45:06 +0100 (Thu, 23 Mar 2006)
New Revision: 1649

Log:
Add template for new changelog subsections

Added:
   trunk/refman-common/TEMPLATE.news.xml
Modified:
   trunk/refman-common/news-5.1.xml

Added: trunk/refman-common/TEMPLATE.news.xml
===================================================================
--- trunk/refman-common/TEMPLATE.news.xml	                        (rev 0)
+++ trunk/refman-common/TEMPLATE.news.xml	2006-03-23 12:45:06 UTC (rev 1649)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+  <!ENTITY % fixedchars.entities  SYSTEM "fixedchars.ent">
+  %fixedchars.entities;
+  <!ENTITY % title.entities       SYSTEM "titles.en.ent">
+  %title.entities;
+  ]>
+<!-- 
+  This is a template file. Use everything below this comment for a new
+  changelog subsection. There are remarks with further instructions
+  below; you may leave them or remove them.
+-->
+<section id="news-major-minor-version">
+
+  <title>&title-news-major-minor-version;</title>
+
+  <para role="release-level">
+    <remark>
+      1. ABOVE, REPLACE major-minor-version WITH SOMETHING LIKE 5-1-10.
+    </remark>
+    <remark>
+      2. SELECT ONE OF THE FOLLOWING SENTENCES.
+    </remark>
+
+    This is a new Alpha development release, adding new features and
+    fixing recently discovered bugs. This is a new Beta development
+    release, fixing recently discovered bugs. This is a new Release
+    Candidate development release, fixing recently discovered bugs. This
+    is a bugfix release for the current production release family. This
+    is a security fix release for the previous production release
+    family.
+  </para>
+
+  <para role="release-non-production">
+    <remark>
+      3. REMOVE WHOLE PARAGRAPH IF THIS IS A PRODUCTION RELEASE.
+    </remark>
+
+    <emphasis role="bold">NOTE:</emphasis> This
+
+    <remark>
+      4. FROM THE FOLLOWING LINE, SELECT THE MATURITY LEVEL.
+    </remark>
+
+    Alpha/Beta/Release Candidate) release, as any other pre-production
+    release, should not be installed on <emphasis>production</emphasis>
+    level systems or systems with critical data. It is good practice to
+    back up your data before installing any new version of software.
+    Although MySQL has worked very hard to ensure a high level of
+    quality, protect your data by making a backup as you would for any
+    software beta release. Please refer to our bug database at
+    <ulink url="http://bugs.mysql.com/"/> for more details about the
+    individual bugs fixed in this version.
+  </para>
+
+  <para role="release-special-announcement">
+    <remark>
+      5. REMOVE WHOLE PARAGRAPH IF THERE IS NOTHING SPECIAL TO ANNOUNCE.
+    </remark>
+  </para>
+
+  <para role="release-heading">
+    News from the ChangeLog:
+  </para>
+
+  <para>
+    Functionality added or changed:
+  </para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para></para>
+    </listitem>
+
+  </itemizedlist>
+
+  <para>
+    Bugs fixed:
+  </para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para></para>
+    </listitem>
+
+  </itemizedlist>
+
+</section>


Property changes on: trunk/refman-common/TEMPLATE.news.xml
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-23 05:15:17 UTC (rev 1648)
+++ trunk/refman-common/news-5.1.xml	2006-03-23 12:45:06 UTC (rev 1649)
@@ -26,6 +26,12 @@
     for each individual 5.1.x release.
   </para>
 
+  <remark>
+    To insert a new changelog subsection, use the
+    <filename>TEMPLATE.news.xml</filename> template in the
+    <filename>refman-common</filename> directory.
+  </remark>
+  
   <section id="news-5-1-9">
 
     <title>&title-news-5-1-9;</title>

Thread
svn commit - mysqldoc@docsrva: r1649 - trunk/refman-commonstefan23 Mar