Changes between Version 74 and Version 75 of Versions


Ignore:
Timestamp:
Nov 26, 2015, 7:22:30 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v74 v75  
    77
    88Alternative ways of obtaining rasdaman are listed in the [wiki:Download] area.
     9
     10== Version 9.2.x ==
     11
     12
     13Addressed tickets between v9.1.0 and v9.2.0-alpha1:
     14{{{
     15git log --pretty=format:"* changeset:%h | %s (%an)" v9.1.0..v9.2.0-alpha1 | sort -k 3 -t ':'
     16}}}
     17* changeset:ca80d89 | ticket:000 - prepare for release v9.2.0 (Dimitar Misev)
     18* changeset:12e3d83 | ticket:1002 - Fixed problems with the new communication protocol and cleaned up the code. Fixed merged conflict. (Alexandru Toader)
     19* changeset:54a4495 | ticket:1002 - pass config by const reference (George Merticariu)
     20* changeset:ccf3c53 | ticket:1003 - Add missing initialization (Georg Semmler)
     21* changeset:1a0dadc | ticket:1006 - Cleaned up the exception set used by rasmgr_x and rascontrol_x and removed unused constructors from exception class (Alexandru Toader)
     22* changeset:e3c0ce7 | ticket:1007 - fix condense of floating point values (Dimitar Misev)
     23* changeset:d7a22a2 | ticket:1022 petascope files without header (Alex Dumitru)
     24* changeset:eafba53 | ticket:1028 - fixed enable-debug compilation (George Merticariu)
     25* changeset:c75d496 | ticket:1028 - fixed rasdaman compilation with enable debug (George Merticariu)
     26* changeset:ae6c6e6 | ticket:1032 - fix parallel queries (Dimitar Misev)
     27* changeset:d5821d9 | ticket:1033 - status 2 shouldn't be treated as error on execute query (George Merticariu)
     28* changeset:024c42a | ticket:1034 - crash testing of rasdaman (Dimitar Misev)
     29* changeset:82eb6ec | ticket:1034 - handle SIGUSR1 in rasserver (print stacktrace and then kill itself), to be used for randomized crash testing (Dimitar Misev)
     30* changeset:9c05c29 | ticket:1035 - Fix building of reladminif (Georg Semmler)
     31* changeset:e9f8ffd | ticket:1040 - grpc java plugin is not required if java is disabled (George Merticariu)
     32* changeset:f99eb49 | ticket:1044 - Set a fixed timeout for client requests. If a server does not reply within 5 seconds, the service call is aborted. (Alexandru Toader)
     33* changeset:ca21b26 | ticket:1045 - fix compilation with --enable-strict and --enable-debug (Vlad Zamfir)
     34* changeset:6686b54 | ticket:1046 - start_rasdaman messages (Bang Pham Huu)
     35* changeset:ea4d508 | ticket:1046 - start_rasdaman.sh messages (removed blank lines and redundant words) (BangPH)
     36* changeset:2ddf07c | ticket:1050 - Petascope.properties lost many configuration after new install (BangPH)
     37* changeset:1cfba37 | ticket:1051 - fix warning (Dimitar Misev)
     38* changeset:6cd7f87 | ticket:1058 - removed java generated files (George Merticariu)
     39* changeset:02b2541 | ticket:1061 - Implemented option No. 2 for handling client requests for an available server (Alexandru Toader)
     40* changeset:1094a32 | ticket:1062 - Fixed compilation with postgresql (Alexandru Toader)
     41* changeset:daf4cce | ticket:1063 Fixed the Petascope configuration for the wcs-client. (Alexandru Toader)
     42* changeset:341fe4e | ticket:1063 - WCS-Client could not load user interface (BangPH)
     43* changeset:3db6666 | ticket:1064 wcst_import extract recipe fails when coverage is irregular and initial slice has all coefficient points (should be the first point), accepted by Alex Dumitru: http://codereview.rasdaman.org/D25 (BangPH)
     44* changeset:e1cb7ea | ticket:1065 - Added the minimal dependencies for the wcs-client to the repo and updated the readme (Alexandru Toader)
     45* changeset:682676b | ticket:1069 - fix installation of rasgeo (Dimitar Misev)
     46* changeset:d5d2466 | ticket:1069 - fix installation of rasgeo, fix typo (Dimitar Misev)
     47* changeset:05939ee | ticket:1069 rasimport and wcst_import should not compile/install on --disable-java (also fix ticket 1068) (Bang Pham Huu)
     48* changeset:c530186 | ticket:1073 - divide tile files into subdirectories (Dimitar Misev)
     49* changeset:548b95b | ticket:1074 - fix error when RASBASE is missing (Dimitar Misev)
     50* changeset:d3b3228 | ticket:1075 - Removed bad easylogging configuration that caused rasql to segfault (Alexandru Toader)
     51* changeset:b1ee0fc | ticket:1076 - As per the GRPC recommendation I have implemented a HealthCheck to allow clients to detect if a server is up and running. (Alexandru Toader)
     52* changeset:a9645ad | ticket:1078 - Fixed bug in the GetCoverage component of the WCS client. (Alexandru Toader)
     53* changeset:45d8382 | ticket:1083 - revert secore EPSG database to v8.5 (Dimitar Misev)
     54* changeset:1e19dd1 | ticket:1083 - update secore EPSG database to v8.7.5 (Dimitar Misev)
     55* changeset:22d663e | ticket:134 - rasdl --del* bug when deleting used types (with ticket 1004 duplicated) (BangPH)
     56* changeset:834e49f | ticket:245 - fix insert/update distinction on client side (Dimitar Misev)
     57* changeset:76e9eaa | ticket:374 - introduce alias power to function pow (Dimitar Misev)
     58* changeset:272311e | ticket:702 Postgis is installed but still not found (accepted by Dimitar: http://codereview.rasdaman.org/D21) (BangPH)
     59* changeset:036f546 | ticket:772 - implement inv_csv function (Vlad Zamfir)
     60* changeset:f0c06d9 | ticket:858 - fix shift on 1D arrays (Dimitar Misev)
     61* changeset:80c6232 | ticket:875 properties files get unduly modified by installation procedure. Accepted by Dimitar Misev (http://codereview.rasdaman.org/D22). (BangPH)
     62* changeset:cfb9c43 | ticket:876 - Support image/png output with WCS GetCoverage requests (BangPH)
     63* changeset:9ca8e98 | ticket:876 - Support PNG in WCS (add test cases) (BangPH)
     64* changeset:5a9cf41 | ticket:877 - modulo operation does not respect null values (Dimitar Misev)
     65* changeset:dfa8204 | ticket:903 - add configuration files for easylogging and change log format (Vlad Zamfir)
     66* changeset:b354eb6 | ticket:903 - change easylogging++ configuration (Vlad Zamfir)
     67* changeset:3622eda | ticket:903 - change easylogging++ log format (Vlad Zamfir)
     68* changeset:97d2702 | ticket:903 - configure easylogging++ in rasgeo, rasql (Vlad Zamfir)
     69* changeset:786193f | ticket:903 - configure easylogging++ in rasmgr and rasserver (Vlad Zamfir)
     70* changeset:5c8df49 | ticket:903 - Fix LDEBUG build error (Vlad Zamfir)
     71* changeset:6a40928 | ticket:903 - fix performance issue with easylogging (Dimitar Misev)
     72* changeset:3a94172 | ticket:903 - fix temporarily performance issue caused by easylogging (Dimitar Misev)
     73* changeset:ef29e54 | ticket:903 - remove unnecessary logging statements from qlparser (Vlad Zamfir)
     74* changeset:cf7e23a | ticket:903 - replace logging with easylogging in directql, rasmgr, server, servercomm (Vlad Zamfir)
     75* changeset:f523466 | ticket:903 - replace rasdaman logging with easylogging in applications, catalogmgr, indexmgr (Vlad Zamfir)
     76* changeset:20a62c2 | ticket:903 - replace rasdaman logging with easylogging in applications (Vlad Zamfir)
     77* changeset:7deef80 | ticket:903 - replace rasdaman logging with easylogging in conversion part 1 (Vlad Zamfir)
     78* changeset:bba15ca | ticket:903 - replace rasdaman logging with easylogging in conversion part 2 (Vlad Zamfir)
     79* changeset:1bebf8c | ticket:903 - replace rasdaman logging with easylogging in mddmgr, rascontrol (Vlad Zamfir)
     80* changeset:c32e49a | ticket:903 - replace rasdaman logging with easylogging in network (Vlad Zamfir)
     81* changeset:d2a729e | ticket:903 - replace rasdaman logging with easylogging in qlparser part 1 (Vlad Zamfir)
     82* changeset:62c5649 | ticket:903 - replace rasdaman logging with easylogging in qlparser part 2 (Vlad Zamfir)
     83* changeset:7c0f520 | ticket:903 - replace rasdaman logging with easylogging in qlparser part 3 (Vlad Zamfir)
     84* changeset:0a0d172 | ticket:903 - replace rasdaman logging with easylogging in rasgeo part 2 (Vlad Zamfir)
     85* changeset:309d354 | ticket:903 - replace rasdaman logging with easylogging in rasgeo (Vlad Zamfir)
     86* changeset:9ce03c2 | ticket:903 - replace rasdaman logging with easylogging in raslib part 1 (Vlad Zamfir)
     87* changeset:67e8635 | ticket:903 - replace rasdaman logging with easylogging in raslib part 2 (Vlad Zamfir)
     88* changeset:6645efa | ticket:903 - replace rasdaman logging with easylogging in raslib, rasodmg part 2 (Vlad Zamfir)
     89* changeset:5f4b927 | ticket:903 - replace rasdaman logging with easylogging in raslib, rasodmg (Vlad Zamfir)
     90* changeset:4c48612 | ticket:903 - replace rasdaman logging with easylogging in rasodmg (Vlad Zamfir)
     91* changeset:f6c81ad | ticket:903 - replace rasdaman logging with easylogging in reladminif (Vlad Zamfir)
     92* changeset:f8b3945 | ticket:903 - replace rasdaman logging with easylogging in relblobif (Vlad Zamfir)
     93* changeset:15956bd | ticket:903 - replace rasdaman logging with easylogging in relcatalogif (Vlad Zamfir)
     94* changeset:48eb302 | ticket:903 - replace rasdaman logging with easylogging in relindexif (Vlad Zamfir)
     95* changeset:e11de8a | ticket:903 - replace rasdaman logging with easylogging in relmddif, relstorageif (Vlad Zamfir)
     96* changeset:1198015 | ticket:903 - replace rasdaman logging with easylogging in rnpclientcomm.cc (Vlad Zamfir)
     97* changeset:6b2607d | ticket:903 - replace rasdaman logging with easylogging in rnprotocol (Vlad Zamfir)
     98* changeset:64cb9fd | ticket:903 - replace rasdaman logging with easylogging in server, reladminif (Vlad Zamfir)
     99* changeset:ac69aef | ticket:903 - replace RMDBGIF macros with easylogging statements part 1 (Vlad Zamfir)
     100* changeset:f2db560 | ticket:903 - replace RMDBGIF macros with easylogging statements part 2 (Vlad Zamfir)
     101* changeset:ea1496b | ticket:903 - replace RMDBGIF macros with easylogging statements part 3 (Vlad Zamfir)
     102* changeset:17c29b2 | ticket:903 - revert changes to LOG macro in directql part 2 (Vlad Zamfir)
     103* changeset:0068ce3 | ticket:903 - revert changes to LOG macro in directql (Vlad Zamfir)
     104* changeset:20cc509 | ticket:903 - set default easylogging file path to /dev/null (Vlad Zamfir)
     105* changeset:f2bcbdb | ticket:903 - solve warnings caused by easylogging (Vlad Zamfir)
     106* changeset:8cf2412 | ticket:910 - WCS ProcessRequest does not work on Webkit browsers (tested with Firefox 38, Chrome 44, Safari 5, Internet Explorer 6). (BangPH)
     107* changeset:e7aebd8 | ticket:914 - Refactor petascope ExceptionCodes into Exceptions for WCS-T (BangPH)
     108* changeset:d6e72e3 | ticket:921 - Cleaned up the WCS client code and rewrote the UI. (Alexandru Toader)
     109* changeset:12ef568 | ticket:956 add default null support (Alex Dumitru)
     110* changeset:a82cc08 | ticket:959 - HSQLDB alternative backend for petascope (Dimitar Misev)
     111* changeset:5432c7a | ticket:960 - do not install jetty unless java server is embedded (Dimitar Misev)
     112* changeset:5a489da | ticket:960 - do not install jetty unless java server is embedded, fix typo (Dimitar Misev)
     113* changeset:e7d2d3a | ticket:960 - embed jetty with petascope (BangPH)
     114* changeset:817d6ff | ticket:960 - enable embedded jetty only explicitly with configure option --with-java-server=embedded (Dimitar Misev)
     115* changeset:6894488 | ticket:960 - Jetty enable with Petascope (Validated by Vlad, help from Dimitar). (BangPH)
     116* changeset:50b929f | ticket:961 - failover to configured resolver when the resolver in the crs definition is unresolvable (Dimitar Misev)
     117* changeset:d65cbf3 | ticket:962 - fixed irregular axis bounds pushed to the limits in subsets that don't intersect any slices (Vlad Merticariu)
     118* changeset:6a0690b | ticket:968 - wcst_import recipes should allow custom band names (Dimitar Misev)
     119* changeset:f6fc7f9 | ticket:969 - Deleting coverage ingested with wcst_import fails (BangPH)
     120* changeset:f9bc2b7 | ticket:970 - set a timout of 60 seconds for executing sqlite (Dimitar Misev)
     121* changeset:47d6e75 | ticket:975 Fix crs indices computation for inverted crses in WMS 1.3 and support for openlayers (Alex Dumitru)
     122* changeset:2eff30b | ticket:975 Fixed wms crs computing for negative indices (Alex Dumitru)
     123* changeset:ecad5a6 | ticket:976 - fix validation of nil values in petascope (Dimitar Misev)
     124* changeset:b59d6ea | ticket:977 - set default installation prefix to /usr/local/rasdaman (Dimitar Misev)
     125* changeset:fb67982 | ticket:978 - check if user has correct permissions when starting/initializing rasdaman (Dimitar Misev)
     126* changeset:328f731 | ticket:978 - fix write permission check (Dimitar Misev)
     127* changeset:d71134c | ticket:979 support for grid coverages in wcst (Alex Dumitru)
     128* changeset:544a9d2 | ticket:979 & ticket:980 added support for GridCoverages (non-Rectified) to WCST and changed the default pixel data type when not specified to Float32 (Vlad Merticariu)
     129* changeset:ee68a8b | ticket:981 - do not throw error if database does not exist (Dimitar Misev)
     130* changeset:775167a | ticket:981 - fix compilation warning (Dimitar Misev)
     131* changeset:a0d161d | ticket:981 - throw proper errors when recreating an existing RASBASE (Dimitar Misev)
     132* changeset:a318325 | ticket:983 wcst_import: invalid input files should not cause error (BangPH)
     133* changeset:66f058a | ticket:985 WCS Extract recipe for extracting data from an existing WCS service (Alex Dumitru)
     134* changeset:789cc0e | ticket:986 - WCST should work with file names containing spaces and ticket:1026 escape special characters (Comment: one code fix both tickets) (BangPH)
     135* changeset:00b44e8 | ticket:987 fixed metadata rollback on failed irregular coverage updates (Vlad Merticariu)
     136* changeset:3d31481 | ticket:989 WCST Import improvements (Alex Dumitru)
     137* changeset:dc6b72a | ticket:989 WCST Import improvements - part 2 (Alex Dumitru)
     138* changeset:f12a849 | ticket:989 WCST Import improvements - part 3 (Alex Dumitru)
     139* changeset:654d9df | ticket:993 - Fix warnings in conversion (Georg Semmler)
     140* changeset:565c0a0 | ticket:995 WMS should update definitions on WCS-T updates (Alex Dumitru)
     141* changeset:ea26689 | ticket:999 - rasmgr.auth is now saved in CONFDIR as it was in the old rasmgr. (Alexandru Toader)
     142
    9143
    10144== Version 9.1.x ==