|
| 1 | +libgeotiff 1.7.4 |
| 2 | +---------------- |
| 3 | + |
| 4 | +* CMake modernization, automate release generation from tags and refactor CI (#115) |
| 5 | + - CMake: Bumps the minimum CMake version to 3.13 |
| 6 | + - CMake: Add BUILD_SHARED_LIBS matrix for ON and OFF using similar config for macos-latest, windows-latest, and ubuntu-latest |
| 7 | + - CMake: Modernize CMake configuration to prevent flag/feature leaking |
| 8 | + - CMake: Adds CPack configuration so `package_source` target is available for dist generation |
| 9 | + - CMake: Updates FindPROJ.cmake with GDAL's recent version |
| 10 | + - CMake: add BUILD_MAN and BUILD_DOC options |
| 11 | + - CMake: Windows PDB install with BUILD_SHARED_LIBS |
| 12 | + - CMake: Remove FindGeoTIFF.cmake |
| 13 | + - Removes 16 year old dead `makefile.mpw` |
| 14 | + - Removes 6 year old dead `makefile.vc` |
| 15 | + - CI: Generates release artifacts and attaches them to every build |
| 16 | + - CI: Creates a release and attaches release artifacts for every tag of the OSGeo/libgeotiff repository |
| 17 | + - CI: [Attests](https://github.com/actions/attest-build-provenance) the release artifacts if the `github.repository_owner == OSGeo` |
| 18 | + - CI: Remove Appveyor config |
| 19 | + |
| 20 | +* GTIFGetDefn(): add missing normalization of angular units to degree |
| 21 | + |
| 22 | + Contrary to what the documentation of GTIFDefn::ProjParm[] mentionned, |
| 23 | + we failed to normalize angular measures to degrees when reading them |
| 24 | + from projection parameters (ProjXXXXXGeoKey's) when ProjCoordTransGeoKey |
| 25 | + was present (but we did normalize them when reading them from the PROJ |
| 26 | + database when there were was only a EPSG PCS code) |
| 27 | + |
| 28 | + Relates to https://github.com/OSGeo/gdal/issues/10154 and https://github.com/OSGeo/gdal/pull/10158 |
| 29 | + |
| 30 | +* Fix build with GCC 15 (#131) |
| 31 | + |
1 | 32 | libgeotiff 1.7.3
|
2 | 33 | ----------------
|
3 | 34 |
|
|
0 commit comments