Changes between Version 11 and Version 12 of Release/2.5/Notes
- Timestamp:
- 02/06/13 14:47:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.5/Notes
v11 v12 112 112 113 113 * 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 installation114 * ~~2.4 still used as the major.minor version number in various parts of the MapGuide installation~~ 115 115 * Ubuntu: Install script may put duplicate FDO provider entries into providers.xml if the file already exists (eg. From a previous installation) 116 116 * 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. … … 127 127 == API changes and notes ==#ApiChanges 128 128 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. 130 130 * #1012: New ExpandLayerInLegend and ExpandGroupInLegend APIs for the AJAX viewer. 131 131 * #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.