Skip to content

Commit 9df25fe

Browse files
committed
Prepare for GDAL 3.5.1RC2
1 parent 1d7955c commit 9df25fe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ MSGN driver:
8585
* make sure _img_desc_record member variable is initialized (CID 1073912)
8686

8787
netCDF driver:
88+
* fix reading geotransform of a CF file with long/lat grid mapping (3.5.0 regression)
8889
* catch potential C++ exception (CID 1488840, 1488841)
8990
* avoid crash in nc_create() on an invalid output directory with netCDF 4.9.0
9091
* fix non-ASCII filename support on Windows with netCDF 4.9.0
@@ -136,6 +137,7 @@ Zarr driver:
136137
* OGR_CT: cache axis orientation for faster execution
137138
* OGR_CT: avoid unnecessary temporary vector creation
138139
* OGR_CT: restore use of WebMercator to WGS84 lon/lat specialized implementation
140+
* OSRGetProjTLSContext(): make it faster on Linux by saving getpid() system call
139141

140142
### Vector drivers
141143

@@ -190,6 +192,9 @@ Parquet driver:
190192
* make sure 'geo' metadata is embedded in ARROW:schema
191193
* do not write id in members of datum ensemble to workaround OSGeo/PROJ#3221
192194

195+
S57 driver:
196+
* fix wrong punctuation in .csv resource files
197+
193198
SQLite driver:
194199
* do not register ST_MakeValid() function when GEOS not available
195200

gcore/gdal_version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
2626
#ifndef GDAL_RELEASE_DATE
27-
# define GDAL_RELEASE_DATE 20220627
27+
# define GDAL_RELEASE_DATE 20220630
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
3030
# define GDAL_RELEASE_NAME "3.5.1"

0 commit comments

Comments
 (0)