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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Sep 7 08:43:01 EDT 2011


Author: jng
Date: 2011-09-07 05:43:01 -0700 (Wed, 07 Sep 2011)
New Revision: 6128

Modified:
   trunk/Tools/Maestro/Maestro/changelog.txt
   trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
   trunk/Tools/Maestro/build.bat
Log:
Prep 4.0 beta 1 release

Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt	2011-09-07 12:30:02 UTC (rev 6127)
+++ trunk/Tools/Maestro/Maestro/changelog.txt	2011-09-07 12:43:01 UTC (rev 6128)
@@ -3,6 +3,12 @@
 
  - Support for working against multiple connections
  - New Local Connection mode, backed by the new mg-desktop library (http://mg-desktop.googlecode.com). This feature is Windows only
+ - MgCooker updated to support Local Connections
+ - Support drag/drop creation of Drawing Sources from DWF files
+ - Resource Previewing is now an connection provider defined function
+ - API: ResourceMigrator now applies any downgrades if required
+ - API: Each connection provider is now responsible for creating coordinate transformers. Local and LocalNative connections return a MgCoordinateSystem-wrapped transformer.
+ - Fix: SizeContext values not saved
 
 3.5
 ---

Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-09-07 12:30:02 UTC (rev 6127)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-09-07 12:43:01 UTC (rev 6128)
@@ -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.5.0.6071")]
-[assembly: AssemblyFileVersion("3.5.0.6071")]
+[assembly: AssemblyVersion("4.0.0.6128")]
+[assembly: AssemblyFileVersion("4.0.0.6128")]

Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat	2011-09-07 12:30:02 UTC (rev 6127)
+++ trunk/Tools/Maestro/build.bat	2011-09-07 12:43:01 UTC (rev 6128)
@@ -87,12 +87,8 @@
 goto quit
 
 :clean
-pushd SDK
-%MSBUILD% /t:clean SDK.sln
-rd /S /Q bin
-popd
 pushd Maestro
-%MSBUILD% /t:clean Maestro.sln
+%MSBUILD% /t:clean Maestro_All.sln
 popd
 rd /S /Q out
 goto quit



More information about the mapguide-commits mailing list