File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ set (PROJECT_GDAL_DIR gdal)
43
43
# The version number.
44
44
set (LIBKEA_VERSION_MAJOR 1)
45
45
set (LIBKEA_VERSION_MINOR 4)
46
- set (LIBKEA_VERSION_PATCH 14 )
46
+ set (LIBKEA_VERSION_PATCH 15 )
47
47
set (LIBKEA_VERSION "${LIBKEA_VERSION_MAJOR} .${LIBKEA_VERSION_MINOR} .${LIBKEA_VERSION_PATCH} " )
48
48
set (LIBKEA_PACKAGE_VERSION "${LIBKEA_VERSION_MAJOR} .${LIBKEA_VERSION_MINOR} .${LIBKEA_VERSION_PATCH} " )
49
49
set (LIBKEA_PACKAGE_STRING "LibKEA ${LIBKEA_VERSION_MAJOR} .${LIBKEA_VERSION_MINOR} .${LIBKEA_VERSION_PATCH} " )
Original file line number Diff line number Diff line change
1
+ 1.4.15
2
+ ------
3
+
4
+ * Fix naming of library kea-config.bat
5
+ * Support for 64 bit int images and nodata in the GDAL driver for GDAL >= 3.5
6
+ * Print error on file open failure in GDAL driver
7
+ * Set the attribute chunksize as passed in, not zero
8
+ * Add support for ArcGIS 10.9 and ArcPro 2.7 and 2.8
9
+ * New kealib Python bindings using libawkward for accessing neighbours
10
+ * New Docker files for creating ubuntugis packages
11
+
1
12
1.4.14
2
13
------
3
14
You can’t perform that action at this time.
0 commit comments