@@ -217,6 +217,8 @@ GTiff driver:
217
217
* use main dataset GetSiblingFiles() for overviews
218
218
* SRS writer: do not use EPSG:4326 if angular unit is not degree
219
219
* 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
220
222
* Internal libtiff: resync with upstream
221
223
222
224
HEIF driver:
@@ -435,13 +437,16 @@ Zarr driver:
435
437
when possible
436
438
* Add OGRWKBTransform() for in-place coordinate transformation of WKB geometries
437
439
* OGR_GreatCircle_ API: do not hardcode Earth radius
440
+ * ogr_core.h: suppress warning when building with -Wpedantic for C < 23 (#2322 )
438
441
439
442
### OGRSpatialReference
440
443
441
444
* OGRSpatialReference::FindMatches(): improve when input SRS doesn't have
442
445
expected axis order
443
446
* OGRSpatialReference::EPSGTreatsAsLatLong()/EPSGTreatsAsNorthingEasting():
444
447
remove the check on the EPSG authority
448
+ * Add OSRGetAuthorityListFromDatabase() to get the list of CRS authorities used
449
+ in the PROJ database.
445
450
446
451
### Utilities
447
452
@@ -470,6 +475,7 @@ Arrow ecosystem:
470
475
* Arrow/Parquet/generic arrow: add write support for arrow.json extension
471
476
* Add a Arrow VSI file system (for libarrow >= 16.0) allowing to use GDAL
472
477
VSI file systems as libarrow compatible file systems.
478
+ * Add (minimum) support for libarrow 18.0.0
473
479
474
480
Arrow driver
475
481
* add read support for StringView and BinaryView (but not in OGR generic Arrow
@@ -521,6 +527,7 @@ GPKG driver:
521
527
* prevent from creating field with same name, or with the name of the geometry
522
528
field
523
529
* CreateField(): check we are not reaching the max number of fields
530
+ * SQLite/GPKG: turn on SQLite 'PRAGMA secure_delete=1' by default
524
531
525
532
HANA driver:
526
533
* Add support for REAL_VECTOR type (#10499 )
@@ -607,6 +614,7 @@ WFS driver:
607
614
## SWIG bindings
608
615
609
616
* Python/Java: replace sprintf() with snprintf() to avoid warnings on OSX
617
+ * fix memleak in gdal.GetConfigOptions()
610
618
611
619
### Python bindings
612
620
@@ -623,6 +631,8 @@ WFS driver:
623
631
* make MDArray.Write(array_of_strings) work with a 0-d string variable
624
632
* Avoid linear scan in gdal_array.NumericTypeCodeToGDALTypeCode (#10694 )
625
633
* 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
626
636
627
637
### Java bindings
628
638
0 commit comments