| | 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 |
| | 28 | echo "||= changeset =||= author =||= ticket =||= subject =||" && \ |
| | 29 | git 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 | |