wiki:Release/2.4.1/Notes

MapGuide 2.4.1 Release Notes

MapGuide Open Source 2.4.1 is now available. These release notes only cover what's changed from MapGuide Open Source 2.4.

For what's new and changed in MapGuide Open Source 2.4, see the 2.4 release notes

Installation

Windows 32 bit installer:

Windows 64 bit installer:

Windows 32-bit MgInstantSetup bundle:

Windows 64-bit MgInstantSetup bundle:

Ubuntu 12.04 install script (32-bit):

CentOS 5.x install script (32-bit):

Fusion build tools

Fusion build tools is a zip file containing the build.xml and associated build tools required to "re-compile" fusionSF.js and fusionSF-compressed.js on a production fusion installation.

Use the Fusion build tools if you have made patches and/or modifications to your fusion installation, and you need to build a new fusionSF.js and/or fusionSF-compressed.js

In order to use the Fusion build tools, you need to have Apache Ant installed.

To use the Fusion build tools, extract the zip file contents into your fusion directory and navigate to this directory in the command prompt and execute the following command:

ant compress

This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib

Due to the default installation location (under Program Files), you may need to do this under a UAC-elevated command prompt or fix the directory permissions so that normal users can create/modify files.

Windows Compatibility

32-bit64-bit
Windows XP SP3YesMaybe*
Windows Server 2003YesMaybe*
Windows VistaMaybe+Maybe+
Windows 7YesYes
Windows Server 2008Yes+Yes+
Windows Server 2008 R2N/AYes
Windows 8Yes1Yes1
Windows Server 2012N/AYes1

+ Not tested, but similar enough to Windows 7 to theoretically work

  • IIS configuration will probably not work. Apache config should work due to its self-contained nature

1 IIS/.Net successfully tested on Windows 8 64-bit and Windows Server 2012. Windows 8 32-bit is similar enough to theoretically work. Apache config untested

Windows RT (ie. Windows 8 on ARM devices) is not a supported platform for installing MapGuide Open Source

Installer Notes

  • You cannot use the windows installer to in-place upgrade an existing MapGuide Open Source 2.4 installation, you cannot have 2.4 and 2.4.1 installed side-by-side with the windows installer and you must uninstall 2.4 before installing 2.4.1. Use the InstantSetup bundle if side-by-side installs are required. Be sure to back up any data and applications before carrying out the new installation.
  • On linux, the install path is /usr/local/mapguideopensource-2.4.1 and the FDO install path is /usr/local/fdo-3.7.0. You must uninstall 2.4 before installing 2.4.1. Be sure to back up any data and applications before carrying out the new installation.

API Changes

  • For security reasons, EXECUTESQLQUERY has been removed from the mapagent. If you require such functionality, you can implement an equivalent handler with the MapGuide API, but take careful consideration in validating the input SQL that your handler receives before passing it down to MgFeatureService.ExecuteSqlQuery()

MapGuide Changes/Fixes

MapGuide Open Source 2.4.1 fixes the following issues

FDO Notes

MGOS 2.4.1 is compatible with FDO 3.7.

This release is built against the FDO 3.7 branch.

FDO Changes

  • #864 - Fix incorrect SQL generated by the GenericRdbms core for a query with an attribute and a spatial filter (eg. A rendering query from a Layer Definition that has a filter)
Last modified 10 years ago Last modified on Apr 9, 2014, 1:32:24 AM
Note: See TracWiki for help on using the wiki.