Changes between Initial Version and Version 1 of Release/2.6.1/Notes


Ignore:
Timestamp:
Oct 6, 2014, 5:38:13 AM (10 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.6.1/Notes

    v1 v1  
     1= !MapGuide 2.6.1 Release Notes =
     2
     3MapGuide Open Source 2.6.1 is now available. These release notes only cover what's changed from MapGuide Open Source 2.6.
     4
     5For what's new and changed in MapGuide Open Source 2.6, see the [http://trac.osgeo.org/mapguide/wiki/Release/2.6/Notes 2.6 release notes]
     6
     7[[TOC]]
     8
     9== Installation ==
     10
     11Windows 32 bit installer:
     12 * TBA
     13   * Size: TBD bytes
     14   * md5: TBD
     15Windows 64 bit installer:
     16 * TBA
     17   * Size: TBD bytes
     18   * md5: TBD
     19Windows 32-bit MgInstantSetup bundle:
     20 * TBA
     21   * Size: TBD bytes
     22   * md5: TBD
     23Windows 64-bit MgInstantSetup bundle:
     24 * TBA
     25   * Size: TBD bytes
     26   * md5: TBD
     27Ubuntu 12.04 install script (32-bit):
     28 * TBA
     29   * Size: TBD bytes
     30   * md5: TBD
     31CentOS 6.x install script (32-bit):
     32 * TBA
     33   * Size: TBD bytes
     34   * md5: TBD
     35
     36== Sample Data ==
     37
     38This release includes a new version of the Sheboygan Sample data set demonstrating features introduced in this and recent versions of MapGuide
     39
     40 * [http://download.osgeo.org/mapguide/releases/2.6.0/Release/Sheboygan.mgp Sheboygan.mgp]
     41   * Size: 13,601,529 bytes
     42   * md5: 2420251f241287f54fb78e12ad632f63
     43
     44== Fusion build tools ==
     45
     46Fusion build tools is a zip file containing the build.xml and associated build tools required to "re-compile" fusionSF.js and fusionSF-compressed.js on a production fusion installation.
     47
     48Use the Fusion build tools if you have made patches and/or modifications to your fusion installation, and you need to build a new fusionSF.js and/or fusionSF-compressed.js
     49
     50In order to use the Fusion build tools, you need to have [http://ant.apache.org Apache Ant] installed.
     51
     52 * TBA
     53   * Size: TBD bytes
     54   * md5: TBD
     55
     56To use the Fusion build tools, extract the zip file contents into your fusion directory and navigate to this directory in the command prompt and execute the following command:
     57
     58{{{
     59ant compress
     60}}}
     61
     62This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib
     63
     64Due to the default installation location (under Program Files), you may need to do this under a UAC-elevated command prompt or fix the directory permissions so that normal users can create/modify files.
     65
     66== Windows Compatibility ==
     67
     68'''IMPORTANT: ''' MapGuide Open Source 2.6 and newer is not supported on Windows XP and Windows Server 2003 in either IIS or Apache configurations. [http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes MapGuide Open Source 2.5] is the last release to support Windows XP and Windows Server 2003
     69
     70||||32-bit||64-bit||
     71||Windows Vista||Maybe+||Maybe+||
     72||Windows 7||Yes||Yes||
     73||Windows Server 2008||Yes+||Yes+||
     74||Windows Server 2008 R2||N/A||Yes||
     75||Windows 8||Yes1||Yes1||
     76||Windows Server 2012||N/A||Yes1||
     77||Windows 8.1||Maybe1||Maybe1||
     78
     79+ Not tested, but similar enough to Windows 7 to theoretically work
     80
     81* IIS configuration will probably not work. Apache config should work due to its self-contained nature
     82
     831 IIS/.Net successfully tested on Windows 8 64-bit and Windows Server 2012. Windows 8 32-bit is similar enough to theoretically work. Apache config untested
     84
     85Windows RT (ie. Windows 8 on ARM devices) is not a supported platform for installing MapGuide Open Source
     86
     87== Installer Notes ==
     88
     89 * You cannot use the windows installer to '''in-place''' upgrade an existing MapGuide Open Source 2.6 installation, you cannot have 2.6 and 2.6.1 installed side-by-side with the windows installer and you must uninstall 2.6 before installing 2.6.1. Use the InstantSetup bundle if side-by-side installs are required. Be sure to back up any data and applications before carrying out the new installation.
     90 * On linux, the install path is {{{/usr/local/mapguideopensource-2.6.1}}} and the FDO install path is {{{/usr/local/fdo-3.9.0}}}. You must uninstall 2.6 before installing 2.6.1. Be sure to back up any data and applications before carrying out the new installation.
     91
     92== MapGuide Changes/Fixes ==
     93
     94MapGuide Open Source 2.6.1 fixes the following issues
     95
     96 * #2481: RenderMap with keepSelection = true, only shows outlines of selections
     97 * #2485: Fix 0 line thickness causing KML lines/borders to not be drawn in Google Earth
     98 * #2486: Use LL84 coordinate system code instead of WKT when creating MgCoordinateSystem objects for all KML operations
     99 * #2484: Base layers with labels don't render correctly
     100 * #2479: v2.6 QUERYMAPFEATURES doesn't work properly if map has no coordinate system
     101 * #2490: Render legend image icons with transparent background
     102 * #2453: Fix missing API documentation on .net exception proxy classes.
     103
     104== Fusion Changes/Fixes ==
     105
     106 * [http://trac.osgeo.org/fusion/ticket/625 #625]: Error uploading SQLite redline data stores for editing
     107 * [http://trac.osgeo.org/fusion/ticket/626 #626]: Fix KML/KMZ redline export for SHP and non-LL84 data stores
     108 * [http://trac.osgeo.org/fusion/ticket/628 #628]: Fix external base layers not showing in OverviewMap widget
     109
     110== FDO Notes ==
     111
     112MGOS 2.6.1 is compatible with FDO 3.9.
     113
     114This release is built against the FDO 3.9 branch.
     115
     116=== FDO Changes ===
     117
     118 * None