Changes between Version 11 and Version 12 of Release/2.5/Notes


Ignore:
Timestamp:
Feb 6, 2013, 2:47:12 PM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.5/Notes

    v11 v12  
    112112
    113113 * Installer may generate a providers.xml entry for the ArcSDE provider if all providers are enabled in the "Feature Selection" dialog even if the installer does not actually bundle the ArcSDE provider. You can simply remove this entry from providers.xml after installation if this is the case.
    114  * 2.4 still used as the major.minor version number in various parts of the MapGuide installation
     114 * ~~2.4 still used as the major.minor version number in various parts of the MapGuide installation~~
    115115 * Ubuntu: Install script may put duplicate FDO provider entries into providers.xml if the file already exists (eg. From a previous installation)
    116116 * CentOS: SELinux security settings will prevent MapGuide from loading FDO and other shared libraries. The CentOS install script will fix the security contexts of the so files within these extracted tarballs that it will download.
     
    127127== API changes and notes ==#ApiChanges
    128128
    129  * The previously internal MgSelectionBase::GenerateFilters API is now available for public use
     129 * The previously internal MgSelectionBase::GenerateFilters API is now available for public use.
    130130 * #1012: New ExpandLayerInLegend and ExpandGroupInLegend APIs for the AJAX viewer.
    131131 * #2141: MgRenderingOptions supports a new behavior mask value (RenderBaseLayers = 8). If this value is logically OR'ed into the behavior property, the RenderDynamicOverlay API will include tiled base layers as part of the rendered image.