Revision: 4051
Author: [email protected]
Date: Wed Jan 5 14:05:00 2011
Log: Updated version number and release notes for the 1.0.6 release.
http://code.google.com/p/power-architect/source/detail?r=4051
Modified:
/trunk/doc/ReleaseNotes.txt
/trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java
=======================================
--- /trunk/doc/ReleaseNotes.txt Tue Dec 7 08:42:04 2010
+++ /trunk/doc/ReleaseNotes.txt Wed Jan 5 14:05:00 2011
@@ -1,5 +1,11 @@
SQL Power Architect Community Edition Release Notes
+1.0.6
+ Bug Fixes:
+ * Fixed saving of files with XML characters in remarks fields.
+ * Fixed a exception when right clicking in the play pen while dragging.
+ * Fixed an exception when sorting numerical value fields in the
graphical viewer of profiles
+
1.0.5
Bug Fixes:
* Fixed the JDBC driver panel to properly save the modified drivers.
=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java Tue
Dec 7 08:42:04 2010
+++ /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java Wed
Jan 5 14:05:00 2011
@@ -53,7 +53,7 @@
* back to 0 when the minor version changes. All versions under the
same
* minor version number are fully compatible with each other.
*/
- public static final String APP_VERSION_TINY = "5";
+ public static final String APP_VERSION_TINY = "6";
/**
* Suffixes indicate pre-release builds. They normally progress
from "alpha"