Changes between Version 13 and Version 14 of Release/2.4/Notes
- Timestamp:
- 05/01/12 17:36:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.4/Notes
v13 v14 72 72 Please [wiki:SubmitTicket report any defects]. 73 73 74 == Compatibility ==74 == FDO Compatibility == 75 75 76 76 MGOS 2.4.0 is compatible with [http://fdo.osgeo.org/content/fdo-370-downloads FDO 3.7.0]. 77 78 == FDO ==79 77 80 78 FDO is compiled against the Oracle 11.2 instant client available from [http://www.oracle.com/technology/software/tech/oci/instantclient/index.html?rssid=rss_otn_soft Instant Client Downloads]. For a Linux installation, the Oracle shared library path should be included in LD_LIBRARY_PATH or ldconfig. … … 82 80 == Installer notes == 83 81 84 Installing MGOS 2.4 preview alongside MGOS 2.2 or older releases '''is not a currently supported configuration'''82 Installing MGOS 2.4 preview (via the windows installer) alongside MGOS 2.2 or older releases '''is not a currently supported configuration'''. Consider using the MgInstantSetup bundle instead if you desire side-by-side installation 85 83 86 84 The installer '''does not''' currently support IIS Express as an IIS configuration option. … … 92 90 * For IIS7 and above, you can install FastCGI by enabling the CGI feature of your IIS installation. See [http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis/#EnableFastCGI this link] for more information. 93 91 * The supported .net Framework version for the MapGuide .net API is '''4.0''' 94 * For IIS6 and below, the installer will still set the ASP.net version to '''2.0.50727'''. You will have to manually change the ASP.net version to '''4.0.30319''' post-install 92 * ~~For IIS6 and below, the installer will still set the ASP.net version to '''2.0.50727'''. You will have to manually change the ASP.net version to '''4.0.30319''' post-install~~ 93 94 The MgInstantSetup bundles only work with '''IIS7 or higher''' if you choose to use this web server. You must still satisfy the .net and FastCGI software requirements required for this configuration. 95 95 96 96 To assist new MapGuide users and developers, the installer also now bundles the following optional components: … … 107 107 108 108 Although Ubuntu 11.10 was the only tested platform as of this writing. The ubuntu binaries are also known to work with the latest release as well (12.04) 109 110 The exe installer will automatically install the Visual C++ 2008 and Visual C++ 2010 redistributables if required. The Visual C++ 2008 redist installer if it is run, it will leave a whole bunch of temp files in the root of C drive (usually). This is a defect in the VC2008 redist installer. 109 111 110 112 == Known Issues == … … 126 128 * ~~#1985: 32-bit IIS configuration does not work on 64-bit windows. To fix this, set the "Enable 32-bit applications" property to true on the IIS application pool that is created by the installer.~~ 127 129 * We have used a non-standard binary build of Apache/PHP to produce this installer, as a result some PHP extensions and Apache modules may not be available. 128 * The exe installer will automatically install the Visual C++ 2008 and Visual C++ 2010 redistributables if required. The Visual C++ 2008 redist installer if it is run, it will leave a whole bunch of temp files in the root of C drive (usually). This is a defect in the VC2008 redist installer.129 130 130 131 == API changes ==#ApiChanges