List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 9 2008 4:59pm
Subject:svn commit - mysqldoc@docsrva: r11144 - in trunk: dynamic-docs/changelog workbench
View as plain text  
Author: tbedford
Date: 2008-07-09 18:59:09 +0200 (Wed, 09 Jul 2008)
New Revision: 11144

Log:
Fixing Workbench OSS Bugs:
#36381
#37563
#37665




Modified:
   trunk/dynamic-docs/changelog/workbench-versions.xml
   trunk/dynamic-docs/changelog/workbench.xml
   trunk/workbench/news-workbench-core.xml


Modified: trunk/dynamic-docs/changelog/workbench-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench-versions.xml	2008-07-09 16:53:37 UTC (rev 11143)
+++ trunk/dynamic-docs/changelog/workbench-versions.xml	2008-07-09 16:59:09 UTC (rev 11144)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 2; 1172 bytes

@@ -4,12 +4,26 @@
 
   <mysqlproductname title="MySQL Workbench"/>
   
-  <versionentry ver="5.0.23" reldate="Not yet released">
+  <versionentry ver="5.0.24" reldate="not released">
     
     <versionentrypreamble>
       
       <para>
         This section documents all changes and bug fixes that have been
+        applied since the release of 5.0.23.
+      </para>
+      
+    </versionentrypreamble>
+    
+  </versionentry>
+  
+  
+  <versionentry ver="5.0.23" reldate="25th June 2008">
+    
+    <versionentrypreamble>
+      
+      <para>
+        This section documents all changes and bug fixes that have been
         applied since the release of 5.0.22.
       </para>
       

@@ -17,7 +31,7 @@
     
   </versionentry>
   
-  <versionentry ver="5.0.22" reldate="Not yet released">
+  <versionentry ver="5.0.22" reldate="27th May 2008">
     
     <versionentrypreamble>
       


Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml	2008-07-09 16:53:37 UTC (rev 11143)
+++ trunk/dynamic-docs/changelog/workbench.xml	2008-07-09 16:59:09 UTC (rev 11144)
Changed blocks: 1, Lines Added: 80, Lines Deleted: 0; 2340 bytes

@@ -9,6 +9,86 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="37563"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.24"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Running <guimenu>Help</guimenu>, <guimenu>Update...</guimenu>
+        crashes Workbench when the wizard comes to the point where it's
+        trying to close Workbench.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="37563"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <guimenu>File</guimenu>, <guimenu>Export</guimenu>,
+        <guimenu>Forward Engineer SQL CREATE Script</guimenu> menu item
+        exports a script it is then unable to import using the
+        <guimenu>File</guimenu>, <guimenu>Export</guimenu>,
+        <guimenu>Reverse Engineer MySQL Create Script</guimenu> menu
+        item, as it incorrectly imports comments containing special
+        characters.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36381"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        After reverse engineering a SQL create script and drawing some
+        EER diagrams, a subsequent import of the same script destroys
+        the EER diagrams. All tables in the catalog are updated, but the
+        reference of the table in the diagram to the table in the
+        catalog is lost. The tables in the diagram are still visible,
+        but do not correspond to the table in the catalog.
+      </para>
+
+      <para>
+        After closing and re-opening the file, all diagrams are empty
+        and it is impossible to delete the diagrams. However, in the
+        overview in the upper right corner, the tables placed in the
+        diagram are still visible.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="35265"/>
       <fixes bugid="35830"/>
     </bugs>


Modified: trunk/workbench/news-workbench-core.xml
===================================================================
--- trunk/workbench/news-workbench-core.xml	2008-07-09 16:53:37 UTC (rev 11143)
+++ trunk/workbench/news-workbench-core.xml	2008-07-09 16:59:09 UTC (rev 11144)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 659 bytes

@@ -18,6 +18,14 @@
 
   <remark role="dynamic-dependency-list"/>
 
+  <section id="wb-news-5-0-24">
+
+    <title condition="dynamic:changelog:vertitle" role="5.0.24:workbench:all"/>
+
+    <para condition="dynamic:changelog:entrylist" role="5.0.24:workbench:all"/>
+
+  </section>
+
   <section id="wb-news-5-0-23">
 
     <title condition="dynamic:changelog:vertitle" role="5.0.23:workbench:all"/>


Thread
svn commit - mysqldoc@docsrva: r11144 - in trunk: dynamic-docs/changelog workbenchanthony.bedford9 Jul