[mapguide-commits] r6009 - in trunk/Tools/Maestro: . Install Maestro

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jul 27 08:59:56 EDT 2011


Author: jng
Date: 2011-07-27 05:59:56 -0700 (Wed, 27 Jul 2011)
New Revision: 6009

Modified:
   trunk/Tools/Maestro/Install/Maestro.nsi
   trunk/Tools/Maestro/Maestro/changelog.txt
   trunk/Tools/Maestro/build.bat
Log:
Changelog and installer updates

Modified: trunk/Tools/Maestro/Install/Maestro.nsi
===================================================================
--- trunk/Tools/Maestro/Install/Maestro.nsi	2011-07-27 12:43:04 UTC (rev 6008)
+++ trunk/Tools/Maestro/Install/Maestro.nsi	2011-07-27 12:59:56 UTC (rev 6009)
@@ -205,6 +205,7 @@
 	File "${INST_OUTPUT_MAESTRO}\Maestro.Login.dll"
     File "${INST_OUTPUT_MAESTRO}\Maestro.Packaging.dll"
 	File "${INST_OUTPUT_MAESTRO}\Maestro.Shared.UI.dll"
+    File "${INST_OUTPUT_MAESTRO}\NetTopologySuite.Merged.dll"
     File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ExtendedObjectModels.dll"
 	File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.MaestroAPI.dll"
 	File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.MaestroAPI.Http.dll"
@@ -219,8 +220,6 @@
     File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0.dll"
     File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.WatermarkDefinition-2.3.0.dll"
     File "${INST_OUTPUT_MAESTRO}\OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0.dll"
-	File "${INST_OUTPUT_MAESTRO}\Topology.dll"
-    File "${INST_OUTPUT_MAESTRO}\Topology.IO.MapGuide.dll"
     
     # pdbs, we'll leave them in for the beta period duration
     File "${INST_OUTPUT_MAESTRO}\Aga.Controls.pdb"

Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt	2011-07-27 12:43:04 UTC (rev 6008)
+++ trunk/Tools/Maestro/Maestro/changelog.txt	2011-07-27 12:59:56 UTC (rev 6009)
@@ -2,12 +2,20 @@
 ----------
 
  - Improved AIMS 2012 support
-	- Fix broken support for Layer Definitions using the 2.3.0 schema
-	- Enabled previews for Watermark Definition editor
+    - Fix broken support for Layer Definitions using the 2.3.0 schema
+    - Enabled previews for Watermark Definition editor
  - Show resources in sorted order in the Resource Picker
  - Productivity enhancements
-	- New name for Rename dialog defaults to current name and field is focused
-	- New Setup Standard Folder Structure command 
+    - New name for Rename dialog defaults to current name and field is focused
+    - New Setup Standard Folder Structure command 
+ - API: TF.net dependency replaced with NetToplogySuite. References and namespaces need to be updated in consuming applications
+ - Fix: When renaming a group in the Map Definition Editor, layers belonging to it didn't have their references updated
+ - Fix: Exception when adding a new Image to the graphics collection of a Simple Symbol Definition in editor
+ - Fix: Exception when deleting all finite scale ranges in Map Defintion Editor
+ - Fix: ObjectFactory creating unusable IPrintLayout instances
+ - Fix: Resources are shown in sorted order in Resource Picker
+ - Fix: Broken editor support for Layer Definition 2.3.0 resource
+ - Fix: Exception when enabling composite styles in Layer Editor
  - Fix: minx > maxx and miny > maxy errors during validation
 
 3.5 beta 1

Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat	2011-07-27 12:43:04 UTC (rev 6008)
+++ trunk/Tools/Maestro/build.bat	2011-07-27 12:59:56 UTC (rev 6009)
@@ -2,7 +2,7 @@
 SET TYPEACTION=build
 SET TYPEBUILD=Release
 SET PLATFORM=Any CPU
-SET RELEASE_VERSION=3.1.0
+SET RELEASE_VERSION=3.5.0
 SET OLDPATH=%PATH%
 SET PATH=%PATH%;%CD%\Thirdparty\NSIS;C:\Windows\Microsoft.NET\Framework\v3.5
 SET SLNDIR=%CD%



More information about the mapguide-commits mailing list