Skip to content

Commit

Permalink
Prepare for GDAL 3.8.3 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 4, 2024
1 parent 674a97d commit 654f490
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions NEWS.md
Expand Up @@ -6,6 +6,7 @@ GDAL 3.8.3 is a bugfix release.

* infback9: fix various build issues with clang 17
* fix build with sqlite 3.36.x (#9021)
* fix build of optional utility gdal2ogr

## GDAL 3.8.3

Expand Down Expand Up @@ -40,9 +41,12 @@ VRT driver:
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)
* Fix error message that sometimes occured with multi-threaded ArrowArray
interface, and add OGR_GPKG_NUM_THREADS config option. (#9018, 9030)

GeoJSON driver:
* Internal libjson: resync random_seed.c with upstream, and use getrandom()
implementation when available (#9024)

# GDAL/OGR 3.8.2 Release Notes

Expand Down
2 changes: 1 addition & 1 deletion gcore/gdal_version.h.in
Expand Up @@ -24,7 +24,7 @@

#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
#ifndef GDAL_RELEASE_DATE
# define GDAL_RELEASE_DATE 20240103
# define GDAL_RELEASE_DATE 20240104
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "3.8.3"
Expand Down

0 comments on commit 654f490

Please sign in to comment.