Skip to content

Commit 41f79cc

Browse files
committed
Update docs for 9.5.1 release
1 parent 98d4277 commit 41f79cc

File tree

3 files changed

+45
-5
lines changed

3 files changed

+45
-5
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
version = "9.5"
2727

2828
# The full project version, used as the replacement for |release|
29-
release = "9.5.0"
29+
release = "9.5.1"
3030

3131
# PROJ-data version
32-
data_version = "1.19"
32+
data_version = "1.20"
3333

3434
today_date = date.today()
3535
# today_date = date(Y, M, D) # or use a specific date

docs/source/download.rst

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

29-
* **2024-09-15** `proj-9.5.0.tar.gz`_ (`md5`_)
30-
* **2024-09-15** `proj-data-1.19.tar.gz`_
29+
* **2024-12-01** `proj-9.5.1.tar.gz`_ (`md5`_)
30+
* **2024-12-01** `proj-data-1.20.tar.gz`_
3131

3232
.. note::
3333

@@ -40,6 +40,7 @@ Current Release
4040
Past Releases
4141
--------------------------------------------------------------------------------
4242

43+
* **2024-09-15** `proj-9.5.0.tar.gz`_
4344
* **2024-06-01** `proj-9.4.1.tar.gz`_
4445
* **2024-03-01** `proj-9.4.0.tar.gz`_
4546
* **2023-12-01** `proj-9.3.1.tar.gz`_
@@ -78,6 +79,7 @@ Past Releases
7879
* **2015-09-13** `proj-4.9.2.tar.gz`_
7980
* **2015-03-04** `proj-4.9.1.tar.gz`_
8081

82+
* **2024-09-15** `proj-data-1.19.tar.gz`_
8183
* **2024-06-01** `proj-data-1.18.tar.gz`_
8284
* **2024-06-01** `proj-data-1.17.tar.gz`_
8385
* **2023-12-01** `proj-data-1.16.tar.gz`_
@@ -118,7 +120,8 @@ Past Releases
118120
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
119121
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
120122

121-
.. _`md5`: https://download.osgeo.org/proj/proj-9.5.0.tar.gz.md5
123+
.. _`md5`: https://download.osgeo.org/proj/proj-9.5.1.tar.gz.md5
124+
.. _`proj-9.5.1.tar.gz`: https://download.osgeo.org/proj/proj-9.5.1.tar.gz
122125
.. _`proj-9.5.0.tar.gz`: https://download.osgeo.org/proj/proj-9.5.0.tar.gz
123126
.. _`proj-9.4.1.tar.gz`: https://download.osgeo.org/proj/proj-9.4.1.tar.gz
124127
.. _`proj-9.4.0.tar.gz`: https://download.osgeo.org/proj/proj-9.4.0.tar.gz
@@ -159,6 +162,7 @@ Past Releases
159162
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
160163
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz
161164

165+
.. _`proj-data-1.20.tar.gz`: https://download.osgeo.org/proj/proj-data-1.20.tar.gz
162166
.. _`proj-data-1.19.tar.gz`: https://download.osgeo.org/proj/proj-data-1.19.tar.gz
163167
.. _`proj-data-1.18.tar.gz`: https://download.osgeo.org/proj/proj-data-1.18.tar.gz
164168
.. _`proj-data-1.17.tar.gz`: https://download.osgeo.org/proj/proj-data-1.17.tar.gz

docs/source/news.rst

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

6+
9.5.1. Release Notes
7+
++++++++++++++++++++
8+
*December 1st 2024*
9+
10+
Updates
11+
-------
12+
13+
* Database: update to EPSG v11.022 (`#4254 <https://github.com/OSGeo/PROJ/issues/4254>`_, `#4275 <https://github.com/OSGeo/PROJ/issues/4275>`_, `#4297 <https://github.com/OSGeo/PROJ/issues/4297>`_, `#4312 <https://github.com/OSGeo/PROJ/issues/4312>`_)
14+
15+
* Speed-up dramatically proj.db build time (`#4280 <https://github.com/OSGeo/PROJ/issues/4280>`_)
16+
17+
* Database: ingest deprecated ESRI names to be able to better import old WKT ESRI (`#4282 <https://github.com/OSGeo/PROJ/issues/4282>`_)
18+
19+
Bug fixes
20+
---------
21+
22+
* `findsOpsInRegistryWithIntermediate()`: Restrict to using known source/target CRS that have the same originating authority (`#4252 <https://github.com/OSGeo/PROJ/issues/4252>`_)
23+
24+
* `isTimeDependent()`: Do not mark "static" Coordinate Frame helmert transformations as time-dependent, only time-dependent ones (`#4259 <https://github.com/OSGeo/PROJ/issues/4259>`_)
25+
26+
* Fix clang-19 "warning: empty paragraph passed to '@throw' command [-Wdocumentation]" (`#4263 <https://github.com/OSGeo/PROJ/issues/4263>`_)
27+
28+
* WKT importer: fix ``nullptr`` dereference on invalid ``VERTCS[]`` (`#4266 <https://github.com/OSGeo/PROJ/issues/4266>`_)
29+
30+
* Fixed ``sql_filelist.cmake`` relative path issue (`#4296 <https://github.com/OSGeo/PROJ/issues/4296>`_)
31+
32+
* Fail consistently on network error and grid transformations (`#4302 <https://github.com/OSGeo/PROJ/issues/4302>`_)
33+
34+
* Fix ``-Wshadow`` warnings between ``parammappings.cpp`` and ``singleoperation.cpp`` with unity builds (`#4304 <https://github.com/OSGeo/PROJ/issues/4304>`_)
35+
36+
* Removed leftover setting of ``CMAKE_REQUIRED_FLAGS`` (`#4322 <https://github.com/OSGeo/PROJ/issues/4322>`_)
37+
38+
* WKT1 ESRI export: fix wrong mapping of Lambert Cylindrical Equal Area to Behrmann (`#4328 <https://github.com/OSGeo/PROJ/issues/4328>`_)
39+
40+
* Numerous documentation fixes (`#4248 <https://github.com/OSGeo/PROJ/issues/4248>`_, `#4267 <https://github.com/OSGeo/PROJ/issues/4267>`_, `#4291 <https://github.com/OSGeo/PROJ/issues/4291>`_, `#4293 <https://github.com/OSGeo/PROJ/issues/4293>`_)
41+
642
9.5.0 Release Notes
743
++++++++++++++++++++
844
*Septemper 15th 2024*

0 commit comments

Comments
 (0)