Author: jstephens
Date: 2006-11-17 17:19:27 +0100 (Fri, 17 Nov 2006)
New Revision: 3969
Log:
Documented fix for Bug#22823 (XML/ExtractValue)
Added news-5-1-14 section, assuming beta level release for now
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 2006-11-17 16:08:34 UTC (rev 3968)
+++ trunk/refman-5.1/news-5.1.xml 2006-11-17 16:19:27 UTC (rev 3969)
Changed blocks: 3, Lines Added: 85, Lines Deleted: 4; 3888 bytes
@@ -34,6 +34,87 @@
<filename>refman-common</filename> directory.
</remark>
+ <section id="news-5-1-14">
+
+ <title>Changes in release 5.1.14 (Not yet released)</title>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing recently discovered
+ bugs.
+ </para>
+
+ <para role="release-non-production">
+ <remark>
+ 3. REMOVE WHOLE PARAGRAPH IF THIS IS A PRODUCTION RELEASE.
+ </remark>
+
+ <emphasis role="bold">NOTE:</emphasis> 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>
+
+ <para role="release-special-announcement">
+ <remark>
+ 5. REMOVE WHOLE PARAGRAPH IF THERE IS NOTHING SPECIAL TO
+ ANNOUNCE.
+ </remark>
+ </para>
+
+ <para>
+ This section documents all changes and bug fixes that have been
+ applied since the last official MySQL release. If you would like
+ to receive more fine-grained and personalized <emphasis>update
+ alerts</emphasis> about fixes that are relevant to the version and
+ features you use, please consider subscribing to <emphasis>MySQL
+ Network</emphasis> (a commercial MySQL offering). For more details
+ please see
+ <ulink url="http://www.mysql.com/network/advisors.html"/>.
+ </para>
+
+ <remark role="todo">
+ Uncomment the following when there are feature additins or changes
+ to report.
+ </remark>
+
+<!--
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para></para>
+ </listitem>
+
+ </itemizedlist>
+-->
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ The XPath operators <literal><</literal> and
+ <literal>></literal>, as implemented in the
+ <literal>ExtractValue()</literal> function, operated in
+ reverse. (Bug #22823)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
+
<section id="news-5-1-13">
<title>Changes in release 5.1.13 (Not yet released)</title>
@@ -1158,13 +1239,13 @@
be specified for processing binary log files. (Bug #18351)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: The <literal>HELP</literal>
command in the Cluster management client now provides
command-specific help. For example, <literal>HELP
- RESTART</literal> in <command>ndb_mgm</command> provides
+ RESTART</literal> in <command>ndb_mgm</command> provides
detailed information about the <literal>START</literal>
command. (Bug #19620)
</para>
@@ -2648,14 +2729,14 @@
to crash. (Bug #21210)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Data nodes added while the
cluster was running in single user mode were all assigned node
ID 0, which could later cause multiple node failures. Adding
of nodes in single user mode is no longer possible. (Bug
- #20395)
+ #20395)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3969 - trunk/refman-5.1 | jon | 17 Nov |