List:Commits« Previous MessageNext Message »
From:jon Date:November 8 2007 9:53am
Subject:svn commit - mysqldoc@docsrva: r8578 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-11-08 10:53:39 +0100 (Thu, 08 Nov 2007)
New Revision: 8578

Log:

New template file for MCCGE changelogs.



Added:
   trunk/refman-5.1/cge-changelog-template.xml


Added: trunk/refman-5.1/cge-changelog-template.xml
===================================================================
--- trunk/refman-5.1/cge-changelog-template.xml	                        (rev 0)
+++ trunk/refman-5.1/cge-changelog-template.xml	2007-11-08 09:53:39 UTC (rev 8578)
Changed blocks: 1, Lines Added: 151, Lines Deleted: 0; 5305 bytes

@@ -0,0 +1,151 @@
+<?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 % all.entities SYSTEM "all-entities.ent">
+%all.entities;
+]>
+<section id="news-5-1-x-ndb-6-y-z">
+
+  <title condition="dynamic:changelog:vertitle" role="5.1.x-ndb-6.y.z:mysqld:all"/>
+  
+  <remark role="TODO">
+    Replace x/y/z with approriate numbers throughout.
+  </remark>
+
+  <para role="release-level">
+    This is a new Beta development release, fixing recently discovered
+    bugs.
+  </para>
+  
+  <remark role="TODO">
+    Uncomment the following when the release has been made and the
+    tarballs have been uploaded to the FTP site. 
+  </remark>
+
+  <!--
+    <formalpara>
+
+    <title>Obtaining &mccge-series; 5.1.x-ndb-6.y.z</title>
+
+    <para>
+      Like all releases for &mccge-series;, this is a source-only
+      release which you must compile and install using the instructions
+      found in <xref linkend="installing-source"/>, and in
+      <xref linkend="mysql-cluster-building"/>. You can download source
+      code archives for this release in two versions. The version that
+      should use depends on whether you have a commercial &mccge-series;
+      license or you wish to use &mccge-series; under the GPL.
+
+      <itemizedlist>
+
+        <listitem>
+          <formalpara>
+
+            <title>Commercial users</title>
+
+            <para>
+              Download the commercial source archive from the MySQL FTP
+              site at <ulink url="&base-url-cge-files;"/>. The file
+              <filename>mysql-5.1.x-ndb-6.y.z/mysqlcom-5.1.x-ndb-6.y.z-telco.tar.gz</filename>
+              in this directory contains the complete commercial source
+              archive.
+            </para>
+
+          </formalpara>
+
+          <important>
+            <para>
+              The commercial &mccge-series; sources contain non-GPL
+              libraries and header files. <emphasis>You must not use the
+              commercial version without a commercial license from MySQL
+              AB</emphasis>. See
+              <ulink url="http://www.mysql.com/products/database/clustercge/"/>
+              for information about licensing &mccge-series; for
+              commerical use.
+            </para>
+          </important>
+        </listitem>
+
+        <listitem>
+          <formalpara>
+
+            <title>GPL users</title>
+
+            <para>
+              If you wish to use &mccge-series; under the GPL, you can
+              obtain the GPL source tarball from the MySQL FTP site at
+              <ulink url="&base-url-cge-files;"/>. The file
+              <filename>mysql-5.1.x-ndb-6.y.z/mysql-5.1.x-ndb-6.y.z-telco.tar.gz</filename>
+              in this directory contains the complete GPL source
+              archive.
+            </para>
+
+          </formalpara>
+
+          <para>
+            You can also obtain the latest GPL &mccge-series; sources
+            from <ulink url="http://mysql.bkbits.net/"/> using the free
+            BitKeeper client. See
+            <xref linkend="installing-source-tree"/>, for more
+            information.
+          </para>
+
+          <important>
+            <para>
+              The GPL &mccge-series; sources contain GPL libraries and
+              header files. <emphasis>You must not use the GPL version
+              in applications that are not released under the GPL or a
+              GPL-compatible license</emphasis>. See
+              <ulink url="http://www.mysql.com/company/legal/licensing/foss-exception.html"/>,
+              for a list of GPL-compatible licenses.
+            </para>
+          </important>
+        </listitem>
+
+      </itemizedlist>
+    </para>
+
+  </formalpara>
+  -->
+
+  <note>
+    <para role="release-non-production">
+      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>
+  </note>
+  
+  <remark role="TODO">
+    Update the following paragraph to include relevant versions.
+  </remark>
+
+  <para>
+    This Beta release incorporates all bugfixes and feature changes made
+    in MySQL 5.1.19-ndb-6.3.0, MySQL 5.1.19-ndb-6.3.1, MySQL
+    5.1.22-ndb-6.3.2, MySQL 5.1.22-ndb-6.3.3, MySQL 5.1.22-ndb-6.3.4,
+    and MySQL 5.1.22-ndb-6.3.5, as well as all bugfixes and feature
+    changes which were added in the mainline 5.1.21 and 5.1.22 releases;
+    information about these can be found in
+    <xref linkend="news-5-1-21"/> and <xref linkend="news-5-1-22"/>.
+  </para>
+
+<!--
+    <important>
+    <formalpara>
+    
+    <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
+    
+    <para>
+    
+    </para>
+    
+    </formalpara>
+    
+    </important>
+  -->
+
+  <para condition="dynamic:changelog:entrylist" role="5.1.x-ndb-6.y.z:mysqld:all"/>
+
+</section>


Thread
svn commit - mysqldoc@docsrva: r8578 - trunk/refman-5.1jon8 Nov