Skip to content

Commit 3403ce4

Browse files
authored
get ready for version 1.4.15 (#21)
1 parent c22835c commit 3403ce4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ set (PROJECT_GDAL_DIR gdal)
4343
# The version number.
4444
set (LIBKEA_VERSION_MAJOR 1)
4545
set (LIBKEA_VERSION_MINOR 4)
46-
set (LIBKEA_VERSION_PATCH 14)
46+
set (LIBKEA_VERSION_PATCH 15)
4747
set (LIBKEA_VERSION "${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
4848
set (LIBKEA_PACKAGE_VERSION "${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
4949
set (LIBKEA_PACKAGE_STRING "LibKEA ${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")

Changes.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
1.4.14
213
------
314

0 commit comments

Comments
 (0)