List:Commits« Previous MessageNext Message »
From:lgrimmer Date:June 28 2007 10:39pm
Subject:svn commit - mysqldoc@docsrva: r6949 - trunk/refman-4.1
View as plain text  
Author: lgrimmer
Date: 2007-06-29 00:39:41 +0200 (Fri, 29 Jun 2007)
New Revision: 6949

Log:
 - Fixed 3.23 and 4.0 Changelog entries for CVE-2003-0780 (it was not fixed in 4.0.14,
   but 4.0.15), added URL to the existing notes



Modified:
   trunk/refman-4.1/news-3.23.xml
   trunk/refman-4.1/news-4.0.xml


Modified: trunk/refman-4.1/news-3.23.xml
===================================================================
--- trunk/refman-4.1/news-3.23.xml	2007-06-28 21:29:23 UTC (rev 6948)
+++ trunk/refman-4.1/news-3.23.xml	2007-06-28 22:39:41 UTC (rev 6949)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 576 bytes

@@ -231,6 +231,7 @@
           to gain shell access with the UID of the
           <command>mysqld</command> process (thanks to Jedi/Sector One
           for spotting and reporting this bug).
+          (<ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0780">CVE-2003-0780</ulink>)
         </para>
       </listitem>
 


Modified: trunk/refman-4.1/news-4.0.xml
===================================================================
--- trunk/refman-4.1/news-4.0.xml	2007-06-28 21:29:23 UTC (rev 6948)
+++ trunk/refman-4.1/news-4.0.xml	2007-06-28 22:39:41 UTC (rev 6949)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 7; 977 bytes

@@ -4365,6 +4365,7 @@
           to gain shell access with the UID of the
           <command>mysqld</command> process (thanks to Jedi/Sector One
           for spotting and reporting this bug).
+          (<ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0780">CVE-2003-0780</ulink>)
         </para>
       </listitem>
 

@@ -5095,13 +5096,6 @@
 
       <listitem>
         <para>
-          Fixed a stack overflow problem in password verification.
-          (<ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0780">CVE-2003-0780</ulink>)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           Fixed a problem with <literal>max_user_connections</literal>.
         </para>
       </listitem>


Thread
svn commit - mysqldoc@docsrva: r6949 - trunk/refman-4.1lgrimmer28 Jun