Changes between Version 19 and Version 20 of Versions
- Timestamp:
- Nov 8, 2013, 2:11:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v19 v20 30 30 * the WCS CRS extension, partially implemented in the previous version (subsettings but no output reprojection) has been removed. 31 31 * 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. 32 34 33 35 ''Quick upgrade guide'' 34 36 1. `$ rm $RMANHOME/share/rasdaman/petascope/update*.sql` 37 1. `$ rm -rf $CATALINA_HOME/webapps/secoredb/*` 35 38 1. `$ mv $RMANHOME/etc/petascope.properties $RMANHOME/etc/petascope.properties.bak` 36 39 1. `$ make && make install`