Changes between Version 65 and Version 66 of Versions


Ignore:
Timestamp:
Apr 29, 2015, 11:56:00 AM (9 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v65 v66  
    3535=== Upgrade from 9.0.x ===
    3636To upgrade from rasdaman 9.0 to 9.1, it is necessary to upgrade the database by running '''update_db.sh'''. This is a backwards compatible change, i.e. rasdaman 9.0 can still be run on the same database after the update.
     37
     38=== Pre-release Version 9.1.0-beta2 ===
     39{{{
     40git log --pretty=format:"* changeset:%h | %s (%an)" v9.1.0-beta1..v9.1.0-beta2 | sort -k 3 -t ':'
     41}}}
     42
     43* changeset:d0414c1 | ticket:000 - fix blob deletion in the sqlite/filestorage backend (Dimitar Misev)
     44* changeset:b29ad6e | ticket:505 - Minor fix on JUnit annotation. (Piero Campalani)
     45* changeset:d6be961 | ticket:658 - Added French and German error messages for division by zero (Veranika Liaukevich)
     46* changeset:7d12e56 | ticket:658 - div by zero documented (Peter BaumanN)
     47* changeset:995936d | ticket:658 - Division by zero: return inf/nan for floats, throw exceptions on integer division (Veranika Liaukevich)
     48* changeset:a12f7df | ticket:712 - better integration for required libraries in rasnet (George Merticariu)
     49* changeset:097599f | ticket:712 - check libraries for rasnet protocol (George Merticariu)
     50* changeset:875fa31 | ticket:712 - Enabled java protobuf compilation for rasnet protocol (George Merticariu)
     51* changeset:03d62d3 | ticket:712 - fixed rasnet required libraries dependencies when they are not installed in the standard path (George Merticariu)
     52* changeset:6d16c3a | ticket:712 - java implementation refactored (George Merticariu)
     53* changeset:62a1b3c | ticket:712 - optimisations in rasnet (Alexandru Toader)
     54* changeset:9209f83 | ticket:712 - refactoring (George Merticariu)
     55* changeset:52a62d0 | ticket:746 | More meaningful exception message when input dates/timestamps fall out of bound. (Piero Campalani)
     56* changeset:3e9cdb3 | ticket:782 - Fix structure type string parsing (Veranika Liaukevich)
     57* changeset:17d563c | ticket:782 - Tests for parsing structure types from string representation (Veranika Liaukevich)
     58* changeset:705c043 | ticket:815 - fix systemtest evaluation with sqlite backend (Dimitar Misev)
     59* changeset:f9f8a90 | ticket:852 - eliminating pg dependent functions (Bidesh Thapaliya)
     60* changeset:9e509c1 | ticket:856 - Eliminated compiler warnings (Vlad Zamfir)
     61* changeset:9281597 | ticket:856 - Eliminated c++ warnings (Vlad Zamfir)
     62* changeset:e70f2b6 | ticket:856 - Fixed compiler warnings (Vlad Zamfir)
     63* changeset:19f6c1b | ticket:856 - Fixed c++ warnings (Vlad Zamfir)
     64* changeset:d498c92 | ticket:863 - Fixed decode with different data types (George Merticariu)
     65* changeset:33673f2 | ticket:863 - fixed typos in varialbe naming (George Merticariu)
     66* changeset:bfe65a1 | ticket:880 - Fixed bug in stop_rasdaman.sh (Alexandru Toader)
     67* changeset:198d27e | ticket:881 - fixed compilation with --enable-debug (George Merticariu)
     68* changeset:523c8d7 | ticket:882 - Add code of R package for Rasdaman (Veranika Liaukevich)
     69* changeset:b0ce280 | ticket:882 - Add more Java-to-R conversion tests, fix conversion bugs (Veranika Liaukevich)
     70* changeset:9562094 | ticket:882 - Fix problem with nonexisting RRasdaman/inst/java directory (Veranika Liaukevich)
     71* changeset:b713192 | ticket:882 - Remove dependencies on DBI package (Veranika Liaukevich)
     72* changeset:f4603bd | ticket:883 completed refactoring and fixed tests. (Alexandru Toader)
     73* changeset:3ebb664 | ticket:883 Merging refactoring to rasnet with main branch (Alexandru Toader)
     74* changeset:df53230 | ticket:883 - Refactored and added tests for Client, UserAdminRights, UserDatabaseRights, User (Alexandru Toader)
     75* changeset:25f20b5 | ticket:883 - Refactored and added tests for Database, DatabaseHost, DatabaseManager, DatabaseHostManager (Alexandru Toader)
     76* changeset:8a290b8 | ticket:883 - Refactored and added tests for ServerGroup, ServerManager. Removed hardcoded constants. (Alexandru Toader)
     77* changeset:12b9570 | ticket:883 - Refactored and added tests for UserManager, ClientManager and renamed Server related files (Alexandru Toader)
     78* changeset:d11da66 | ticket:884 - fixed sqlite linking (George Merticariu)
     79* changeset:c83b0fb | ticket:891 - create temporary files in /tmp; throw more specific conversion error (Dimitar Misev)
     80* changeset:c9050bb | ticket:891 - fix temporary file leak in netcdf converter (Dimitar Misev)
     81* changeset:85a56a0 | ticket:894 - fixed typos and editorial hiccups (Peter BaumanN)
     82* changeset:a14ec44 | ticket:896 Fix compatibility with postgres 8.4 in wms (Alex Dumitru)
     83* changeset:f27eeec | ticket:897 - fix --with-filedatadir configure option (Dimitar Misev)
     84* changeset:99239a9 | ticket:898 - proper warning when WMS 1.1 service has not been initialized (Dimitar Misev)
     85* changeset:2c628ab | ticket:906 - Fix package description file (Veranika Liaukevich)
     86* changeset:5e52392 | ticket:906 - Make R package compliant with CRAN rules (Veranika Liaukevich)
     87* changeset:ca2b537 | ticket:907 documented induced condenser (Peter BaumanN)
     88* changeset:eea300b | ticket:907 enhanced condenser to work with induced operations on arrays (Vlad Merticariu)
     89* changeset:73ae52b | ticket:909 - Do not regenerate protobuf messages if there is no change (Georg Semmler)
     90* changeset:1dbe46f | ticket:912 Implemented WCST Update and refactored petascope. (Vlad Merticariu)
     91* changeset:2a6a8c0 | ticket:918 Utility to insert georeferenced datasets via WCST (Alex Dumitru)
     92
    3793
    3894=== Pre-release Version 9.1.0-beta1 ===