| 73 | | * ticket:15 - fixed test |
| 74 | | * ticket:169 - add comments to rasgeo's config file |
| 75 | | * ticket:242 - OIDs are returned from INSERTs. |
| 76 | | * ticket:281 - 0D coverage for referenceable grids too. |
| 77 | | * ticket:292 - 1) added tests for decode function; 2) removed gdal parameters from decode; 3) reverted encode function to initial state |
| 78 | | * ticket:292 - added decode functionality |
| 79 | | * ticket:325 - handle segfaults in rasimport and raserase |
| 80 | | * ticket:412 - Check bison or byacc for presence |
| 81 | | * ticket:507 - Remove wildcard from regular file test in update_petascopedb.sh. |
| 82 | | * ticket:542 - Function calls in complex constructor |
| 83 | | * ticket:543 - Condensing over complex numbers |
| 84 | | * ticket:543 - Fix types comparison |
| 85 | | * ticket:567 - Drop spurious !SchemaSpy files for old ps9_ tables. |
| 86 | | * ticket:571 - Create a Bbox object for multipoint coverages |
| 87 | | * ticket:579 - Update license headers for Java source files and add utility for automatic (re)update. |
| 88 | | * ticket:580 - Duplicate header in WCS SOAP responses |
| 89 | | * ticket:621 - lockmgr: Removes attribute clientId from table, code, and queries. |
| 90 | | * ticket:630 - properly set rw lock when lockmgr is disabled |
| 91 | | * ticket:671 - Check flex for presence |
| 92 | | * ticket:672 - Fix WMS path in WMS import tools. |
| 93 | | * ticket:673 - CSV conversion for complex numbers |
| 94 | | * ticket:673 - Test for complex number CSV conversion |
| 95 | | * ticket:673 - Fix broken tests of CSV conversion |
| 96 | | * ticket:674 - Fix literal concatenation when constructing query for gmlcov metadata migration. |
| 97 | | * ticket:675 - Explicitly set PostgreSQL standard_conforming_strings variable before updating petascopedb. |
| 98 | | * ticket:676 - Fix root document reference for UoM parsing. |
| 99 | | * ticket:677 - Remove supported authorities from CRS URI validity check. |
| 100 | | * ticket:681 - Fetching coefficients on irregular untrimmed axis |
| 101 | | * ticket:682 - Fix minimal bounding box on irregular axes. |
| 102 | | * ticket:684 - added test |
| 103 | | * ticket:685 - fix petascope.properties initialization in RPM installations |
| 104 | | * ticket:686 - Drop duplicate (wrong) check on index min-max consistency and add test. |
| 105 | | * ticket:687 - Fix timestamp to numeric time coordinate conversion on vectors with norm different from 1 and add new irr_cube_2 test dataset. |
| 106 | | * ticket:693 - C++ examples fail to compile |
| 107 | | * ticket:695 - PostGIS version can also be quoted in some distributions. |
| 108 | | * ticket:696 - fix WCS/WCPS multipoint tests |
| 109 | | * ticket:698 - Synchronize Petascope demo insertion and add feedback. |
| 110 | | * ticket:699 - Interrupt signal handlers while updating petascopedb. |
| | 73 | List generated with: |
| | 74 | {{{ |
| | 75 | $ git log --pretty=format:"* changeset:%h | %s (%an)" v9.0.0..HEAD | sort -k 3 -t ':' |
| | 76 | }}} |
| | 77 | |
| | 78 | * changeset:e806a26 | ticket:15 - fix test (Dimitar Misev) |
| | 79 | * changeset:e8c027d | ticket:169 - add comments to rasgeo's config file (Dimitar Misev) |
| | 80 | * changeset:db096ba | ticket:242 - OIDs are returned from INSERTs. (Heinrich Stamerjohanns) |
| | 81 | * changeset:d5eca14 | ticket:281 - 0D coverage for referenceable grids too. (Piero Campalani) |
| | 82 | * changeset:49a003b | ticket:292 added decode functionality (George Merticariu) |
| | 83 | * changeset:f926d12 | ticket:325 - handle segfaults in rasimport and raserase (Dimitar Misev) |
| | 84 | * changeset:b67033b | ticket:412 - Check bison or byacc for presence (Veranika Liaukevich) |
| | 85 | * changeset:09dd2a9 | ticket:507 - Remove wildcard from regular file test in update_petascopedb.sh. (Piero Campalani) |
| | 86 | * changeset:0ff494f | ticket:542 - Function calls in complex constructor (Veranika Liaukevich) |
| | 87 | * changeset:8b717f0 | ticket:543 - Condensing over complex numbers (Veranika Liaukevich) |
| | 88 | * changeset:6434f7d | ticket:543 - Fix types comparison (Veranika Liaukevich) |
| | 89 | * changeset:2d86fb9 | ticket:567 - Drop spurious SchemaSpy files for old ps9_ tables. (Piero Campalani) |
| | 90 | * changeset:40cd00d | ticket:571 - Create a Bbox object for multipoint coverages (Alireza RM) |
| | 91 | * changeset:889bdc0 | ticket:579 - Update license headers for Java source files and add utility for automatic (re)update. (Piero Campalani) |
| | 92 | * changeset:30850fc | ticket:621 lockmgr: Adapts the documentation of the whole code after removing clientId. (Kinga Lipskoch) |
| | 93 | * changeset:596ceb0 | ticket:621 lockmgr: Removes attribute clientId from table, code, and queries. (Kinga Lipskoch) |
| | 94 | * changeset:7487a46 | ticket:621 lockmgr: Removes "IF EXISTS" from update4.sql and sets the updatenumber to 5. (Kinga Lipskoch) |
| | 95 | * changeset:9c3fa78 | ticket:630 - properly set rw lock when lockmgr is disabled (Dimitar Misev) |
| | 96 | * changeset:5cb4af1 | ticket:671 - Check flex for presence (Veranika Liaukevich) |
| | 97 | * changeset:648d171 | ticket:672 - Fix WMS path in WMS import tools. (Piero Campalani) |
| | 98 | * changeset:8f46ab0 | ticket:673 - CSV conversion for complex numbers (Veranika Liaukevich) |
| | 99 | * changeset:e910167 | ticket:673 - Fix broken tests of CSV conversion (Veranika Liaukevich) |
| | 100 | * changeset:e3c9915 | ticket:673 - Test for complex number CSV conversion (Veranika Liaukevich) |
| | 101 | * changeset:3f5338b | ticket:674 - Fix literal concatenation when constructing query for gmlcov metadata migration. (Piero Campalani) |
| | 102 | * changeset:4816e4b | ticket:675 - Explicitly set PostgreSQL standard_conforming_strings variable before updating petascopedb. (Piero Campalani) |
| | 103 | * changeset:514eab4 | ticket:676 - Fix root document reference for UoM parsing. (Piero Campalani) |
| | 104 | * changeset:0da1d6f | ticket:677 - Remove supported authorities from CRS URI validity check. (Piero Campalani) |
| | 105 | * changeset:d529f93 | ticket:681 - Fetching coefficients on irregular untrimmed axis. (Piero Campalani) |
| | 106 | * changeset:53768e7 | ticket:682 - Fix minimal bounding box on irregular axes. (Piero Campalani) |
| | 107 | * changeset:bdd8887 | ticket:684 - add test (Dimitar Misev) |
| | 108 | * changeset:ae69314 | ticket:685 - fix petascope.properties initialization in RPM installations (Dimitar Misev) |
| | 109 | * changeset:2aaa6d7 | ticket:686 - Drop duplicate (wrong) check on index min-max consistency and add test. (Piero Campalani) |
| | 110 | * changeset:dd33a59 | ticket:687 - Fix timestamp to numeric time coordinate conversion on vectors with norm different from 1 and add new irr_cube_2 test dataset. (Piero Campalani) |
| | 111 | * changeset:8896f99 | ticket:695 - PostGIS version can also be quoted in some distributions. (Piero Campalani) |
| | 112 | * changeset:7a689ff | ticket:696 - fix WCS multipoint oracles (Dimitar Misev) |
| | 113 | * changeset:c9a7ac2 | ticket:696 - WCPS multipoint tests are randomly failing (Alireza RM) |
| | 114 | * changeset:57cedf5 | ticket:698 - Synchronize Petascope demo insertion and add feedback. (Piero Campalani) |
| | 115 | * changeset:ce6a813 | ticket:699 - Interrupt signal handlers while updating petascopedb. (Piero Campalani) |