List:Commits« Previous MessageNext Message »
From:paul.dubois Date:February 10 2009 9:20pm
Subject:svn commit - mysqldoc@docsrva: r13692 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2009-02-10 22:20:55 +0100 (Tue, 10 Feb 2009)
New Revision: 13692

Log:
 r38447@frost:  paul | 2009-02-10 15:23:25 -0500
 Document bug fixes:
 Bug#36062: error code 1612 changed to 1669 in 6.0
 Bug#40845: Win inst shows screens with wrong naming "MySQL Monitoring and Advisory Service"
 Bug#41013: main.bootstrap coredumps in 6.0-rpl


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:38445
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36139
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:38447
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36139


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-10 19:54:04 UTC (rev 13691)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-10 21:20:55 UTC (rev 13692)
Changed blocks: 3, Lines Added: 80, Lines Deleted: 0; 1832 bytes

@@ -25128,6 +25128,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.78"/>
       <version ver="5.1.24"/>
       <version ver="6.0.5"/>
     </versions>

@@ -42699,6 +42700,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.1.32"/>
       <version ver="6.0.10"/>
     </versions>
 

@@ -43133,4 +43135,82 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Windows"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="40845"/>
+    </bugs>
+
+    <versions>
+      <version ver="4.1.25"/>
+      <version ver="5.0.78"/>
+      <version ver="5.1.32"/>
+      <version ver="6.0.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The Windows installer displayed incorrect product names in some
+        images.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="storage engines"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="41013"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When a storage engine plugin failed to initialize before
+        allocating a slot number, it would acidentally unplug the engine
+        in slot 0.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="error messages"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36062"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Some error numbers were incorrect.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r13692 - in trunk: . dynamic-docs/changelogpaul.dubois10 Feb