List:Commits« Previous MessageNext Message »
From:jon Date:August 23 2007 4:07pm
Subject:svn commit - mysqldoc@docsrva: r7521 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-08-23 16:07:51 +0200 (Thu, 23 Aug 2007)
New Revision: 7521

Log:

Started 5.1.22 changelog.

Documented bugfix for Cluster Bug #30134.



Modified:
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-08-23 14:01:21 UTC (rev 7520)
+++ trunk/refman-5.1/news-5.1.xml	2007-08-23 14:07:51 UTC (rev 7521)
Changed blocks: 1, Lines Added: 66, Lines Deleted: 0; 2214 bytes

@@ -30,6 +30,72 @@
     <filename>refman-common</filename> directory.
   </remark>
 
+  <section id="news-5-1-22">
+
+    <title>Changes in release 5.1.22 (Not yet released)</title>
+
+    <para role="release-level">
+      This is a new Beta development release, fixing recently discovered
+      bugs.
+    </para>
+
+    <note>
+      <para role="release-non-production">
+        This Beta 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>
+    </note>
+
+    <remark role="note">
+      [js] Uncomment following when there are new features to document.
+    </remark>
+
+<!--
+  <para>
+    Functionality added or changed:
+  </para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para></para>
+    </listitem>
+
+  </itemizedlist>
+-->
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <remark role="note">
+      Leave any security or incompatible fixes first in the list.
+    </remark>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Backups of
+          <literal>TIMESTAMP</literal> columns made with
+          <command>ndb_restore</command> on a MySQL Cluster using data
+          nodes hosts of one endian could not be used to restore the
+          cluster&apos;s data to data node hosts of the other endian.
+          (Bug #30134)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
   <section id="news-5-1-21">
 
     <title>Changes in release 5.1.21 (Not yet released)</title>


Thread
svn commit - mysqldoc@docsrva: r7521 - trunk/refman-5.1jon23 Aug