Changes between Version 19 and Version 20 of Versions


Ignore:
Timestamp:
Nov 8, 2013, 2:11:43 PM (10 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v19 v20  
    3030 * the WCS CRS extension, partially implemented in the previous version (subsettings but no output reprojection) has been removed.
    3131 * OGC WCS compliance is ensured (KVP protocol extension).
     32 * SECORE only supports URLs now, URN support is removed as OGC URNs have been deprecated for a long time already.
     33  * '''note:''' this is an incompatible change, so an existing SECORE database must be removed (rm -rf $CATALINA_HOME/webapps/secoredb/*), so that a new database containing only URL identifiers can be initialized.
    3234
    3335''Quick upgrade guide''
    34361. `$ rm $RMANHOME/share/rasdaman/petascope/update*.sql`
     371. `$ rm -rf $CATALINA_HOME/webapps/secoredb/*`
    35381. `$ mv $RMANHOME/etc/petascope.properties $RMANHOME/etc/petascope.properties.bak`
    36391. `$ make && make install`