Skip to content

Commit

Permalink
Prepare for 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 24, 2023
1 parent 2bdfd1b commit a86e68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ GDAL 3.8.1 is a bugfix release.
* gdal_footprint: fix -ovr on RGBA datasets (#8792)
* gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py:
make sure --version and --help return 0 error code (#8717)
* Python bindings: define entry_points.console_scripts. Affects in particular
Windows where .exe launcher scripts are now installed in the Scripts
subdirectory.

### Raster drivers

Expand All @@ -47,6 +44,9 @@ COG driver:
KEA driver:
* Create(): error out if passing a /vsi file. avoids crashes (#8743)

MRF driver:
* Avoid crashes when no overviews can be generated (#8809)

MSGN driver:
* fix memleak in error code path

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 20231123
# define GDAL_RELEASE_DATE 20231124
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "3.8.1"
Expand Down

0 comments on commit a86e68a

Please sign in to comment.