Changes between Initial Version and Version 1 of Release/2.5.1/Notes


Ignore:
Timestamp:
Aug 14, 2013, 8:03:57 PM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.5.1/Notes

    v1 v1  
     1= !MapGuide 2.5.1 Release Notes =
     2
     3MapGuide Open Source 2.5.1 is now available. These release notes only cover what's changed from MapGuide Open Source 2.5.
     4
     5For what's new and changed in MapGuide Open Source 2.5, see the [http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes 2.5 release notes]
     6
     7[[TOC]]
     8
     9== Installation ==
     10
     11Windows 32 bit installer:
     12 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/MapGuideOpenSource-2.5.1.7765-Final-x86.exe MapGuideOpenSource-2.5.1.7765-Final-x86.exe]
     13   * Size: TBD
     14   * md5: TBD
     15Windows 64 bit installer:
     16 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/MapGuideOpenSource-2.5.1.7765-Final-x64.exe MapGuideOpenSource-2.5.1.7765-Final-x64.exe]
     17   * Size: TBD
     18   * md5: TBD
     19Windows 32-bit InstantSetup bundle:
     20 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/MapGuideOpenSource-2.5.1.7765-InstantSetup-x86.exe MapGuideOpenSource-2.5.1.7765-InstantSetup-x86.exe]
     21   * Size: TBD
     22   * md5: TBD
     23Windows 64-bit InstantSetup bundle:
     24 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/MapGuideOpenSource-2.5.1.7765-InstantSetup-x64.exe MapGuideOpenSource-2.5.1.7765-InstantSetup-x64.exe]
     25   * Size: TBD
     26   * md5: TBD
     27Ubuntu 12.04 install script (32-bit):
     28 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/mginstallubuntu.sh mginstallubuntu.sh]
     29   * Size: TBD
     30   * md5: TBD
     31CentOS 6.x install script (32-bit):
     32 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/mginstallcentos.sh mginstallcentos.sh]
     33   * Size: TBD
     34   * md5: TBD
     35
     36== Fusion build tools ==
     37
     38Fusion 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.
     39
     40Use 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
     41
     42In order to use the Fusion build tools, you need to have [http://ant.apache.org Apache Ant] installed.
     43
     44 * [http://download.osgeo.org/mapguide/releases/2.5.1/Release/fusion-buildtools.zip fusion-buildtools.zip]
     45   * Size: TBD
     46   * md5: TBD
     47
     48To 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:
     49
     50{{{
     51ant compress
     52}}}
     53
     54This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib
     55
     56Due 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.
     57
     58== Windows Compatibility ==
     59
     60||||32-bit||64-bit||
     61||Windows XP SP3||Yes||Maybe*||
     62||Windows Server 2003||Yes||Maybe*||
     63||Windows Vista||Maybe+||Maybe+||
     64||Windows 7||Yes||Yes||
     65||Windows Server 2008||Yes+||Yes+||
     66||Windows Server 2008 R2||N/A||Yes||
     67||Windows 8||Yes1||Yes1||
     68||Windows Server 2012||N/A||Yes1||
     69
     70+ Not tested, but similar enough to Windows 7 to theoretically work
     71
     72* IIS configuration will probably not work. Apache config should work due to its self-contained nature
     73
     741 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
     75
     76Windows RT (ie. Windows 8 on ARM devices) is not a supported platform for installing MapGuide Open Source
     77
     78== API Changes ==
     79
     80 * 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()
     81
     82== MapGuide Changes/Fixes ==
     83
     84MapGuide Open Source 2.5.1 fixes the following issues
     85
     86 * #2284: Basic point symbol previews now consider rotation
     87 * #2270: GetLegendImage disregards image format
     88 * #2315: Fix meaningless System.Exception for any un-mapped proxy MgException that is thrown
     89 * #2316: MgResourceTagNotFoundException not exposed to PHP/.net/Java
     90 * #833: MgLayer/MgLayerGroup has empty labels if revealed from an initially hidden state
     91 * #2263: Buffer fails against a feature class with multiple geometry properties
     92 * #2267: parent.InMeasure is not a function
     93 * #2331: Select Polygon hangs when digitizing invalid polygon
     94 * #2329: Legend is not correctly displayed in both basic and flexible web layout
     95 * #2334: Improve label text and group/layer indentation for GETLEGENDIMAGE
     96 * #2323: WMS should not throw exception if no coordinate system set up
     97 * #2312: WMS request fails for Drawing Source Layer
     98 * #2261: Redundant exception information logged/saved in some areas
     99== FDO Notes ==
     100
     101MGOS 2.5.1 is compatible with FDO 3.8.
     102
     103This release is built against the FDO 3.8 branch.
     104
     105=== FDO Changes ===
     106
     107 * [http://trac.osgeo.org/fdo/ticket/864 #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)