List:Commits« Previous MessageNext Message »
From:plavin Date:February 15 2008 11:38pm
Subject:svn commit - mysqldoc@docsrva: r9863 - trunk/dynamic-docs/changelog
View as plain text  
Author: plavin
Date: 2008-02-15 23:38:16 +0100 (Fri, 15 Feb 2008)
New Revision: 9863

Log:
Add bugs 34320, 33139 to the changelog.


Modified:
   trunk/dynamic-docs/changelog/workbench.xml


Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml	2008-02-15 22:09:46 UTC (rev 9862)
+++ trunk/dynamic-docs/changelog/workbench.xml	2008-02-15 22:38:16 UTC (rev 9863)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 12; 1725 bytes

@@ -19,27 +19,43 @@
       </para>
     </message>
   </logentry>
--->
-  <!--start incompatible changes-->
-<!-- 
-  <logentry entrytype="bug">
-    <tags>
-      <highlight type="incompatiblechange"/>
-    </tags>
+  --> 
+  
+  <logentry entrytype="bug">    
     <bugs>
-      <fixes bugid=""/>
+      <fixes bugid="34230"/>
     </bugs>
     <versions>
-      <version ver="5.0"/>
+      <version ver="5.0.14beta"/>
     </versions>
     <message>
       <para>
-        
+        Copying a table from the <literal>MySQL Model</literal> page to
+        an EER diagram canvas created a duplicate table 
+        with the same name  as the
+        original. This table did not show up in the
<literal>Catalog</literal>
+        palette or in the appropriate schema in the<literal>Physical
Schemata</literal>
+        section of the <literal>MySQL Model</literal> page.
       </para>
     </message>
   </logentry>
---> 
-  <!--end incompatible changes-->
+
+  <logentry entrytype="bug">    
+    <bugs>
+      <fixes bugid="33139"/>
+    </bugs>
+    <versions>
+      <version ver="5.0.14beta"/>
+    </versions>
+    <message>
+      <para>
+      When changing the foreign key column of a table on an
+      EER diagram, the foreign key did not change color and 
+      Workbench crashed when attempting to save the MWB file.
+      The application no longer crashes and the foreign key is updated.
+      </para>
+    </message>
+  </logentry>
   
   <logentry entrytype="bug">
     <bugs>


Thread
svn commit - mysqldoc@docsrva: r9863 - trunk/dynamic-docs/changelogplavin15 Feb