The GDAL-GRASS driver 2.0.0 release provides more than 15 improvements and fixes with respect to the release 1.0.4.
Notable changes include added support for GDAL 3.12 and removed support for Autotools build system.
Special note for packagers: the bump of gdal-grass to version 2.x introduces the potential of version conflicts from the era when the driver was part of GDAL core. Please take appropriate action to prevent that from happening.
What's Changed
Libraries and General Functionality
- Adapt GetGeoTransform() method for GDAL 3.12 change, and avoid use of deprecated GDALGetDataTypeSize() functions (#67) by @rouault
- Fix const correctness of virtual methods for GDAL 3.12 (#70) by @rouault
- C++: modernize code (#37) by @nilason
Documentation and Messages
- docs: Add license file and use SPDX identifiers (#55) by @nilason
- docs: Add missing SPDX identifier (#74) by @nilason
Packaging, Configuration, Portability, and Compilation
- cmake: replace deprecated 'exec_program' (#73) by @nilason
- config: remove autoconf support (#56) by @nilason
Continuous Integration, Tests, Code Quality, and Checks
Other Changes
- Move source files to 'source' directory (#60) by @nilason
- style: fix issues reported by pre-commit (#59) by @nilason
Full Changelog: 1.0.4...2.0.0