forked from ubarsc/kealib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges.txt
45 lines (32 loc) · 1.06 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
1.4.12
------
* Backporting of fixes to the GDAL driver from GDAL trunk
(GDAL PRs #743 and #1681). Fixes compilation of driver
with GDAL versions <= 2.4.
1.4.11
------
* Fix creation of kea-config for situations where multiple
HDF5 include paths are returned from FindHDF5. This
happens with recent versions of Spack.
* Update Arc build scripts for Arc 10.6.1 and ArcPro 2.2
1.4.10
------
* Remove requirement to build in C++98 mode. Fixes linking against HDF5 built in C++11 mode.
* Fix C++17 compilation
* Fix NZTM problem in Imagine driver
1.4.9
-----
* Fix output from "kea-config --hdflibs" so it works with libtool
* Tidy directory structure by removing "trunk" subdirectory.
1.4.8
-----
* Improvements to Arc and Imagine Drivers
* Installer for ArcGIS, ArcPro and Imagine.
* Improvements to cmake scripts by Hiroshi Miura. Among other things,
out of tree builds now work.
* Fix building against recent HDF5 on Windows
1.4.7
-----
* Improvements to metadata handling
* Add Get/SetLinearBinning on RAT objects.
* Add DeleteNoValue on band objects.