Changes between Version 216 and Version 217 of Versions


Ignore:
Timestamp:
Apr 4, 2022, 3:34:35 PM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v216 v217  
    77
    88Alternative ways of obtaining rasdaman are listed in the [wiki:Download] area.
     9
     10== Version 10.0.2 (2022-04-05)
     11
     12=== Bug fixes
     13
     14- OGC frontend (petascope)
     15 - Improve performance of queries in petascopedb
     16
     17- wcst_import
     18 - Make sure each file is opened with GDAL only once to improve performance
     19
     20- Documentation
     21 - Added a guide for migrating an installation from one machine to another ([docs])
     22
     23=== Full list of commits
     24
     25'''Addressed tickets''' between v10.0.1 and v10.0.2 with N commits:
     26{{{
     27#!sh
     28echo "||= changeset =||= author =||= ticket =||= subject =||" && \
     29git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.1..v10.0.2 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /'
     30}}}
     31
     32
    933
    1034== Version 10.0.1 (2022-03-30)
     
    4771=== Full list of commits
    4872
    49 '''Addressed tickets''' between v10.0.0 and v10.0.1 with 3 commits:
     73'''Addressed tickets''' between v10.0.0 and v10.0.1 with 6 commits:
    5074{{{
    5175#!sh