Skip to content

Commit

Permalink
Update docs for 9.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Dec 1, 2024
1 parent 98d4277 commit 41f79cc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
version = "9.5"

# The full project version, used as the replacement for |release|
release = "9.5.0"
release = "9.5.1"

# PROJ-data version
data_version = "1.19"
data_version = "1.20"

today_date = date.today()
# today_date = date(Y, M, D) # or use a specific date
Expand Down
10 changes: 7 additions & 3 deletions docs/source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Download
Current Release
--------------------------------------------------------------------------------

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

.. note::

Expand All @@ -40,6 +40,7 @@ Current Release
Past Releases
--------------------------------------------------------------------------------

* **2024-09-15** `proj-9.5.0.tar.gz`_
* **2024-06-01** `proj-9.4.1.tar.gz`_
* **2024-03-01** `proj-9.4.0.tar.gz`_
* **2023-12-01** `proj-9.3.1.tar.gz`_
Expand Down Expand Up @@ -78,6 +79,7 @@ Past Releases
* **2015-09-13** `proj-4.9.2.tar.gz`_
* **2015-03-04** `proj-4.9.1.tar.gz`_

* **2024-09-15** `proj-data-1.19.tar.gz`_
* **2024-06-01** `proj-data-1.18.tar.gz`_
* **2024-06-01** `proj-data-1.17.tar.gz`_
* **2023-12-01** `proj-data-1.16.tar.gz`_
Expand Down Expand Up @@ -118,7 +120,8 @@ Past Releases
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_

.. _`md5`: https://download.osgeo.org/proj/proj-9.5.0.tar.gz.md5
.. _`md5`: https://download.osgeo.org/proj/proj-9.5.1.tar.gz.md5
.. _`proj-9.5.1.tar.gz`: https://download.osgeo.org/proj/proj-9.5.1.tar.gz
.. _`proj-9.5.0.tar.gz`: https://download.osgeo.org/proj/proj-9.5.0.tar.gz
.. _`proj-9.4.1.tar.gz`: https://download.osgeo.org/proj/proj-9.4.1.tar.gz
.. _`proj-9.4.0.tar.gz`: https://download.osgeo.org/proj/proj-9.4.0.tar.gz
Expand Down Expand Up @@ -159,6 +162,7 @@ Past Releases
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz

.. _`proj-data-1.20.tar.gz`: https://download.osgeo.org/proj/proj-data-1.20.tar.gz
.. _`proj-data-1.19.tar.gz`: https://download.osgeo.org/proj/proj-data-1.19.tar.gz
.. _`proj-data-1.18.tar.gz`: https://download.osgeo.org/proj/proj-data-1.18.tar.gz
.. _`proj-data-1.17.tar.gz`: https://download.osgeo.org/proj/proj-data-1.17.tar.gz
Expand Down
36 changes: 36 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
News
###############################################################################

9.5.1. Release Notes
++++++++++++++++++++
*December 1st 2024*

Updates
-------

* 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>`_)

* Speed-up dramatically proj.db build time (`#4280 </~https://github.com/OSGeo/PROJ/issues/4280>`_)

* Database: ingest deprecated ESRI names to be able to better import old WKT ESRI (`#4282 </~https://github.com/OSGeo/PROJ/issues/4282>`_)

Bug fixes
---------

* `findsOpsInRegistryWithIntermediate()`: Restrict to using known source/target CRS that have the same originating authority (`#4252 </~https://github.com/OSGeo/PROJ/issues/4252>`_)

* `isTimeDependent()`: Do not mark "static" Coordinate Frame helmert transformations as time-dependent, only time-dependent ones (`#4259 </~https://github.com/OSGeo/PROJ/issues/4259>`_)

* Fix clang-19 "warning: empty paragraph passed to '@throw' command [-Wdocumentation]" (`#4263 </~https://github.com/OSGeo/PROJ/issues/4263>`_)

* WKT importer: fix ``nullptr`` dereference on invalid ``VERTCS[]`` (`#4266 </~https://github.com/OSGeo/PROJ/issues/4266>`_)

* Fixed ``sql_filelist.cmake`` relative path issue (`#4296 </~https://github.com/OSGeo/PROJ/issues/4296>`_)

* Fail consistently on network error and grid transformations (`#4302 </~https://github.com/OSGeo/PROJ/issues/4302>`_)

* Fix ``-Wshadow`` warnings between ``parammappings.cpp`` and ``singleoperation.cpp`` with unity builds (`#4304 </~https://github.com/OSGeo/PROJ/issues/4304>`_)

* Removed leftover setting of ``CMAKE_REQUIRED_FLAGS`` (`#4322 </~https://github.com/OSGeo/PROJ/issues/4322>`_)

* WKT1 ESRI export: fix wrong mapping of Lambert Cylindrical Equal Area to Behrmann (`#4328 </~https://github.com/OSGeo/PROJ/issues/4328>`_)

* 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>`_)

9.5.0 Release Notes
++++++++++++++++++++
*Septemper 15th 2024*
Expand Down

0 comments on commit 41f79cc

Please sign in to comment.