Skip to content

Commit f08fa86

Browse files
committed
Doc: reference 9.8.1
1 parent 591754f commit f08fa86

2 files changed

Lines changed: 52 additions & 2 deletions

File tree

docs/source/download.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Download
2626
Current Release
2727
--------------------------------------------------------------------------------
2828

29-
* **2026-03-02** `proj-9.8.0.tar.gz`_ (`md5`_)
29+
* **2026-04-10** `proj-9.8.1.tar.gz`_ (`md5`_)
3030
* **2025-12-01** `proj-data-1.24.tar.gz`_
3131

3232
.. note::
@@ -40,6 +40,7 @@ Current Release
4040
Past Releases
4141
--------------------------------------------------------------------------------
4242

43+
* **2026-03-02** `proj-9.8.0.tar.gz`_
4344
* **2025-12-01** `proj-9.7.1.tar.gz`_
4445
* **2025-09-15** `proj-9.7.0.tar.gz`_
4546
* **2025-06-06** `proj-9.6.2.tar.gz`_
@@ -130,7 +131,8 @@ Past Releases
130131
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
131132
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
132133

133-
.. _`md5`: https://download.osgeo.org/proj/proj-9.8.0.tar.gz.md5
134+
.. _`md5`: https://download.osgeo.org/proj/proj-9.8.1.tar.gz.md5
135+
.. _`proj-9.8.1.tar.gz`: https://download.osgeo.org/proj/proj-9.8.1.tar.gz
134136
.. _`proj-9.8.0.tar.gz`: https://download.osgeo.org/proj/proj-9.8.0.tar.gz
135137
.. _`proj-9.7.1.tar.gz`: https://download.osgeo.org/proj/proj-9.7.1.tar.gz
136138
.. _`proj-9.7.0.tar.gz`: https://download.osgeo.org/proj/proj-9.7.0.tar.gz

docs/source/news.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,54 @@
33
News
44
###############################################################################
55

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+
654
9.8.0
755
++++++++++++++++++++
856
*March 2nd 2026*

0 commit comments

Comments
 (0)