| 209 | | * update CRS identifiers to URLs |
| 210 | | |
| 211 | | === Fixes === |
| 212 | | * #60 importing and outputting multi-band tiff files via rasql |
| 213 | | * #67 fix compilation of the png converter with libpng14 or greater |
| 214 | | * #70 fix GetCoverage ill-formed XML response |
| 215 | | * #71 fix petascope DB initialization |
| 216 | | * #72 add proper rview/labels.txt |
| 217 | | * #74 problem exporting float32 data |
| 218 | | * #75 fix csv conversion for structs |
| 219 | | * #83 clear cache in petascope at every request |
| 220 | | * #84 fix subset parameters in WCS 2.0 GET-KVP |
| 221 | | * #86 CSV converter fails if result is 0 dimensioned |
| 222 | | * #87 internal error: The index found more cells than allowed |
| 223 | | * #91 fix handling of WCS 1.1 in petascope |
| 224 | | * #92 fix the SOAP protocol extension in petascope |
| 225 | | * #93 fix struct component selection via an index |
| 226 | | * #99 fix pixel shift in rasgeo |
| 227 | | |
| 228 | | |
| 229 | | == Version 8.2.1 == |
| 230 | | |
| 231 | | Download link: [http://www.rasdaman.com/Download/rasdaman-8.2.1.tar.gz rasdaman 8.2.1] |
| 232 | | |
| 233 | | === Fixes === |
| 234 | | * fixed PostgreSQL connection leak |
| 235 | | * eliminated compiler warnings |
| 236 | | * fix: use hostname for system identifier in rasmgr.conf instead of base DBMS name |
| 237 | | * fixed multidimentional csv export and other csv bugs |
| 238 | | * fixed some buffer oflo situations |
| 239 | | * fixed code examples |
| 240 | | * fix 64bit compilation errors |
| 241 | | * many general bug fixes (see patch logs for details) |
| 242 | | * proper installation of C++ example Makefile and documentation |
| 243 | | * improved usage of predefined installation directory structure |
| 244 | | |
| 245 | | === Enhancements === |
| 246 | | * beta support for IQL (Integrated Query Language) |
| 247 | | * extended sdom operation to also work on any general expressions. Needed to support GDAL driver. |
| 248 | | * add NetCDF support |
| 249 | | * optional compilation of NetCDF and HDF4 |
| 250 | | * enable csv conversion of structured types |
| 251 | | * improve out-of-the-box use of petascope |
| 252 | | * added petascope support for WCS 2.0 |
| 253 | | * automatice system test, Makefile target "check" |
| 254 | | * added doxygen to make process |
| 255 | | * improved installation information, removed some redundancy |
| 256 | | * improved PDF documentation |
| 257 | | |
| 258 | | === Changes === |
| 259 | | * in induced operations, changed division of integer numbers to produce double result instead of integer |
| 260 | | * added storage layout language |
| 261 | | * merged petascope into rasdaman source tree |
| 262 | | * rasmgr logs to rasmgr.<pid>.log instead nohup.out |
| 263 | | * fixed log output: rasserver logs into only one logfile now, does not write into rasmgr log any more |
| 264 | | * make server log less verbose: Eliminate "server available" sign of life message. |
| 265 | | * renamed rasmgr_auth to rasmgr.auth for homogenization of system files |
| | 215 | * update CRS identif |