Changes between Version 27 and Version 28 of Release/2.4/Notes
- Timestamp:
- 11/08/12 05:23:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.4/Notes
v27 v28 76 76 == Additional Post Release Patches == 77 77 78 N/A 78 * [http://download.osgeo.org/fdo/3.7.0/release/binaries/win32/fdoarcsde-win32-3.7.0_6577.tar.gz FDO 3.7 Final ArcSDE Provider (x86)] 79 * [http://download.osgeo.org/fdo/3.7.0/release/binaries/win64/fdoarcsde-win64-3.7.0_6577.tar.gz FDO 3.7 Final ArcSDE Provider (x64)] 79 80 80 81 == Notable changes / Closed tickets for final release == … … 221 222 == Known Issues == 222 223 224 * #2165: It is not actually possible to rollback a transaction in the event of MgFeatureService::UpdateFeatures() when useTransaction = true. We're looking at a post-release patched dll to rectify this. 225 * [http://trac.osgeo.org/fdo/ticket/852 There is a defect in RDBMS-based providers] where it is not possible to insert features with these providers due to faulty post-insert processing. 223 226 * Ubuntu: Install script may put duplicate FDO provider entries into providers.xml if the file already exists (eg. From a previous installation) 224 227 * [http://trac.osgeo.org/fdo/ticket/844 There is a defect in the SQL Server provider] that causes geometry columns with SRID between 4120 and 4999 to be rendered with coordinates flipped. The workaround is to either have these columns as geography or to set the SRID outside of this range. 225 * Due to unavailability of build resources, this 2.4 release does not include the ArcSDE FDO provider. You may try registering the FDO 3.7 beta 1 provider in providers.xml after installation, but this has not been tested nor is it supported.228 * ~~Due to unavailability of build resources, this 2.4 release does not include the ArcSDE FDO provider. You may try registering the FDO 3.7 beta 1 provider in providers.xml after installation, but this has not been tested nor is it supported.~~ 226 229 * 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. 227 230 * CentOS: mgserver may throw double-free errors on service startup or server shutdown. Should not affect server behaviour.