Changes between Version 14 and Version 15 of Release/2.4/Notes


Ignore:
Timestamp:
Jun 16, 2012, 5:51:10 PM (12 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.4/Notes

    v14 v15  
    11= !MapGuide 2.4 Release Notes =
    22
    3 !MapGuide Open Source 2.4 Preview Release is now available!
     3!MapGuide Open Source 2.4 Beta 1 is now available!
    44
    55 * Release wiki: [wiki:Release/2.4]
     
    77 * [query:?status=closed&group=component&resolution=fixed&milestone=2.4&order=status Resolved Tickets]
    88
     9[[TOC]]
     10
    911== Installation ==
    1012
    11 Binaries for Windows and Ubuntu Linux 11.10 have been posted to OSGeo
     13Binaries for Windows and Linux (Ubuntu 12.04 and CentOS 5.6) have been posted to OSGeo
    1214
    1315Windows 32 bit installer:
    14  * [http://download.osgeo.org/mapguide/releases/2.4.0/Test/MapGuideOpenSource-2.4.0.6579-Test2-x86.exe MapGuideOpenSource-2.4.0.6579-Test2-x86.exe]
     16 * [http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/MapGuideOpenSource-2.4.0.6757-Beta1-x86.exe MapGuideOpenSource-2.4.0.6757-Beta1-x86.exe]
     17   * Size: 125,709,421 bytes
     18   * md5: 2e50d4c170e48f060e66fa12a3a0bdea
    1519Windows 64 bit installer:
    16  * [http://download.osgeo.org/mapguide/releases/2.4.0/Test/MapGuideOpenSource-2.4.0.6579-Test2-x64.exe MapGuideOpenSource-2.4.0.6579-Test2-x64.exe]
     20 * [http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/MapGuideOpenSource-2.4.0.6757-Beta1-x64.exe MapGuideOpenSource-2.4.0.6757-Beta1-x64.exe]
     21   * Size: 130,965,036 bytes
     22   * md5: cd3fd4e0a93acfa95ccc598ee4cd7dca
    1723Windows 32-bit InstantSetup bundle:
    18  * [http://download.osgeo.org/mapguide/releases/2.4.0/Test/MapGuideOpenSource-2.4.0.6579-InstantSetup-x86.zip MapGuideOpenSource-2.4.0.6579-InstantSetup-x86.zip]
     24 * [http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/MapGuideOpenSource-2.4.0.6757-InstantSetup-x86.exe MapGuideOpenSource-2.4.0.6757-InstantSetup-x86.exe]
     25   * Size: aced750550d957fb398d4c56a8a5015b
     26   * md5: 125,135,645 bytes
    1927Windows 64-bit InstantSetup bundle:
    20  * [http://download.osgeo.org/mapguide/releases/2.4.0/Test/MapGuideOpenSource-2.4.0.6579-InstantSetup-x64.zip MapGuideOpenSource-2.4.0.6579-InstantSetup-x64.zip]
    21 Ubuntu Linux 11.10 install script:
    22  * [http://download.osgeo.org/mapguide/releases/2.4.0/Test/ubuntu11/mginstallubuntu.sh mginstallubuntu.sh]
     28 * [http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/MapGuideOpenSource-2.4.0.6757-InstantSetup-x64.exe MapGuideOpenSource-2.4.0.6757-InstantSetup-x64.exe]
     29   * Size: a392d3c7d15494fcbc96656d6abdaccc
     30   * md5: 128,920,717 bytes
     31Ubuntu Linux 12.04 install script:
     32 * [http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/mginstallubuntu.sh mginstallubuntu.sh]
     33   * Size: 14,422 bytes
     34   * md5: 5423caad874fe5498318ff298a127012
     35CentOS 5.6 install script:
     36 * [http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/mginstallcentos.sh mginstallcentos.sh]
     37   * Size: 1,797 bytes
     38   * md5: bce52404aec536f12b117f432de1bbcd
    2339
    2440== Windows Compatibility ==
     
    3955
    4056N/A
     57
     58== New Items for Beta 1 ==
     59
     60 * CentOS 5.6 tarball available for this release
     61 * Ubuntu installer now supports 12.04 LTS
     62 * InstantSetup bundles are now 7-zip self-extracting executables (and half the size of zip files!). Includes updated MgInstantSetup utility to also set up registered FDO providers (#2026)
     63
     64=== Notable closed tickets for Beta 1 ===
     65
     66 * #2025: Installer now properly sets folder permissions for the new [wiki:MapGuideRfc110 Profiling feature] to work out of the box
     67 * #1983: Fix MapTip command when no toolbar exists
     68 * #2024: MapGuide .net API assemblies are now properly version stamped (ie. The assembly version is now 2.4.0.6757 instead of 1.0.0.1)
     69 * #531, #2005, #2013: Improved quality of thrown and logged error messages
     70 * #1960: Fixed Java API memory leak issues
     71 * #1105: Logged map rendering calls now include view extents
     72 * #611, #1304: MgSelection and MgMap fixes
     73 * #1996: Fix infinite loop on SQLite data readers
     74 * #1998: Connection manager enhancements
    4175
    4276== Major New Items for Preview Release 2 ==
     
    78112FDO 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.
    79113
     114FDO is compiled against GDAL 1.9
     115
    80116== Installer notes ==
    81117
     
    106142For the InstantSetup bundles, the MgInstantSetup utility requires .net Framework 3.5 to run. This is in addition to whatever existing software requirements imposed by this release of MapGuide Open Source.
    107143
    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)
     144~~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)~~
    109145
    110146The 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.
     
    112148== Known Issues ==
    113149
    114  * The Performance Profiler may not work due to insufficient permissions to save the generated report files. To fix this, ensure the directory {{{<Your MapGuide Install>\Web\www\mapadmin\profilingmapxml}}} for windows and {{{/usr/local/mapguideopensource-2.4.0/webserverextensions/www/mapadmin/profilingmapxml}}} on linux has sufficient write permissions for the user account that the PHP executable runs under.
     150 * Due to unavailability of build resources, the Beta 1 installer 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.
     151 * 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.
     152 * CentOS: mgserver may throw double-free errors on service startup or server shutdown. Should not affect server behaviour.
     153 * The Performance Profiler may not work due to insufficient permissions to save the generated report files. To fix this, ensure the directory ~~{{{<Your MapGuide Install>\Web\www\mapadmin\profilingmapxml}}} for windows and~~ {{{/usr/local/mapguideopensource-2.4.0/webserverextensions/www/mapadmin/profilingmapxml}}} on linux has sufficient write permissions for the user account that the PHP executable runs under.
     154 * For an InstantSetup-based install with an Apache configuration, the Performance Profiler is [http://trac.osgeo.org/mapguide/browser/branches/2.4/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 directory
    115155 * ~~The installer will not remove the IIS virtual directories correctly if you specified a different virtual directory in IIS. For example, if you install with a virtual directory of "mapguide24" it will still remove the "mapguide" virtual directory on uninstall.~~
    116156 * Uninstallation can leave "ghost" IIS virtual directories behind, which currently include:
     
    119159     * ~~mapviewernet~~
    120160     * Any virtual directory / application you create inside the mapguide virtual directory that '''was not created by the installer'''
    121    These "ghost" directories can 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
     161   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
    122162{{{appcmd.exe list vdir}}}
    123163 * ~~IIS7.x: The installer does not properly configure the mapviewernet, dotnetviewersample and dotnetsamples directories as IIS applications if you enable such features in the installer. Workaround is to manually create these applications with IIS manager afterwards.~~