Changes between Version 14 and Version 15 of Versions


Ignore:
Timestamp:
Nov 6, 2013, 6:16:29 PM (10 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v14 v15  
    99
    1010== Version 9.0.0 ==
    11  * From git repository (we have a new [wiki:RasdamanReleaseProcess release procedure] under definition)
    12  * Interface and features [wiki:Features?version=52 table]
    13  * fixes and enhancements:
     11 * For download and installation check the [wiki:Installation installation] and [wiki:RasdamanReleaseProcess release process] guides.
    1412
     13=== Changes and new features ===
     14 * tile ids are now stored as long in the database rather than double.
     15   * '''note:''' this is a backwards incompatible change over rasdaman 8.x, i.e. once `update_db.sh` is run, the database (RASBASE) will be converted to the new format and will be only readable by rasdaman 9+
     16 * the petascope schema has been completely redesigned to work in cooperation with [wiki:SecoreUserGuide SECORE]
     17  * '''note:''' petascope 9.0 is incompatible with the old petascope schema, and requires running `update_petascopedb.sh --migrate` to make the old petascopedb compatible
     18  * before running `update_petascopedb.sh --migrate`, it is necessary to remove the `$RMANHOME/share/rasdaman/petascope/update*.sql` files, which may have been left from an earlier installation.
     19  * similarly it is necessary to remove `$RMANHOME/etc/petascope.properties`, as more parameters have been added and `make install` will not overwrite and outdated configuration file.
     20 * initial support for multi-coverages is available in petascope (specifically multipoint coverages). To enable this feature PostGIS 2.0+ is required, otherwise it will be disabled.
     21
     22=== Fixes ===
    1523[[TicketQuery(status=closed,milestone=9.0-beta1,order=id)]]
    1624[[TicketQuery(status=closed,milestone=9.0,order=id)]]