Changes between Version 128 and Version 129 of Versions


Ignore:
Timestamp:
May 3, 2018, 9:51:32 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v128 v129  
    1616 - WCS !GetCapabilities requests do not require an !AcceptVersions parameter
    1717 - 2-D outputs are automatically transposed if they have YX grid axes order natively (e.g. from netcdf import)
     18* WS client:
     19 - '''wwd''' widget type to display 2D results in the !ProcessCoverages tab with !WebWorldWind
     20 - OWS admin page has been moved from /rasdaman/admin to /rasdaman/ows/admin
    1821* secore:
    1922 - security can be configured in secore.properties
     
    2326 - multiple bug fixes
    2427* rasdaman server:
    25  - support for multipolygon clipping + multiple fixes in the clip function
     28 - support for multipolygon clipping + curtains + multiple fixes in the clip function
    2629 - support for changing a collection type with an 'alter collection' statement
    2730 - fixed condenser output with respect to the null values of the input
    2831 - fixed avg_cells and stddev on areas that do not fully intersect physical tiles
    2932 - the output of floating-point scalar values from rasql is consistent with the csv/json format
     33
     34=== v9.6.0 ===
     35
     36Addressed tickets between v9.6.0-beta2 and v9.6.0:
     37{{{
     38git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0-beta2..v9.6.0 | sort -k 3 -t ':'
     39}}}
     40* changeset:9ad96cb | ticket:1393 - RasJ select into is not valid query (Bang Pham Huu)
     41* changeset:2e0d252 | ticket:1408 - fix type checking in project(); ticket:1464 - set nodata value from the array null value if not specified in the format parameters already (Dimitar Misev)
     42* changeset:91c69b7 | ticket:1595 - tiles should not be executable (Dimitar Misev)
     43* changeset:f319dfb | ticket:1609 - fix compilation on ARM with rasnet enabled (Dimitar Misev)
     44* changeset:26a23af | ticket:1609 - fix compilation with OpenSSL 1.1.0 on Debian Testing (Dimitar Misev)
     45* changeset:5be8102 | ticket:1668 - curtain support enhanced for axis selection and nullvalue support introduced to clipping methods (Brennan Bell)
     46* changeset:2f0ebd2 | ticket:1683 - Generate Rasdaman error messages for rasj, rasdapy from bin/errtxts file (Bang Pham Huu)
     47* changeset:0225b98 | ticket:1713 - WSClient missing values in supported HTTP requests dropdown box from GetCoverage tab when selecting DescribeCoverage (Bang Pham Huu)
     48* changeset:9405608 | ticket:1714 - Petascope fix permission error for deleting /tmp folder for loading GDAL JNI (Bang Pham Huu)
     49* changeset:05bf59e | ticket:1714 - Petascope removes the check for loading GDAL JNI when starting up (Bang Pham Huu)
     50* changeset:d410185 | ticket:1714 - Petascope requires to restart Tomcat by throwing exception if gdal_java cannot be loaded via Java class loader (Bang Pham Huu)
     51* changeset:2d06068 | ticket:1720 - Fix null error when enconding WCPS coverage constructor in netCDF (Bang Pham Huu)
     52* changeset:f40fec4 | ticket:1724 - test.sh --drop missing drop_petascope_data function (Bang Pham Huu)
     53* changeset:25de723 | ticket:1726 - WCST_Import does not require pygrib if it is not necessary (Bang Pham Huu)
     54* changeset:e48cf81 | ticket:1727 - Log4j writes with datetime instead of only time to log files (Bang Pham Huu)
     55* changeset:fc75451 | ticket:1732 - Petascope refactor OWS admin pages from rasdaman/admin to rasdaman/ows/admin (Bang Pham Huu)
     56* changeset:49157df | ticket:1733 - WCST_Import error parsing number from coverage's metadata (Bang Pham Huu)
     57* changeset:f670b4d | ticket:1736 - support queries with ampersand in them in rasj (Dimitar Misev)
     58* changeset:eb4a417 | ticket:1737 - Petascope also works with main context path with adding slash (i.e: /rasdaman/ows/) (Bang Pham Huu)
     59* changeset:66b3fe8 | ticket:1738 - Petascope fix problem with comparison of irregular axis's coefficients from WCST_Import (Bang Pham Huu)
     60* changeset:225cbdf | ticket:1739 - fix subsetting with non-intersecting sdom that contains non-fixed bounds (Dimitar Misev)
     61* changeset:2805786 | ticket:1743 - Petascope cannot run with OpenJDK 10 (Bang Pham Huu)
     62* changeset:cba8c71 | ticket:1745 - Petascop supports encode format case insensitive (Bang Pham Huu)
     63* changeset:13e0bd6 | ticket:1747 - WSClient Add WebWorldWind widget to display 2D result in WCS ProcessCoverages tab (Bang Pham Huu)
     64* changeset:3f95975 | ticket:1748 - WSClient displays overview WMS layer on WebWorldWind as WMSLayer instead of ImageSurfaceLayer (Bang Pham Huu)
     65* changeset:2a63032 | ticket:1752 - Petascope WMS applies trimming subsets for coverage iteartors before scaling in generated Rasql query (Bang Pham Huu)
     66* changeset:155c43c | ticket:1753 - Petascope allows cross origin requests to sub-controllers (Bang Pham Huu)
     67* changeset:84958e1 | ticket:1755 - Petascope WMS should do extend before scale for GetMap request's result (Bang Pham Huu)
     68
    3069
    3170=== v9.6.0-beta2 ===