| 1 | = !MapGuide 2.5.2 Release Notes = |
| 2 | |
| 3 | MapGuide Open Source 2.5.2 is now available. These release notes only cover what's changed from MapGuide Open Source 2.5.1 |
| 4 | |
| 5 | For what's new and changed in MapGuide Open Source 2.5.1 or older, see the previous release notes: |
| 6 | * [http://trac.osgeo.org/mapguide/wiki/Release/2.5.1/Notes 2.5.1 release notes] |
| 7 | * [http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes 2.5 release notes] |
| 8 | |
| 9 | [[TOC]] |
| 10 | |
| 11 | == Installation == |
| 12 | |
| 13 | TBD |
| 14 | |
| 15 | == Fusion build tools == |
| 16 | |
| 17 | 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. |
| 18 | |
| 19 | 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 |
| 20 | |
| 21 | In order to use the Fusion build tools, you need to have [http://ant.apache.org Apache Ant] installed. |
| 22 | |
| 23 | * TBD |
| 24 | |
| 25 | 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: |
| 26 | |
| 27 | {{{ |
| 28 | ant compress |
| 29 | }}} |
| 30 | |
| 31 | This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib |
| 32 | |
| 33 | 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. |
| 34 | |
| 35 | == Windows Compatibility == |
| 36 | |
| 37 | ||||32-bit||64-bit|| |
| 38 | ||Windows XP SP3||Yes||Maybe*|| |
| 39 | ||Windows Server 2003||Yes||Maybe*|| |
| 40 | ||Windows Vista||Maybe+||Maybe+|| |
| 41 | ||Windows 7||Yes||Yes|| |
| 42 | ||Windows Server 2008||Yes+||Yes+|| |
| 43 | ||Windows Server 2008 R2||N/A||Yes|| |
| 44 | ||Windows 8||Yes1||Yes1|| |
| 45 | ||Windows Server 2012||N/A||Yes1|| |
| 46 | |
| 47 | + Not tested, but similar enough to Windows 7 to theoretically work |
| 48 | |
| 49 | * IIS configuration will probably not work. Apache config should work due to its self-contained nature |
| 50 | |
| 51 | 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 |
| 52 | |
| 53 | Windows RT (ie. Windows 8 on ARM devices) is not a supported platform for installing MapGuide Open Source |
| 54 | |
| 55 | == Installer Notes == |
| 56 | |
| 57 | * 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. |
| 58 | * 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. Be sure to back up any data and applications before carrying out the new installation. |
| 59 | |
| 60 | == API Changes == |
| 61 | |
| 62 | None |
| 63 | |
| 64 | == MapGuide Changes/Fixes == |
| 65 | |
| 66 | MapGuide Open Source 2.5.2 fixes the following issues |
| 67 | |
| 68 | * #2346: Fix dbxml "Document not found" on certain resource operations |
| 69 | * #2368: Missing element id for tbFrame in AJAX Viewer |
| 70 | * #1987: Poor DWF hatch rendering in AGG renderer |
| 71 | * #2285: DWF DOT patterns not rendered in AGG renderer |
| 72 | * #2374: AJAX Viewer OpenFlyout() fails if flyout contains separator |
| 73 | * #2376: AJAX Viewer legend pane not re-doing layout if resized in Chrome |
| 74 | * #2379: GETMAPLEGENDIMAGE does not respect ShowInLegend property and doesn't handle multi-style ranges properly |
| 75 | * #2380: GETMAPLEGENDIMAGE renders visible layer groups with no visible child layers |
| 76 | * #2384: Shrink down schema report sidebar width |
| 77 | |
| 78 | == FDO Notes == |
| 79 | |
| 80 | MGOS 2.5.2 is compatible with FDO 3.8. |
| 81 | |
| 82 | This release is built against the FDO 3.8 branch. |