Skip to content

Commit

Permalink
get ready for version 1.4.15 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins authored Jun 22, 2022
1 parent c22835c commit 3403ce4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set (PROJECT_GDAL_DIR gdal)
# The version number.
set (LIBKEA_VERSION_MAJOR 1)
set (LIBKEA_VERSION_MINOR 4)
set (LIBKEA_VERSION_PATCH 14)
set (LIBKEA_VERSION_PATCH 15)
set (LIBKEA_VERSION "${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
set (LIBKEA_PACKAGE_VERSION "${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
set (LIBKEA_PACKAGE_STRING "LibKEA ${LIBKEA_VERSION_MAJOR}.${LIBKEA_VERSION_MINOR}.${LIBKEA_VERSION_PATCH}")
Expand Down
11 changes: 11 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.4.15
------

* Fix naming of library kea-config.bat
* Support for 64 bit int images and nodata in the GDAL driver for GDAL >= 3.5
* Print error on file open failure in GDAL driver
* Set the attribute chunksize as passed in, not zero
* Add support for ArcGIS 10.9 and ArcPro 2.7 and 2.8
* New kealib Python bindings using libawkward for accessing neighbours
* New Docker files for creating ubuntugis packages

1.4.14
------

Expand Down

0 comments on commit 3403ce4

Please sign in to comment.