|
3 | 3 | News |
4 | 4 | ############################################################################### |
5 | 5 |
|
| 6 | +9.8.1 |
| 7 | +++++++++++++++++++++ |
| 8 | +*April 10th 2026* |
| 9 | + |
| 10 | +Warning |
| 11 | +------- |
| 12 | + |
| 13 | +It was discovered after the PROJ 9.8.0 release that several EPSG updates introduced |
| 14 | +after EPSG v12.033 - notably the introduction of national realizations of ETRS89 |
| 15 | +(ETRS89-XXX […] where XXX is the 3-letter ISO country code) - caused backward |
| 16 | +incompatibilities in some workflows involving the ETRS89 CRS. |
| 17 | + |
| 18 | +In particular, transformations between ETRS89 and national CRSs based on other |
| 19 | +datums are known to be affected for Austria, Belgium, Catalonia, the Netherlands, |
| 20 | +Romania, and Serbia. See #4736 for more details. |
| 21 | + |
| 22 | +While we intend to resume tracking the latest EPSG releases in future PROJ |
| 23 | +versions, the safest solution identified so far to address these regressions is to |
| 24 | +**revert the EPSG related content of its database from EPSG v12.049 to v12.029**, |
| 25 | +where v12.029 was the version distributed with PROJ 9.7.1 |
| 26 | + |
| 27 | +As a consequence of this revert, the EPSG datum and CRS records introduced in |
| 28 | +PROJ 9.8.0, which are mostly related to the new ETRS89-XXX datum and CRS, are no |
| 29 | +longer available in PROJ 9.8.1. |
| 30 | + |
| 31 | +Updates |
| 32 | +------- |
| 33 | + |
| 34 | +* Database: **Revert content from EPSG v12.049 to v12.029** (`#4741 <https://github.com/OSGeo/PROJ/issues/4741>`_) |
| 35 | + See above warning for more details. |
| 36 | + |
| 37 | +* CMake: handle deprecated SQLite::SQLite3 target in CMake 4.3 (`#4694 <https://github.com/OSGeo/PROJ/issues/4694>`_) |
| 38 | + |
| 39 | +Bug Fixes |
| 40 | +--------- |
| 41 | + |
| 42 | +* Make sure that epoch is set in more scenarios of time-dependent transformations (`#4688 <https://github.com/OSGeo/PROJ/issues/4688>`_) |
| 43 | + |
| 44 | +* pj_obj_create: use database context if already open for grid name resolution (`#4703 <https://github.com/OSGeo/PROJ/issues/4703>`_) |
| 45 | + |
| 46 | +* Chain vertical CRS transformations through intermediate same-datum vertical CRS (`#4711 <https://github.com/OSGeo/PROJ/issues/4711>`_) |
| 47 | + |
| 48 | + Helps for example for ``EPSG:5705`` (Baltic 1977 height) to ``EPSG:5706`` (Caspian depth) |
| 49 | + by using intermediate operation from Baltic 1977 height to Caspian *height* |
| 50 | + |
| 51 | +* :program:`gie`: various fixes around crs_src/crs_dst support and bootstrap |
| 52 | + test/gie/epsg_grid.gie and test/gie/epsg_no_grid.gie(`#4740 <https://github.com/OSGeo/PROJ/issues/4740>`_) |
| 53 | + |
6 | 54 | 9.8.0 |
7 | 55 | ++++++++++++++++++++ |
8 | 56 | *March 2nd 2026* |
|
0 commit comments