| 1 | = !MapGuide 2.2 Beta Release Notes = |
| 2 | |
| 3 | MapGuide 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 | |
| 13 | Thanks to the ever growing team of developers who are contributing to make the !MapGuide Open Source project a more self-sustaining project. |
| 14 | |
| 15 | Please [wiki:SubmitTicket report any defects]. |
| 16 | |
| 17 | == Compatibility == |
| 18 | Click [wiki:2.2MigrationInstructions here] for instructions on how to migrate to MGOS 2.2 from older releases. |
| 19 | |
| 20 | MGOS 2.2.0 is compatible with [http://fdo.osgeo.org/content/fdo-350-downloads FDO 3.5.0]. |
| 21 | |
| 22 | == FDO == |
| 23 | |
| 24 | TBD |
| 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 | {{{ |
| 30 | MgException class changes: |
| 31 | Change GetMessage() to GetExceptionMessage() |
| 32 | |
| 33 | MgResources class changes: |
| 34 | Change GetMessage() to GetResourceMessage() |
| 35 | |
| 36 | MgCoodinateSystem class changes: |
| 37 | Change GetCode() to GetCsCode() |
| 38 | Change SetCode() to SetCsCode() for consistency. |
| 39 | Change IsLegalCode() to IsLegalCsCode() for consistency. |
| 40 | |
| 41 | MgCoodinateSystemDatum class changes: |
| 42 | Change GetCode() to GetDtCode() |
| 43 | Change SetCode() to SetDtCode() for consistency. |
| 44 | Change IsLegalCode() to IsLegalDtCode() for consistency. |
| 45 | |
| 46 | MgCoodinateSystemEllipsoid class changes: |
| 47 | Change GetCode() to GetElCode() |
| 48 | Change SetCode() to SetElCode() for consistency. |
| 49 | Change IsLegalCode() to IsLegalElCode() for consistency. |
| 50 | |
| 51 | MgWebInvokeScriptCommand class changes: |
| 52 | Change GetCode() to GetScriptCode() |
| 53 | Change 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 | |
| 63 | The installer requires at least 1.5GB of disk space on C: during installation. Otherwise installation may not proceed. |
| 64 | |
| 65 | If 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 | |
| 69 | The complete list of submissions can be found [http://trac.osgeo.org/mapguide/timeline?from=05%2F3%2F10&daysback=348&changeset=on&update=Update here]. |