File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ MSGN driver:
8585 * make sure _img_desc_record member variable is initialized (CID 1073912)
8686
8787netCDF 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+
193198SQLite driver:
194199 * do not register ST_MakeValid() function when GEOS not available
195200
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments