Author: jfuerth
Date: Fri Nov  7 14:28:03 2008
New Revision: 2835

Modified:
   branches/release-0.9.12/doc/ReleaseNotes.txt

Log:
Updated release notes with the diffs from rc1 to rc2

Modified: branches/release-0.9.12/doc/ReleaseNotes.txt
==============================================================================
--- branches/release-0.9.12/doc/ReleaseNotes.txt        (original)
+++ branches/release-0.9.12/doc/ReleaseNotes.txt        Fri Nov  7 14:28:03 2008
@@ -3,7 +3,7 @@

 0.9.12

- New Features:
+ New Features from 0.9.11 to 0.9.12-rc1:
   * Added support for ON DELETE and ON UPDATE actions in all supported
     database platforms, both forward and reverse engineering
* Introduced specific support for SQL Server 2000 vs. SQL Server 2005 for forward
@@ -20,7 +20,7 @@
* The remarks field in the column properties dialog has been enlarged to make
     model documentation easier.

- Bug Fixes:
+ Bug Fixes from 0.9.11 to 0.9.12-rc1:
   * It is now possible to delete indexes from the DB Tree view
* When dragging a table left or up past the edge of a model, this operation can now be undone in one step (formerly, it was one undo step per table in
@@ -32,6 +32,41 @@
   * Improved DDL Warning/QuickFix interface
* Fixed several problems related to dragging columns in and out of a self-referencing
     table's primary key.
+
+ Changes from 0.9.12-rc1 to 0.9.12-rc2
+
+  General:
+  * Reverted 'select as you drag' behaviour because it is intrusive when
+    working with large projects
+  * Fixed NullPointerException when loading certain projects with OLAP
+    schemas
+  * When all columns of an index are removed from a table, the index is
+    removed too (this issue only affected tables read from a save file,
+    not newly created tables)
+
+  Database Comparison:
+  * Current project name is now reflected when project gets renamed
+  * Project name now spans all available columns so it's not cut off
+    unnecessarily
+  * You can now produce an upgrade script even when the older schema
+    isn't in a physical database
+  * There is now an explanation for why the Start button is disabled
+
+  Forward Engineering:
+  * Error messages from the database show up in SQL Script executor once
+    again
+  * Spaces in primary key names are now properly converted to underscores
+  * The non-version-specific SQL Server DDL generator no longer appears
+    in the GUI
+
+  Installation:
+  * Windows file association is properly established by the installer
+    once again
+
+  User Guide:
+  * Superfluous DB connection panel screenshot removed from page 34 of
+    user guide
+


 0.9.11

Reply via email to