Skip to content

GDAL-GRASS GIS driver 2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Nov 07:36
· 7 commits to main since this release
ceeefd4

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

  • 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: 1.0.4...2.0.0