Changes between Version 237 and Version 238 of Versions


Ignore:
Timestamp:
Apr 25, 2022, 5:01:23 PM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v237 v238  
    88Alternative ways of obtaining rasdaman are listed in the [wiki:Download] area.
    99
    10 == Version 10.0.3 (2022-TBD)
     10== Version 10.0.4 (2022-TBD)
     11
     12=== Bug fixes
     13
     14=== Full list of commits
     15
     16'''Addressed tickets''' between v10.0.3 and v10.0.4 with N commits:
     17{{{
     18#!sh
     19echo "||= changeset =||= author =||= ticket =||= subject =||" && \
     20git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.3..v10.0.4 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /'
     21}}}
     22
     23== Version 10.0.3 (2022-04-25)
    1124
    1225=== Bug fixes
     
    3447- Improve parsing for axes definitions in CRS
    3548
    36 
    3749=== Full list of commits
    3850
    39 '''Addressed tickets''' between v10.0.2 and v10.0.3 with N commits:
     51'''Addressed tickets''' between v10.0.2 and v10.0.3 with 15 commits:
    4052{{{
    4153#!sh
     
    4355git 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 || /'
    4456}}}
     57
     58||= changeset =||= author =||= ticket =||= subject =||
     59|| changeset:067109f56 || Bang Pham Huu || ticket:2471 || FIX - SECORE embedded in petascope supports JSP
     60|| changeset:a12ef069f || Bang Pham Huu || ticket:2560 || FIX - wcst_import to work with axies labels case insensitive
     61|| changeset:aa88a2778 || Dimitar Misev || ticket:2572 || FIX automatically run pylint on wcst_import when building rasdaman
     62|| changeset:3e346833e || Bang Pham Huu || ticket:2573 || FIX - petascope fixes some errors for WCS scale extent and SOAP requests
     63|| changeset:015c0c3b2 || Bang Pham Huu || ticket:2574 || FIX - configurable size of gdal datasets cache in wcst_import
     64|| changeset:b24e1dc9c || Bang Pham Huu || ticket:2575 || FIX - petascope adds failed rasql queries with log counters
     65|| changeset:e43b524a9 || Bang Pham Huu || ticket:2576 || FIX - wcst_import - get axes defined in COSMO CRS 101 properly
     66|| changeset:9445e65ac || Dimitar Misev || ticket:2577 || FIX improve thread-safety in rasmgr
     67|| changeset:c6a5a5831 || Bang Pham Huu || ticket:2578 || FIX - fix test web interfaces in system tests and ticket:2209 - test web interfaces in multiple threads and ticket:2579 - wcst_import checks if user can create resume file in folder containing ingredients file before analyzing files"
     68|| changeset:ca1d949a3 || Bang Pham Huu || ticket:2580 || wcst_import wrong error cannot create resume file
     69|| changeset:2498120d2 || Bang Pham Huu || ticket:2581 || petascope - enhance parsing UCUM label from opengis.net
     70|| changeset:54a5d37c3 || Bang Pham Huu || ticket:2583 || FIX - wcst_import is killed with ctrl + c or pkill -f then it should add current updating file to resume.json file
     71|| changeset:da8e025aa || Bang Pham Huu || ticket:2584 || FIX - Petascope - Enhance XML to string for WMS GetCapabilities
     72|| changeset:17f5cc9a2 || Dimitar Misev || ticket:2585 || FIX invalid shell syntax in secore Makefile
     73|| changeset:d61493fce || Bang Pham Huu || ticket:2586 || FIX- wcst_import - coverage's global metadata uses user defined band names for netCDF recipe
     74|| changeset:8eba67489 || Bang Pham Huu || ticket:2587 || FIX - wcst_import fix bug when skip is true and no input files match with the defined pattern
    4575
    4676