From da804699f666da847446f0132b940dadc6c89326 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 3 Jan 2024 20:32:26 +0100 Subject: [PATCH] Prepare for GDAL 3.8.3 RC2 --- NEWS.md | 11 +++++++++++ gcore/gdal_version.h.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 848320e8f116..80c5de9be904 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ GDAL 3.8.3 is a bugfix release. ## Build * infback9: fix various build issues with clang 17 +* fix build with sqlite 3.36.x (#9021) ## GDAL 3.8.3 @@ -28,11 +29,21 @@ VRT driver: * CoordinateTransformation::TransformBounds(): fix polar stereographic ( including pole) to Web Mercator (#8996) +### Utilities + +* ogr2ogr: do not use ArrowArray interface if -clipsrc, -clipdst, -gcp or + -wrapdateline are specified (#9013) + ### Vector drivers * OGRArrowArrayHelper::SetBoolOn(): fix wrong bit shift computation. Affects ogr2ogr from GPKG/FlatGeoBuf to something else) (#8998) +GPKG driver: + * disable by default multi-threaded ArrowArray interface. Make it opt-in with + the OGR_GPKG_NUM_THREADS config option + (cf https://github.com/OSGeo/gdal/pull/9018) + # GDAL/OGR 3.8.2 Release Notes GDAL 3.8.2 is a bugfix release. diff --git a/gcore/gdal_version.h.in b/gcore/gdal_version.h.in index cfca79fe49c9..48a4e17434c7 100644 --- a/gcore/gdal_version.h.in +++ b/gcore/gdal_version.h.in @@ -24,7 +24,7 @@ #if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME) #ifndef GDAL_RELEASE_DATE -# define GDAL_RELEASE_DATE 20240102 +# define GDAL_RELEASE_DATE 20240103 #endif #ifndef GDAL_RELEASE_NAME # define GDAL_RELEASE_NAME "3.8.3"