[mapguide-commits] r6639 - in branches/maestro-4.0.x: . Maestro Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 9 12:15:40 EDT 2012


Author: jng
Date: 2012-05-09 09:15:40 -0700 (Wed, 09 May 2012)
New Revision: 6639

Modified:
   branches/maestro-4.0.x/Maestro/changelog.txt
   branches/maestro-4.0.x/Properties/GlobalAssemblyInfo.cs
   branches/maestro-4.0.x/build.bat
Log:
Finalize 4.0.1 release

Modified: branches/maestro-4.0.x/Maestro/changelog.txt
===================================================================
--- branches/maestro-4.0.x/Maestro/changelog.txt	2012-05-09 15:06:45 UTC (rev 6638)
+++ branches/maestro-4.0.x/Maestro/changelog.txt	2012-05-09 16:15:40 UTC (rev 6639)
@@ -3,6 +3,7 @@
  - Uses new mg-desktop release (8 May 2012, .net 2.0, VC9)
  - New command to open sources by entering its resource id
  - New shortcut buttons to jump from Layer Definition to Feature/Drawing Source
+ - Fix: Missing [Convert Base Layer Group to Regular Group] and [Start MgCooker] buttons in Map Definition Editor
  - Fix: Raster layer advanced settings not saving.
  - Fix: Groups/Layer info in Map Definition editor not updating via up/down keypress
  - Fix: Row/Column mismatch in GetTile API (http implemenation)

Modified: branches/maestro-4.0.x/Properties/GlobalAssemblyInfo.cs
===================================================================
--- branches/maestro-4.0.x/Properties/GlobalAssemblyInfo.cs	2012-05-09 15:06:45 UTC (rev 6638)
+++ branches/maestro-4.0.x/Properties/GlobalAssemblyInfo.cs	2012-05-09 16:15:40 UTC (rev 6639)
@@ -23,7 +23,7 @@
 
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Open Source Geospatial Foundation")]
-[assembly: AssemblyCopyright("Copyright (c) 2011, Jackie Ng")]
+[assembly: AssemblyCopyright("Copyright (c) 2012, Jackie Ng")]
 
 // Version information for an assembly consists of the following four values:
 //
@@ -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("4.0.0.6359")]
-[assembly: AssemblyFileVersion("4.0.0.6359")]
+[assembly: AssemblyVersion("4.0.1.6639")]
+[assembly: AssemblyFileVersion("4.0.1.6639")]

Modified: branches/maestro-4.0.x/build.bat
===================================================================
--- branches/maestro-4.0.x/build.bat	2012-05-09 15:06:45 UTC (rev 6638)
+++ branches/maestro-4.0.x/build.bat	2012-05-09 16:15:40 UTC (rev 6639)
@@ -2,7 +2,7 @@
 SET TYPEACTION=build
 SET TYPEBUILD=Release
 SET PLATFORM=Any CPU
-SET RELEASE_VERSION=4.0.0
+SET RELEASE_VERSION=4.0.1
 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