Skip to content

Commit

Permalink
Prepare for GDAL 3.8.3 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 3, 2024
1 parent 1205a3c commit da80469
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gcore/gdal_version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da80469

Please sign in to comment.