Changes between Version 265 and Version 266 of Versions
- Timestamp:
- Jul 1, 2022, 8:41:39 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v265 v266 26 26 - Support importing local files to external endpoint 27 27 28 29 == Version 10.0.5 (2022-TBD) 30 31 === Bug fixes 32 33 rasdaman core 34 35 - Function extend() initializes extended areas with null values 36 37 38 === Full list of commits 39 40 '''Addressed tickets''' between v10.0.4 and v10.0.5 with N commits: 41 {{{ 42 #!sh 43 echo "||= changeset =||= author =||= ticket =||= subject =||" && \ 44 git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.4..v10.0.5 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /' 45 }}} 28 46 29 47 == Version 10.0.4 (2022-06-29) … … 66 84 === Full list of commits 67 85 68 '''Addressed tickets''' between v10.0.3 and v10.0.4 with Ncommits:86 '''Addressed tickets''' between v10.0.3 and v10.0.4 with 27 commits: 69 87 {{{ 70 88 #!sh