Author: [EMAIL PROTECTED]
Date: Fri Oct 24 15:26:30 2008
New Revision: 2798

Modified:
   branches/release-0.9.12/doc/ReleaseNotes.txt
   branches/release-0.9.12/src/ca/sqlpower/architect/ArchitectVersion.java

Log:
Changed the Architect version to 0.9.12-rc1 to mark the Release Candidate 1 build. Also, updated the Release Notes to included the latest changes since 0.9.11

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 Oct 24 15:26:30 2008
@@ -4,11 +4,34 @@
 0.9.12

  New Features:
- * Added support for FK "on delete" and "on update" actions in all supported
-    database platforms
-
+  * 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 + engineering, because they support different ON DELETE and ON UPDATE actions
+  * Added a new Russian translation
+  * The Korean translation is now more complete
+  * Added a navigation window to help when working with large playpens
+    (Window->Playpen Navigator)
+ * Table colours, line, and corner style changes can now be applied to multiple
+    tables at once
+ * Added support for modeling OLAP schemas: Cubes, Measures, Dimensions, Hierarchies, + and Levels. OLAP schemas can be exported in Mondrian's XML schema definition
+    format.
+ * The remarks field in the column properties dialog has been enlarged to make
+    model documentation easier.
+
  Bug Fixes:
   * 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
+    the playpen)
+ * It is now possible to undo and redo table colour, line, and corner style changes + * When forward engineering, the reported "statements attempted" vs "statements
+    successfully executed" was reported in reverse. This has been fixed.
+ * Improved formatting and indentation for generated DDL scripts (all platforms)
+  * Improved DDL Warning/QuickFix interface
+ * Fixed several problems related to dragging columns in and out of a self-referencing
+    table's primary key.


 0.9.11

Modified: branches/release-0.9.12/src/ca/sqlpower/architect/ArchitectVersion.java
==============================================================================
--- branches/release-0.9.12/src/ca/sqlpower/architect/ArchitectVersion.java (original) +++ branches/release-0.9.12/src/ca/sqlpower/architect/ArchitectVersion.java Fri Oct 24 15:26:30 2008
@@ -64,7 +64,7 @@
* Full releases do not have a suffix. In that case, the suffix is the empty
      * string (not null).
      */
-    public static final String APP_VERSION_SUFFIX = "alpha";
+    public static final String APP_VERSION_SUFFIX = "rc1";

     /**
* The full version number, formatted as Major.Minor.Tiny[-Suffix]. Note the square

Reply via email to