[gdal-dev] GDAL-GRASS driver 2.0.0 release candidate released

Nicklas Larsson n_larsson at yahoo.com
Sun Nov 2 11:14:11 PST 2025


The GDAL-GRASS driver 2.0.0rc1 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

### 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

* checks: add pre-commit configuration file (#58) by @nilason

### Other Changes

* Move source files to 'source' directory (#60) by @nilason
* style: fix issues reported by pre-commit (#59) by @nilason

**Full Changelog**: https://github.com/OSGeo/gdal-grass/compare/1.0.4...2.0.0rc1


The release can be downloaded from:

https://download.osgeo.org/gdal-grass/gdal-grass-2.0.0rc1.tar.gz
https://download.osgeo.org/gdal-grass/gdal-grass-2.0.0rc1.tar.gz.md5
https://download.osgeo.org/gdal-grass/gdal-grass-2.0.0rc1.tar.gz.sha256



More information about the gdal-dev mailing list