Changes between Version 119 and Version 120 of Versions


Ignore:
Timestamp:
Jan 23, 2018, 3:24:13 PM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v119 v120  
    3737
    3838The petascope database has to be migrated to a new schema version: simply execute `sudo migrate_petascopedb.sh` after updating your installation.
     39
     40=== v9.5.0 ===
     41
     42Addressed tickets between v9.5.0-beta1 and v9.5.0:
     43{{{
     44git log --pretty=format:"* changeset:%h | %s (%an)" v9.5.0-beta1..v9.5.0 | sort -t: -k3,3n
     45}}}
     46* changeset:203d97a | ticket:000 - improve rasdaman start/stop scripts (Dimitar Misev)
     47* changeset:4dd64af | ticket:91 - remove obsolete directory (Dimitar Misev)
     48* changeset:913f5d4 | ticket:1538 - remove boost.spirit dependency (Dimitar Misev)
     49* changeset:1d5737a | ticket:1571 - fix failing test (Dimitar Misev)
     50* changeset:83e5ca1 | ticket:1635 - WS client doesn't load coverages's extents by default (Bang Pham Huu)
     51* changeset:fb6fcf6 | ticket:1647 - updated makefiles for compilation with autotools (Brennan Bell)
     52* changeset:849b204 | ticket:1651 - remove deprecated tools rasimport and rview (Dimitar Misev)
     53* changeset:a7a10d1 | ticket:1651 - remove deprecated autotools build system (Dimitar Misev)
     54* changeset:df92beb | ticket:1651 - add configuration messages to cmake (Dimitar Misev)
     55* changeset:75b097e | ticket:1654 - forward update_petascopedb.sh to migrate_petascopedb.sh (Dimitar Misev)
     56* changeset:0f37cb1 | ticket:1655 - optimizations for polygon clipping (Brennan Bell)
     57* changeset:b2ebdfe | ticket:1656 - migrate_petascopedb.sh should not throw error when petascopedb is already at version 9.5 (Dimitar Misev)
     58* changeset:f099012 | ticket:1658 - coverages imported by petascope_insertdemo.sh without test_ prefix (Bang Pham Huu)
     59* changeset:cfa1dfb | ticket:1659 - Warning in tomcat's log for validating javax.servlet jar dependency (Bang Pham Huu)
     60* changeset:e7b1c3d | ticket:1660 - improve petascope's log (Bang Pham Huu)
     61* changeset:67aeea9 | ticket:1662 - Petascope loads JDBC jar for DMBS (not postgresql) from petascope.properties file at run time (Bang Pham Huu)
     62* changeset:2ce51c5 | ticket:1663 - install raslib and rasodmg headers to $RMANHOME/include (Dimitar Misev)
     63* changeset:bc7992f | ticket:1664 - update secore to basex version 8.6.7 to avoid multiple unknown exceptions with stream closed from basex (Bang Pham Huu)
     64* changeset:1a9168b | ticket:1665 - Silence wget for downloading phantomjs to test WS_Client's interface and Maven for rasj, secore in log file (Bang Pham Huu)
     65* changeset:7447f4f | ticket:1666 - update_properties.sh will not create backup for old properties file if no old property is deprecated (Bang Pham Huu)
     66* changeset:ad3f1fd | ticket:1668 - improved polygon filling and introduced basic curtain queries (Brennan Bell)
     67* changeset:b50f9fc | ticket:1670 - RasdaPy_Signal to close thread properly to release connection to rasmgr/rasserver (Bang Pham Huu)
     68* changeset:3ab631c | ticket:1671 - RasdaPy_Update collection query should run with write permission (Bang Pham Huu)
     69* changeset:d3ad2fc | ticket:1673 - RasdaPy_add the error message for error query as same as output from rasql (Bang Pham Huu)
     70* changeset:faa12e8 | ticket:1680 - move rasdapy's sourcecode from github to rasdaman's repository (Bang Pham Huu)
     71* changeset:4dfa596 | ticket:1681 - install pdf documentation by default (Dimitar Misev)
     72
    3973
    4074=== v9.5.0-beta1 ===