List:Commits« Previous MessageNext Message »
From:jon.stephens Date:October 30 2009 7:13pm
Subject:svn commit - mysqldoc@docsrva: r17404 - in trunk: common dynamic-docs/changelog refman-5.1
View as plain text  
Author: jstephens
Date: 2009-10-30 20:13:26 +0100 (Fri, 30 Oct 2009)
New Revision: 17404

Log:

Set NDB 6.3.28 & 7.0.9 release dates (Thanks, Jonas!)

Started NDB 6.3.29 and 7.0.10 changelogs

Updated related entity definitions



Modified:
   trunk/common/phrases.ent
   trunk/dynamic-docs/changelog/mysqld-versions.xml
   trunk/refman-5.1/mysql-cluster-news-core.xml


Modified: trunk/common/phrases.ent
===================================================================
--- trunk/common/phrases.ent	2009-10-30 19:11:58 UTC (rev 17403)
+++ trunk/common/phrases.ent	2009-10-30 19:13:26 UTC (rev 17404)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 1691 bytes

@@ -11,13 +11,13 @@
 <!ENTITY es-only '<para role="es">This section does not apply to MySQL Community Server users.</para>'>
 <!ENTITY questions 'Questions'>
 <!ENTITY questionsandanswers 'Questions and Answers'>
-<!ENTITY mem-status '<note><para>MySQL Enterprise is our commercial subscription offering. And, MySQL Enterprise Monitor and MySQL Query Analyzer are only available with this commercial subscription.</para></note>'>
+<!ENTITY mem-status '<note><para>MySQL Enterprise is our commercial subscription offering. MySQL Enterprise Monitor and MySQL Query Analyzer are available only with this commercial subscription.</para></note>'>
 
 <!-- Specific to MySQL Cluster, used in 5.1 Manual and Cluster API docs  -->
 <!ENTITY ndb-engine-current-6.1 "6.1.23"><!-- Latest NDBCLUSTER 6.1 engine version -->
 <!ENTITY ndb-engine-current-6.2 "6.2.19"><!-- Latest NDBCLUSTER 6.2 engine version -->
-<!ENTITY ndb-engine-current-6.3 "6.3.28"><!-- Latest NDBCLUSTER 6.3 engine version -->
-<!ENTITY ndb-engine-current-7.0 "7.0.9"> <!-- Latest NDBCLUSTER 7.0 engine version -->
+<!ENTITY ndb-engine-current-6.3 "6.3.29"><!-- Latest NDBCLUSTER 6.3 engine version -->
+<!ENTITY ndb-engine-current-7.0 "7.0.10"><!-- Latest NDBCLUSTER 7.0 engine version -->
 <!ENTITY ndb-engine-current-7.1 "7.1.0"> <!-- Latest NDBCLUSTER 7.1 engine version -->
 
 <!ENTITY mysql-cluster-current-6.1 "5.1.15-ndb-&ndb-engine-current-6.1;"><!-- Latest MySQL NDB 6.1 release - update with new releases -->


Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml	2009-10-30 19:11:58 UTC (rev 17403)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml	2009-10-30 19:13:26 UTC (rev 17404)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 1203 bytes

@@ -42,8 +42,10 @@
   <versionentry ver="5.1.40" reldate="06 October 2009"/>
   <versionentry ver="5.1.39" reldate="04 September 2009"/>
   <versionentry ver="5.1.39" subver="ndb-7.1.0" reldate="Not yet released"/>
-  <versionentry ver="5.1.39" subver="ndb-7.0.9" reldate="Not yet released"/>
-  <versionentry ver="5.1.39" subver="ndb-6.3.28" reldate="Not yet released"/>
+  <versionentry ver="5.1.39" subver="ndb-7.0.10" reldate="Not yet released"/>
+  <versionentry ver="5.1.39" subver="ndb-6.3.29" reldate="Not yet released"/>
+  <versionentry ver="5.1.39" subver="ndb-7.0.9" reldate="31 October 2009"/>
+  <versionentry ver="5.1.39" subver="ndb-6.3.28" reldate="31 October 2009"/>
   <versionentry ver="5.1.39" subver="ndb-6.2.19" reldate="Not yet released"/>
   <versionentry ver="5.1.38" reldate="01 September 2009"/>
   <versionentry ver="5.1.37sp1" versiontag="es" package="qsp" reldate="10 October 2009"/>


Modified: trunk/refman-5.1/mysql-cluster-news-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-news-core.xml	2009-10-30 19:11:58 UTC (rev 17403)
+++ trunk/refman-5.1/mysql-cluster-news-core.xml	2009-10-30 19:13:26 UTC (rev 17404)
Changed blocks: 5, Lines Added: 88, Lines Deleted: 3; 5015 bytes

@@ -255,6 +255,54 @@
 
       </itemizedlist>
 
+      <section id="mysql-cluster-news-5-1-39-ndb-7-0-10">
+
+        <title condition="dynamic:changelog:vertitle" role="5.1.39-ndb-7.0.10:mysqld:all"/>
+
+        <para role="release-level">
+          This release incorporates new features in the
+          <literal role="se">NDBCLUSTER</literal> storage engine and
+          fixes recently discovered bugs in MySQL Cluster NDB 7.0.9.
+        </para>
+
+<!--      
+          <formalpara>
+          
+          <title>Obtaining MySQL Cluster NDB 7.0.10</title>
+          
+          <para>
+          The latest MySQL Cluster NDB 7.0 binaries for supported
+          platforms can be obtained from
+          <ulink url="&base-url-cluster-downloads;/7.0.html"/>. Source
+          code for the latest MySQL Cluster NDB 7.0 release can be
+          obtained from the same location. You can also access the MySQL
+          Cluster NDB 7.0 development source tree at
+          <ulink url="https://code.launchpad.net/~mysql/mysql-server/mysql-cluster-7.0"/>.
+          </para>
+          
+          </formalpara>
+        -->
+
+        <para>
+          This release also incorporates all bugfixes and changes made
+          in previous MySQL Cluster NDB 6.1, 6.2, 6.3, and 7.0 releases,
+          as well as all bugfixes and feature changes which were added
+          in mainline MySQL 5.1 through MySQL 5.1.39 (see
+          <xref linkend="news-5-1-39"/>).
+        </para>
+
+        <note>
+          <para>
+            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>
+
+        <para condition="dynamic:changelog:entrylist" role="5.1.39-ndb-7.0.10:mysqld:all"/>
+
+      </section>
+
       <section id="mysql-cluster-news-5-1-39-ndb-7-0-9">
 
         <title condition="dynamic:changelog:vertitle" role="5.1.39-ndb-7.0.9:mysqld:all"/>

@@ -818,6 +866,43 @@
         see <xref linkend="mysql-cluster-changes-5-1-ndb-6-3"/>.
       </para>
 
+      <section id="mysql-cluster-news-5-1-39-ndb-6-3-29">
+
+        <title condition="dynamic:changelog:vertitle" role="5.1.39-ndb-6.3.29:mysqld:all"/>
+
+        <para>
+          This is a bugfix release, fixing recently discovered bugs in
+          the previous MySQL Cluster NDB 6.3 release.
+        </para>
+
+<!--
+          <para>
+          This is a source-only release. You can obtain the GPL source
+          code for MySQL Cluster NDB 6.3.29 from
+          <ulink url="&base-url-cluster-files;mysql-5.1.39-ndb-6.3.29/"/>.
+          </para>
+        -->
+
+        <para>
+          This release incorporates all bugfixes and changes made in
+          previous MySQL Cluster NDB 6.3 releases, as well as all
+          bugfixes and feature changes which were added in mainline
+          MySQL 5.1 through MySQL 5.1.39 (see
+          <xref linkend="news-5-1-39"/>).
+        </para>
+
+        <note>
+          <para role="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>
+
+        <para condition="dynamic:changelog:entrylist" role="5.1.39-ndb-6.3.29:mysqld:all"/>
+
+      </section>
+
       <section id="mysql-cluster-news-5-1-39-ndb-6-3-28">
 
         <title condition="dynamic:changelog:vertitle" role="5.1.39-ndb-6.3.28:mysqld:all"/>

@@ -830,7 +915,7 @@
 <!--
           <para>
           This is a source-only release. You can obtain the GPL source
-          code for MySQL Cluster NDB 6.3.26 from
+          code for MySQL Cluster NDB 6.3.28 from
           <ulink url="&base-url-cluster-files;mysql-5.1.37-ndb-6.3.28/"/>.
           </para>
         -->

@@ -3971,7 +4056,7 @@
         7.0, see <xref linkend="mysql-cluster-changes-5-1-ndb-7-0"/>.
       </para>
 
-      <para condition="dynamic:changelog:singledifflist" role="5.1.30-ndb-6.4.0-5.1.39-ndb-7.0.9:mysqld:highlight[cluster,diskdata,clusterapi,incompatiblechange,securityfix]"/>
+      <para condition="dynamic:changelog:singledifflist" role="5.1.30-ndb-6.4.0-5.1.39-ndb-7.0.10:mysqld:highlight[cluster,diskdata,clusterapi,incompatiblechange,securityfix]"/>
 
     </section>
 

@@ -3994,7 +4079,7 @@
         6.3, see <xref linkend="mysql-cluster-changes-5-1-ndb-6-3"/>.
       </para>
 
-      <para condition="dynamic:changelog:singledifflist" role="5.1.19-ndb-6.3.0-5.1.39-ndb-6.3.28:mysqld:highlight[cluster,diskdata,clusterapi,incompatiblechange,securityfix]"/>
+      <para condition="dynamic:changelog:singledifflist" role="5.1.19-ndb-6.3.0-5.1.39-ndb-6.3.29:mysqld:highlight[cluster,diskdata,clusterapi,incompatiblechange,securityfix]"/>
 
     </section>
 


Thread
svn commit - mysqldoc@docsrva: r17404 - in trunk: common dynamic-docs/changelog refman-5.1jon.stephens30 Oct