Author: paul
Date: 2007-02-15 06:17:13 +0100 (Thu, 15 Feb 2007)
New Revision: 4960
Log:
r16314@frost: paul | 2007-02-14 23:16:05 -0600
Document bugfixes:
Bug#19474
Bug#25189
Bug#25203
Bug#25341
Bug#25344
Bug#25417
Bug#25492
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:19873
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16245
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14562
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:19873
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16314
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14562
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2007-02-15 00:50:50 UTC (rev 4959)
+++ trunk/refman-4.1/news-4.1.xml 2007-02-15 05:17:13 UTC (rev 4960)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 0; 888 bytes
@@ -240,6 +240,21 @@
<listitem>
<para>
+ <command>perror</command> crashed on some platforms due to
+ failure to handle a <literal>NULL</literal> pointer. (Bug
+ #25344)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>mysql_stmt_fetch()</literal> did an invalid memory
+ deallocation when used with the embedded server. (Bug #25492)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<command>mysqld_multi</command> and
<command>mysqlaccess</command> looked for option files in
<filename>/etc</filename> even if the
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-02-15 00:50:50 UTC (rev 4959)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-02-15 05:17:13 UTC (rev 4960)
Changed blocks: 2, Lines Added: 60, Lines Deleted: 0; 2329 bytes
@@ -113,6 +113,12 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ The bundled yaSSL library was upgraded to version 1.5.8.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -123,6 +129,60 @@
<listitem>
<para>
+ <command>mysql.server stop</command> timed out too quickly (35
+ seconds) waiting for the server to exit. Now it waits up to 15
+ minutes, to ensure that the server exits. (Bug #25341)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A yaSSL program named <command>test</command> was installed,
+ causing conflicts with the <command>test</command> system
+ utility. It is no longer installed. (Bug #25417)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>perror</command> crashed on some platforms due to
+ failure to handle a <literal>NULL</literal> pointer. (Bug
+ #25344)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>mysql_stmt_fetch()</literal> did an invalid memory
+ deallocation when used with the embedded server. (Bug #25492)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>mysql_kill()</literal> caused a server crash when
+ used on an SSL connection. (Bug #25203)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>readline</literal> library wrote to uninitialized
+ memory, causing <command>mysql</command> to crash. (Bug
+ #19474)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ yaSSL was sensitive to the presence of whitespace at the ends
+ of lines in PEM-encoded certificates, causing a server crash.
+ (Bug #25189)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<command>mysqld_multi</command> and
<command>mysqlaccess</command> looked for option files in
<filename>/etc</filename> even if the
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-02-15 00:50:50 UTC (rev 4959)
+++ trunk/refman-5.1/news-5.1.xml 2007-02-15 05:17:13 UTC (rev 4960)
Changed blocks: 2, Lines Added: 60, Lines Deleted: 0; 2324 bytes
@@ -177,6 +177,12 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ The bundled yaSSL library was upgraded to version 1.5.8.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -275,6 +281,60 @@
<listitem>
<para>
+ <command>mysql.server stop</command> timed out too quickly (35
+ seconds) waiting for the server to exit. Now it waits up to 15
+ minutes, to ensure that the server exits. (Bug #25341)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A yaSSL program named <command>test</command> was installed,
+ causing conflicts with the <command>test</command> system
+ utility. It is no longer installed. (Bug #25417)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>perror</command> crashed on some platforms due to
+ failure to handle a <literal>NULL</literal> pointer. (Bug
+ #25344)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>mysql_stmt_fetch()</literal> did an invalid memory
+ deallocation when used with the embedded server. (Bug #25492)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>mysql_kill()</literal> caused a server crash when
+ used on an SSL connection. (Bug #25203)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>readline</literal> library wrote to uninitialized
+ memory, causing <command>mysql</command> to crash. (Bug
+ #19474)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ yaSSL was sensitive to the presence of whitespace at the ends
+ of lines in PEM-encoded certificates, causing a server crash.
+ (Bug #25189)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>SEC_TO_TIME()</literal> and
<literal>QUARTER()</literal> functions sometimes did not
handle <literal>NULL</literal> values correctly. (Bug #25643)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4960 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 15 Feb |