Changes between Version 9 and Version 10 of Release/2.6/Notes
- Timestamp:
- 04/23/14 08:54:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.6/Notes
v9 v10 18 18 * Size: 150,514,880 bytes 19 19 * md5: ea7895ea7a5b05a07232779793b94b1c 20 CentOS 6.x Install Script: 21 * TBD 22 Ubuntu 14.04 Install Script: 23 * TBD 20 24 21 25 == Windows Compatibility == … … 45 49 46 50 * OpenLayers upgraded to 2.13.1 ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc132 MapGuide RFC 132]) 51 * [https://github.com/occ/TraceKit TraceKit] integration for better error handling 52 * Templates now better handle display of Fusion errors. 47 53 * [http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ Source map] support for modern browsers allowing fusionSF-compressed.js to be "debugged" without any template modifications 48 54 * QuickPlot now supports including a legend in the PDF plot and plot elements can be toggled on/off in its UI … … 70 76 * New Stylization Expression Functions for greater stylization flexibility ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc133 MapGuide RFC 133]) 71 77 * New samples landing page and code samples demonstrating integration with the [http://www.openlayers.org OpenLayers] web mapping library. 72 * Bundled PHP updated to 5.5.3 ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc138 MapGuide RFC 138]) 73 * Bundled Apache updated to 2.4.6 ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc138 MapGuide RFC 138]) 78 * Bundled PHP updated to 5.5.11 ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc138 MapGuide RFC 138]) 79 * Bundled Apache updated to 2.4.9 ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc138 MapGuide RFC 138]) 80 * Bundled versions of Apache and PHP use OpenSSL 1.0.1g that is not affected by the heartbleed security vulnerability. 74 81 * Bundled Tomcat updated to 7.0.42 ([http://trac.osgeo.org/mapguide/wiki/MapGuideRfc138 MapGuide RFC 138]) 75 82 76 83 Please [wiki:SubmitTicket report any defects]. 77 84 78 == FDO Compatibility==85 == FDO Notes == 79 86 80 TBD 87 MGOS 2.6 is compatible with FDO 3.9. 88 89 This release is built against the FDO 3.9 branch. The ArcSDE provider is not included with this beta release. 81 90 82 91 == Installer notes == … … 124 133 * 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. 125 134 * Ubuntu: Failure to install some pre-requisite packages may derail the install script. You may need to update your apt package database (apt-get update) before running the install script 126 * Ubuntu: Install script may put duplicate FDO provider entries into providers.xml if the file already exists (eg. From a previous installation)127 135 * 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. 128 136 * CentOS: mgserver may throw double-free errors on service startup or server shutdown. Should not affect server behaviour. 129 137 * The Performance Profiler on Linux may not work due to insufficient permissions to save the generated report files. To fix this, ensure the directory {{{/usr/local/mapguideopensource-2.6.0/webserverextensions/www/mapadmin/profilingmapxml}}} on linux has sufficient write permissions for the user account that the PHP executable runs under. 130 * For an InstantSetup-based install with an Apache configuration, the Performance Profiler is [http://trac.osgeo.org/mapguide/browser/branches/2. 5/MgDev/Web/src/mapadmin/performanceReport_MapViewer.php?rev=6771#L43 hard-coded to always use mapviewerjava if it exists for displaying the map viewer] for capturing extents for profiling. If you did not choose a Java configuration you will get the ajaxviewer.jsp source instead of the expected map viewer. To resolve this, delete the mapviewerjava directory138 * For an InstantSetup-based install with an Apache configuration, the Performance Profiler is [http://trac.osgeo.org/mapguide/browser/branches/2.6/MgDev/Web/src/mapadmin/performanceReport_MapViewer.php#L43 hard-coded to always use mapviewerjava if it exists for displaying the map viewer] for capturing extents for profiling. If you did not choose a Java configuration you will get the ajaxviewer.jsp source instead of the expected map viewer. To resolve this, delete the mapviewerjava directory 131 139 * Uninstallation can leave "ghost" IIS virtual directories behind, which currently is any virtual directory / application you create inside the mapguide virtual directory that '''was not created by the installer''' 132 140 These "ghost" directories may impact on future installations. To ensure these "ghost" directories are completely gone after uninstallation, use the appcmd.exe utility to remove these virtual directories. You can find out what virtual directories are still there by running … … 134 142 * PHP Viewer and Developer's Guide samples will not work if the PHP viewer feature is not enabled. Likewise for .net and Java. Nothing in the installer will prevent you from making such a choice. 135 143 * For the IIS configuration or Apache configuration with a custom http port, you will have to update the WFS and WMS server name configuration properties via the MapGuide Site Administrator after installation if you intend to use such features. This is currently set to localhost:8008 for both. 136 * We have used a non-standard binary build of Apache to produce this installer, as a result some Apache modules may not be available.