Skip to content

GDAL-GRASS GIS driver 1.0.3rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 12:35
· 12 commits to main since this release
96bf66e

The GDAL-GRASS driver 1.0.3rc1 release provides more than 25 improvements and fixes with respect to the release 1.0.2.

Highlights

  • CMake support added
  • Autoconf configure updated to version 2.71, with a number of fixes
  • Migrate use of deprecated GDAL driver registration API
  • Remove use of obsolete CPL_CVSID() macro
  • CI supported tests and code formatted with ClangFormat

What's Changed

Drivers

  • Use GetGDALDriverManager to register driver (#25) by @nilason
  • OGR_GRASS: fix regression after switch to GetGDALDriverManager (#28) by @nilason
  • Remove use of obsolete CPL_CVSID() macro (#50) by @rouault

Documentation and Messages

  • docs: Autotools configure will be deprecated after the 1.0.3 release (#43) by @neteler
  • manual: cleanup README (#23) by @neteler
  • Mention GDAL_DRIVER_PATH by @neteler
  • Merge Wiki content here by @neteler
  • fine-tune wording by @neteler

Packaging, Configuration, Portability, and Compilation

  • configure update with autoconf-2.71 (#15) by @neteler
  • configure: detect if GRASS is compiled with PostgreSQL (#16) by @neteler
  • configure: Suppress test: -eq: unary operator expected warning (#17) by @HuidaeCho
  • make: keep CXXFLAGS (#19) by @nilason
  • packaging: add release notes generation script (#39) by @nilason
  • Add CMake build support (#27) by @nilason
  • cmake: fix configure of Proj and PostgreSQL in standard locations (#42) by @nilason

Continuous Integration, Tests, Code Quality, and Checks

Other Changes

Full Changelog: 1.0.2...1.0.3rc1