[mapguide-commits] r5727 - in trunk/Tools/Maestro: Maestro Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Apr 29 09:31:09 EDT 2011


Author: jng
Date: 2011-04-29 06:31:09 -0700 (Fri, 29 Apr 2011)
New Revision: 5727

Modified:
   trunk/Tools/Maestro/Maestro/changelog.txt
   trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
Log:
Prep 3.0 final release

Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt	2011-04-29 13:16:41 UTC (rev 5726)
+++ trunk/Tools/Maestro/Maestro/changelog.txt	2011-04-29 13:31:09 UTC (rev 5727)
@@ -1,4 +1,20 @@
-3.0 RC1
+3.0 Final
+---------
+
+ - Add editor support for point styles with dwf symbols. Note that symbol previews are not perfect, but this is better than seeing nothing.
+ - Fix: Ugly layer legend labels when previewing a layer
+ - Fix: Badly generated W2D symbol reference class in the generated Layer Definition schema.
+ - Fix: Save command is enabled regardless of dirty state
+ - Fix: Validate command on toolbar did not validate the resource of active editor
+ - Add an unsupported placeholder UI when opening a Load Procedure or Layer Definition in a specialized editor that contains unsupported elements.
+ - Fix: New resources did not default to dirty state, allowing a save.
+ - Fix: Folder of new Load Procedure should default to where it was made
+ - Fix: Map Definition validation error on extents due to incorrect extent construction.
+ - XML Editor validation icon change (to distinguish from main validation command)
+ - Aliased file/directory support for building GDAL configuration documents via the editor
+ - Fix: GdalRasterLocationItem could have multiple children of the same file name
+
+3.0 RC1
 -------
  
  - Fix: Automatically test the connection first before editing or resetting an ODBC configuration document. Abort the process if connection test fails.

Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-04-29 13:16:41 UTC (rev 5726)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-04-29 13:31:09 UTC (rev 5727)
@@ -35,5 +35,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.0.0.5708")]
-[assembly: AssemblyFileVersion("3.0.0.5708")]
+[assembly: AssemblyVersion("3.0.0.5727")]
+[assembly: AssemblyFileVersion("3.0.0.5727")]



More information about the mapguide-commits mailing list