Changes between Version 225 and Version 226 of Versions
- Timestamp:
- Apr 8, 2022, 6:56:12 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v225 v226 7 7 8 8 Alternative ways of obtaining rasdaman are listed in the [wiki:Download] area. 9 10 == Version 10.0.3 (2022-TBD) 11 12 === Bug fixes 13 14 - OGC frontend (petascope) 15 16 17 - wcst_import 18 19 20 - Documentation 21 22 23 === Full list of commits 24 25 '''Addressed tickets''' between v10.0.2 and v10.0.3 with N commits: 26 {{{ 27 #!sh 28 echo "||= changeset =||= author =||= ticket =||= subject =||" && \ 29 git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.2..v10.0.3 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /' 30 }}} 31 9 32 10 33 == Version 10.0.2 (2022-04-06) … … 25 48 === Full list of commits 26 49 27 '''Addressed tickets''' between v10.0.1 and v10.0.2 with Ncommits:50 '''Addressed tickets''' between v10.0.1 and v10.0.2 with 6 commits: 28 51 {{{ 29 52 #!sh