Changes between Version 83 and Version 84 of Versions


Ignore:
Timestamp:
Jan 27, 2016, 8:55:14 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v83 v84  
    189189
    190190
     191Addressed tickets between v9.2.0-beta1 and v9.2.0:
     192{{{
     193git log --pretty=format:"* changeset:%h | %s (%an)" v9.2.0-beta1..v9.2.0 | sort -k 3 -t ':'
     194}}}
     195
     196* changeset:35854cd | ticket:000 documented 9.2 functionality (Peter BaumanN)
     197* changeset:3ae2de4 | ticket:000 - ignore generated files (Dimitar Misev)
     198* changeset:692f29e | ticket:1000 petascope service identification and provider should be configurable easier (BangPH)
     199* changeset:448e5fd | ticket:1005 - wcps parser error with date ranges (BangPH)
     200* changeset:06ff429 | ticket:1007 - fix general condense on values of type char/short (Dimitar Misev)
     201* changeset:9152ab4 | ticket:1025 - added support for braches in rasdaman (George Merticariu)
     202* changeset:d68c143 | ticket:1042 - Fixed bug in the Java implementation of the new protocol (Alexandru Toader)
     203* changeset:bc6fe74 | ticket:1042 - Updated peer management implementation in rasnet to respect the specification of the old protocol. (Alexandru Toader)
     204* changeset:7145fcd | ticket:1047 - Modified third_party makefile to install the needed header and library files to $RMANHOME/include and $RMANHOME/lib (Alexandru Toader)
     205* changeset:cfaa4f7 | ticket:1055 - error when inserting a new coverage id that is the same name as an existing rasdaman collection (http://codereview.rasdaman.org/D59) (BangPH)
     206* changeset:14219b6 | ticket:1066 Add autoreconf command to installation guide (Peter BaumanN)
     207* changeset:9701d69 | ticket:1071 - rasj.jar is not installed on make install (BangPH)
     208* changeset:f57e28b | ticket:1079 - WCS GetCoverage error when encode in application/gml+xml (BangPH)
     209* changeset:e264014 | ticket:1081 - Added git submodules for easyloggingpp, googlemock and googletest (Alexandru Toader)
     210* changeset:ec4c8a6 | ticket:1084 - The WCS client now displays exceptions received from the server. (Alexandru Toader)
     211* changeset:6ee4a95 | ticket:1086 - added conditional compilation for common (George Merticariu)
     212* changeset:516d62f | ticket:1104 - generate java proto files if they are missing (George Merticariu)
     213* changeset:9b5111e | ticket:1109 - Fix SECORE definitions in userdb XML to valid GML Schema (accepted in http://rasdaman.org/ticket/1109) (BangPH)
     214* changeset:c0a3908 | ticket:1110 -- removed java.nio dependencies from test file (Danut Rusu)
     215* changeset:2f3672f | ticket:1113 - Duplicate data in area definition of SECORE when open in browse.jsp (accepted in http://codereview.rasdaman.org/D46). (BangPH)
     216* changeset:a8b776e | ticket:1114 WCSTImport type inconsistency for coverage coefficients (Alex Dumitru)
     217* changeset:0b7fd09 | ticket:1118 - Added easylogging, googlemock and googletest as third party dependencies and changed include headers in files that use them. (Alexandru Toader)
     218* changeset:1ffabbc | ticket:1118 - Added grpc and grpc-java submodules (Alexandru Toader)
     219* changeset:4b4b7b5 | ticket:1118 - Fixed bug in makefile which caused git submodule update to not run (Alexandru Toader)
     220* changeset:0549725 | ticket:1118 - Fixed bug in third_party Makefile (Alexandru Toader)
     221* changeset:d9ba050 | ticket:1118 - Integrated the build procedure of third_party libraries with rasdaman's build. (Alexandru Toader)
     222* changeset:c9085a3 | ticket:1119 - new type syntax in rasql (George Merticariu)
     223* changeset:6e6eaf2 | ticket:1122 - change default target install dir to /opt/rasdaman (Dimitar Misev)
     224* changeset:2a53270 | ticket:1126 - fix scaling of some corner cases by merging tiles (Dimitar Misev)
     225* changeset:f4a50b8 | ticket:1128 - Testing wcst_import in system. (BangPH)
     226* changeset:aaa8eef | ticket:1129 - temporarily ignore wcps test 101 (Dimitar Misev)
     227* changeset:94ee8c8 | ticket:1130 - fix create_db.sh to create the filestorage directory if it does not exist (Dimitar Misev)
     228* changeset:58e99c5 | ticket:1132 - Missing detail information in log file of system test (test_wcs, test_wcps,...) (http://codereview.rasdaman.org/D63) (BangPH)
     229* changeset:9cd51a1 | ticket:1133 fixed validation error on update for coverages having more than 128 bands (Vlad Merticariu)
     230* changeset:62baff0 | ticket:1134 - Fixed bug in wcs-client GetCoverage core tab that prevented slicing at the default value (Alexandru Toader)
     231* changeset:65b1e6b | ticket:1135 - reconfigure the debug symbols requirements (George Merticariu)
     232* changeset:a47cbf2 | ticket:1136 - Fix format specifiers for oid in partinsert.cc (Georg Semmler)
     233* changeset:816fa2c | ticket:1137 - Using wcst_import in petascope_insertdemo.sh (http://codereview.rasdaman.org/D65) (BangPH)
     234* changeset:29033fd | ticket:1142 - do not wrap RasQueryExecutionFailedException in RasQueryExecutionFailedException (George Merticariu)
     235* changeset:6be2a30 | ticket:1144 git init needs to be run in source root for git < 1.8 (Alex Dumitru)
     236* changeset:f23d4b3 | ticket:1145 Boost exception is required by rasmgr but it isn't actually needed (Alex Dumitru)
     237* changeset:9775cfb | ticket:1148 - Added exception handler to surround methods that should not throw exceptions. (Alexandru Toader)
     238* changeset:b858793 | ticket:1150 - rasmgr log output is now sent to rasmgr.(PID).log as was in the old implementation of rasmgr. (Alexandru Toader)
     239* changeset:167aa2f | ticket:1150 - rasmgr_x now uses the etc/log-rasmgr.conf configuration file so the log level is configurable at runtime. (Alexandru Toader)
     240* changeset:34be5d0 | ticket:1150 - Replaced LINFO debug statements with LDEBUG in rasmgr (Alexandru Toader)
     241* changeset:58aa7b9 | ticket:1151 - Installed signal handler for rasserver for the rasnet protocol (Alexandru Toader)
     242* changeset:64dc73c | ticket:1154 - Evaluation of null values is not safe in QtDomainOperation (Dimitar Misev)
     243* changeset:e73f765 | ticket:1155 - Implemented functionality in the configuration manager which saves the state of rasmgr to a unique file if the configuration is not explicitly saved through the rascontrol save command. (Alexandru Toader)
     244* changeset:f79e291 | ticket:1158 - make rasnet the default network protocol (Dimitar Misev)
     245* changeset:abe334c | ticket:1160 - petascop.properties document (BangPH)
     246* changeset:e375481 | ticket:1164 - Update build dependencies in RPM spec files (Dimitar Misev)
     247* changeset:79e80ad | ticket:1165 - Added declaration of signal handler function (Alexandru Toader)
     248* changeset:8356526 | ticket:1165 - Added empty throw specifier to allow rasdaman to compile with older version of g++ (Alexandru Toader)
     249* changeset:793bb34 | ticket:1167 - Fix the right path to wcst_import.py in test wcst_import (BangPH)
     250* changeset:91ad088 | ticket:1167 Petascope_insertdemo.sh should keep the band names after update (Alex Dumitru)
     251* changeset:6391338 | ticket:1169 - Updated the maximum number of milliseconds allowed between two KeepAlive messages from the client. (Alexandru Toader)
     252* changeset:c56056c | ticket:1176 - Added . as a valid character in the hostname (Alexandru Toader)
     253* changeset:72ff6a0 | ticket:1182 - check if rasmgr port is alreay in use (George Merticariu)
     254* changeset:3c56ce9 | ticket:1183 - error request should return content instead of empty in system test (BangPH)
     255* changeset:d9aae10 | ticket:1184 - add libstdc++ as a build dependency; fix java and third_party Makefiles to properly install files (Dimitar Misev)
     256* changeset:6b22715 | ticket:1185 - Added code in the new rasmgr to handle the old format of rasmgr.auth (Alexandru Toader)
     257* changeset:2c7298a | ticket:1187 - Fixed bug in rascontrol grammar that did not allow peer host names to contain . . Fixed bug in rasmgr address binding (Alexandru Toader)
     258* changeset:538a636 | ticket:240 - Fix exporting big format encoded data on rasnet (Alexandru Toader)
     259* changeset:084ee42 | ticket:240 - fix exporting big format encoded data with C++ clients (Dimitar Misev)
     260* changeset:b832457 | ticket:368 - expand/format parameters should not be allowed in CCRS (BangPH)
     261* changeset:327dda3 | ticket:374 document pow(), power() (Peter BaumanN)
     262* changeset:996e9ee | ticket:704 Document dbinfo() function (Peter BaumanN)
     263* changeset:a474a82 | ticket:732 - SECORE definition is not valid and need to validate all definition (http://codereview.rasdaman.org/D47) (BangPH)
     264* changeset:e8b2527 | ticket:819 - Resolving hrefs in secore doesn't work across databases (accepted in http://codereview.rasdaman.org/D42) (BangPH)
     265* changeset:d59198e | ticket:847 - Petascope version number (http://codereview.rasdaman.org/D92) (BangPH)
     266* changeset:ea99d6f | ticket:943 - resolve bison conflicts (BangPH)
     267
     268
     269
    191270== Version 9.1.x ==
    192271