Changes between Initial Version and Version 1 of Release/2.2Beta/Notes


Ignore:
Timestamp:
May 3, 2010, 11:54:33 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.2Beta/Notes

    v1 v1  
     1= !MapGuide 2.2 Beta Release Notes =
     2
     3MapGuide Open Source 2.2 (BETA) will be available soon!
     4
     5 * Release wiki: [wiki:Release/2.2]
     6 * Milestone: [milestone:2.2 2.2]
     7 * [query:?status=closed&group=component&resolution=fixed&milestone=2.2&order=status Resolved Tickets]
     8
     9== Major New Items ==
     10
     11 * TBD
     12
     13Thanks to the ever growing team of developers who are contributing to make the !MapGuide Open Source project a more self-sustaining project. 
     14
     15Please [wiki:SubmitTicket report any defects].
     16
     17== Compatibility ==
     18Click [wiki:2.2MigrationInstructions here] for instructions on how to migrate to MGOS 2.2 from older releases.
     19
     20MGOS 2.2.0 is compatible with [http://fdo.osgeo.org/content/fdo-350-downloads FDO 3.5.0].
     21
     22== FDO ==
     23
     24TBD
     25
     26== API changes ==#ApiChanges
     27
     28[wiki:MapGuideRfc89 RFC 89] introduces a number of changes required by the upgrade to PHP 5.3:
     29{{{
     30MgException class changes:
     31Change GetMessage() to GetExceptionMessage()
     32
     33MgResources class changes:
     34Change GetMessage() to GetResourceMessage()
     35
     36MgCoodinateSystem class changes:
     37Change GetCode() to GetCsCode()
     38Change SetCode() to SetCsCode() for consistency.
     39Change IsLegalCode() to IsLegalCsCode() for consistency.
     40
     41MgCoodinateSystemDatum class changes:
     42Change GetCode() to GetDtCode()
     43Change SetCode() to SetDtCode() for consistency.
     44Change IsLegalCode() to IsLegalDtCode() for consistency.
     45
     46MgCoodinateSystemEllipsoid class changes:
     47Change GetCode() to GetElCode()
     48Change SetCode() to SetElCode() for consistency.
     49Change IsLegalCode() to IsLegalElCode() for consistency.
     50
     51MgWebInvokeScriptCommand class changes:
     52Change GetCode() to GetScriptCode()
     53Change SetCode() to SetScriptCode() for consistency.
     54}}}
     55
     56
     57== New Server Configuration (serverconfig.ini) Options ==
     58
     59== New Web Configuration (webconfig.ini) Options ==
     60
     61== Disk Space ==
     62
     63The installer requires at least 1.5GB of disk space on C: during installation. Otherwise installation may not proceed.
     64
     65If you do not have sufficient space on C:, you can open the installer file with [http://www.7-zip.org 7-zip] and extract the contents to another drive, and run the extracted setup.exe from there.  It may also be helpful to set your TEMP environment variable to a different drive.
     66
     67== Submissions ==
     68
     69The complete list of submissions can be found [http://trac.osgeo.org/mapguide/timeline?from=05%2F3%2F10&daysback=348&changeset=on&update=Update here].