GDAL-GRASS GIS driver 1.0.3rc1
Pre-release
Pre-release
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
- CI: create publishing workflow (#20) by @nilason
- CI: create release draft on tag (#44) by @nilason
- CI: run tests on pull requests (#29) by @nilason
- CI: use ubuntugis-unstable for GRASS GIS 8 support (#31) by @neteler
- Add .clang-format file (#26) by @nilason
- Add pytest test suite (#36) by @nilason
- Apply ClangFormat (#35) by @nilason
- Add renovate.json (#21) by @renovate[bot]
- Update actions/checkout action to v4 (#30) by @renovate[bot]
- chore(deps): update softprops/action-gh-release action to v2 (#45) by @renovate[bot]
Other Changes
Full Changelog: 1.0.2...1.0.3rc1