wiki:Release/2.5.2/Notes

Version 5 (modified by jng, 10 years ago) ( diff )

--

MapGuide 2.5.2 Release Notes

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

For what's new and changed in MapGuide Open Source 2.5.1 or older, see the previous release notes:

Installation

Windows 32 bit installer:

Windows 64 bit installer:

Windows 32-bit InstantSetup bundle:

Windows 64-bit InstantSetup bundle:

Ubuntu 12.04 install script (32-bit):

CentOS 6.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.5 installation, you cannot have 2.5.2 and an older 2.5.x release installed side-by-side with the windows installer and you must uninstall the older 2.5.x release before installing 2.5.2. 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.5.2 and the FDO install path is /usr/local/fdo-3.8.0. You must uninstall the older 2.5.x release before installing 2.5.2. For Ubuntu, it is recommended to use the uninstall script to uninstall the existing version. Be sure to back up any data and applications before carrying out the new installation.

API Changes

None

MapGuide Changes/Fixes

MapGuide Open Source 2.5.2 fixes the following issues

  • #2346: Fix dbxml "Document not found" on certain resource operations
  • #2368: Missing element id for tbFrame in AJAX Viewer
  • #1987: Poor DWF hatch rendering in AGG renderer
  • #2285: DWF DOT patterns not rendered in AGG renderer
  • #2374: AJAX Viewer OpenFlyout() fails if flyout contains separator
  • #2376: AJAX Viewer legend pane not re-doing layout if resized in Chrome
  • #2379: GETMAPLEGENDIMAGE does not respect ShowInLegend property and doesn't handle multi-style ranges properly
  • #2380: GETMAPLEGENDIMAGE renders visible layer groups with no visible child layers
  • #2384: Shrink down schema report sidebar width
  • #2387: MapGuide API documentation missing sidebar tree and inheritance diagrams
  • Linux: Install packages were missing RDBMS FDO providers (MySQL, PostgreSQL, ODBC)
  • Ubuntu Linux: Installer script no longer double-registers FDO RDBMS providers to providers.xml
  • Ubuntu Linux: FDO deb packages no longer have fdo-core 3.8.0-14601 as a dependency

FDO Notes

MGOS 2.5.2 is compatible with FDO 3.8.

This release is built against the FDO 3.8 branch.

Note: See TracWiki for help on using the wiki.