diff --git a/ArcGIS/arcgis.iss b/ArcGIS/arcgis.iss index 80aa476..1121ad3 100644 --- a/ArcGIS/arcgis.iss +++ b/ArcGIS/arcgis.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "KEA for ArcGIS" -#define MyAppVersion "1.5.1" +#define MyAppVersion "1.5.2" #define MyAppPublisher "Landcare Research NZ" #define MyAppURL "http://kealib.org/" #define MyOutputFilename "setup_kea_arcgis_" + GetDateTimeString('yyyymmdd', '', '') diff --git a/ArcGIS/arcpro.iss b/ArcGIS/arcpro.iss index 1885b2e..780f8b6 100644 --- a/ArcGIS/arcpro.iss +++ b/ArcGIS/arcpro.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "KEA for ArcPro" -#define MyAppVersion "1.5.1" +#define MyAppVersion "1.5.2" #define MyAppPublisher "Landcare Research NZ" #define MyAppURL "http://kealib.org/" #define MyOutputFilename "setup_kea_arcpro_" + GetDateTimeString('yyyymmdd', '', '') diff --git a/CMakeLists.txt b/CMakeLists.txt index bd25ed8..90f64d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ set (PROJECT_GDAL_DIR gdal) # The version number. set (LIBKEA_VERSION_MAJOR 1) set (LIBKEA_VERSION_MINOR 5) -set (LIBKEA_VERSION_PATCH 1) +set (LIBKEA_VERSION_PATCH 2) 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}") diff --git a/Changes.txt b/Changes.txt index 5d23518..2e4ed74 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,3 +1,11 @@ +1.5.2 +----- + +* Fix parallel builds and remove requirement for HDF5 HL +* Update recipe for .deb files +* Load libgdal on-demand in Python bindings +* Fix reading unsigned 16bit images in Python bindings + 1.5.1 ----- diff --git a/CreateDistribution.txt b/CreateDistribution.txt index d2b0112..2e68d43 100644 --- a/CreateDistribution.txt +++ b/CreateDistribution.txt @@ -18,7 +18,7 @@ How to create a distribution of kealib. 6. Export an environment variable with the version to make the following commands easier UPDATE AS NEEDED: - export KEAVER=1.5.1 + export KEAVER=1.5.2 7. Use "git tag" to add a version number tag, e.g. diff --git a/ERDAS_Imagine/install2011.iss b/ERDAS_Imagine/install2011.iss index 5b8e750..806dfe2 100644 --- a/ERDAS_Imagine/install2011.iss +++ b/ERDAS_Imagine/install2011.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "KEA for ERDAS Imagine" -#define MyAppVersion "1.5.1" +#define MyAppVersion "1.5.2" #define MyAppPublisher "Landcare Research NZ" #define MyAppURL "http://kealib.org/" #define MyOutputFilename "setup_kea_erdas2011_" + GetDateTimeString('yyyymmdd', '', '') diff --git a/ERDAS_Imagine/install2015.iss b/ERDAS_Imagine/install2015.iss index bd49355..bbba1d9 100644 --- a/ERDAS_Imagine/install2015.iss +++ b/ERDAS_Imagine/install2015.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "KEA for ERDAS Imagine" -#define MyAppVersion "1.5.1" +#define MyAppVersion "1.5.2" #define MyAppPublisher "Landcare Research NZ" #define MyAppURL "http://kealib.org/" #define MyOutputFilename "setup_kea_erdas2015_" + GetDateTimeString('yyyymmdd', '', '')