Skip to content

Commit 293ef30

Browse files
committed
NEWS.md: update [ci skip]
1 parent 56a2122 commit 293ef30

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ GTiff driver:
217217
* use main dataset GetSiblingFiles() for overviews
218218
* SRS writer: do not use EPSG:4326 if angular unit is not degree
219219
* make driver optional (but must be explicitly disabled)
220+
* tif_jxl: writer: propagate DISTANCE/QUALITY setting to extra channel
221+
* fix memory leak when trying to open COG in update mode
220222
* Internal libtiff: resync with upstream
221223

222224
HEIF driver:
@@ -435,13 +437,16 @@ Zarr driver:
435437
when possible
436438
* Add OGRWKBTransform() for in-place coordinate transformation of WKB geometries
437439
* OGR_GreatCircle_ API: do not hardcode Earth radius
440+
* ogr_core.h: suppress warning when building with -Wpedantic for C < 23 (#2322)
438441

439442
### OGRSpatialReference
440443

441444
* OGRSpatialReference::FindMatches(): improve when input SRS doesn't have
442445
expected axis order
443446
* OGRSpatialReference::EPSGTreatsAsLatLong()/EPSGTreatsAsNorthingEasting():
444447
remove the check on the EPSG authority
448+
* Add OSRGetAuthorityListFromDatabase() to get the list of CRS authorities used
449+
in the PROJ database.
445450

446451
### Utilities
447452

@@ -470,6 +475,7 @@ Arrow ecosystem:
470475
* Arrow/Parquet/generic arrow: add write support for arrow.json extension
471476
* Add a Arrow VSI file system (for libarrow >= 16.0) allowing to use GDAL
472477
VSI file systems as libarrow compatible file systems.
478+
* Add (minimum) support for libarrow 18.0.0
473479

474480
Arrow driver
475481
* add read support for StringView and BinaryView (but not in OGR generic Arrow
@@ -521,6 +527,7 @@ GPKG driver:
521527
* prevent from creating field with same name, or with the name of the geometry
522528
field
523529
* CreateField(): check we are not reaching the max number of fields
530+
* SQLite/GPKG: turn on SQLite 'PRAGMA secure_delete=1' by default
524531

525532
HANA driver:
526533
* Add support for REAL_VECTOR type (#10499)
@@ -607,6 +614,7 @@ WFS driver:
607614
## SWIG bindings
608615

609616
* Python/Java: replace sprintf() with snprintf() to avoid warnings on OSX
617+
* fix memleak in gdal.GetConfigOptions()
610618

611619
### Python bindings
612620

@@ -623,6 +631,8 @@ WFS driver:
623631
* make MDArray.Write(array_of_strings) work with a 0-d string variable
624632
* Avoid linear scan in gdal_array.NumericTypeCodeToGDALTypeCode (#10694)
625633
* Dataset.Close(): invalidate children before closing dataset
634+
* __init__.py: remove calls to warnings.simplefilter() (#11140)
635+
* fix compatibility issue with SWIG 4.3.0 and PYTHONWARNINGS=error
626636

627637
### Java bindings
628638

0 commit comments

Comments
 (0)