Skip to content

Commit

Permalink
docs: update news and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Dec 1, 2022
1 parent b0e32f1 commit a758633
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ distribution of the source code and various resource file archives. See
Current Release
--------------------------------------------------------------------------------

* **2022-09-01** `proj-9.1.0.tar.gz`_ (`md5`_)
* **2022-09-01** `proj-data-1.11.tar.gz`_
* **2022-12-01** `proj-9.1.1.tar.gz`_ (`md5`_)
* **2022-12-01** `proj-data-1.12.tar.gz`_
* **PDF Manual** `proj.pdf`_

.. note::
Expand All @@ -28,8 +28,9 @@ Current Release
Past Releases
--------------------------------------------------------------------------------

* **2022-09-01** `proj-9.1.0.tar.gz`_
* **2022-06-15** `proj-9.0.1.tar.gz`_
* **2022-03-01** `proj-9.0.0.tar.gz`_
* **2022-03-01** `proj-9.0.0.tar.gz`_
* **2022-01-01** `proj-8.2.1.tar.gz`_
* **2021-11-01** `proj-8.2.0.tar.gz`_
* **2021-09-01** `proj-8.1.1.tar.gz`_
Expand Down Expand Up @@ -58,6 +59,7 @@ Past Releases
* **2015-09-13** `proj-4.9.2.tar.gz`_
* **2015-03-04** `proj-4.9.1.tar.gz`_

* **2022-09-01** `proj-data-1.11.tar.gz`_
* **2022-06-15** `proj-data-1.10.tar.gz`_
* **2022-03-01** `proj-data-1.9.tar.gz`_
* **2021-11-01** `proj-data-1.8.tar.gz`_
Expand Down Expand Up @@ -90,8 +92,9 @@ Past Releases
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_

.. _`proj-9.1.1.tar.gz`: https://download.osgeo.org/proj/proj-9.1.1.tar.gz
.. _`md5`: https://download.osgeo.org/proj/proj-9.1.1.tar.gz.md5
.. _`proj-9.1.0.tar.gz`: https://download.osgeo.org/proj/proj-9.1.0.tar.gz
.. _`md5`: https://download.osgeo.org/proj/proj-9.1.0.tar.gz.md5
.. _`proj-9.0.1.tar.gz`: https://download.osgeo.org/proj/proj-9.0.1.tar.gz
.. _`proj-9.0.0.tar.gz`: https://download.osgeo.org/proj/proj-9.0.0.tar.gz
.. _`proj-8.2.1.tar.gz`: https://download.osgeo.org/proj/proj-8.2.1.tar.gz
Expand Down Expand Up @@ -123,6 +126,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.12.tar.gz`: https://download.osgeo.org/proj/proj-data-1.12.tar.gz
.. _`proj-data-1.11.tar.gz`: https://download.osgeo.org/proj/proj-data-1.11.tar.gz
.. _`proj-data-1.10.tar.gz`: https://download.osgeo.org/proj/proj-data-1.10.tar.gz
.. _`proj-data-1.9.tar.gz`: https://download.osgeo.org/proj/proj-data-1.9.tar.gz
Expand Down
65 changes: 65 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,71 @@
News
###############################################################################


9.1.1 Release Notes
++++++++++++++++++++
*December 1st 2022*

Updates
--------

* Database: register ``at_bev_AT_GIS_GRID_2021_09_28`` grid (`#3442 <https://github.com/OSGeo/PROJ/issues/3442>`_)

Bug fixes
----------

* Implement ``alterGeodeticCRS`` and ``stripVerticalComponent`` for ``DerivedProjected`` (`#3482 <https://github.com/OSGeo/PROJ/issues/3482>`_)

* Various improvements to handling of ``DerivedProjectedCRS``
(`#3482 <https://github.com/OSGeo/PROJ/issues/3482>`_, `#3477 <https://github.com/OSGeo/PROJ/issues/3477>`_ , `#3342 <https://github.com/OSGeo/PROJ/issues/3342>`_ , `#3319 <https://github.com/OSGeo/PROJ/issues/3319>`_, `#3317 <https://github.com/OSGeo/PROJ/issues/3317>`_)

* Add missing ``<cstdint>`` includes (`#3459 <https://github.com/OSGeo/PROJ/issues/3459>`_)

* cs2cs: better validate value of ``-W`` option (`#3453 <https://github.com/OSGeo/PROJ/issues/3453>`_)

* ``DatabaseContext::lookForGridInfo()``: fix caching of filenames and set
correct URLs (`#3448 <https://github.com/OSGeo/PROJ/issues/3448>`_)

* Database: register in ``grid_alternatives`` grids from PROJ-data that have no
corresponding transformation record (`#3446 <https://github.com/OSGeo/PROJ/issues/3446>`_)

* ``cass`` projection: fix forward computation of easting (`#3433 <https://github.com/OSGeo/PROJ/issues/3433>`_)

* Implement ``Geographic/Vertical Offset`` conversions (`#3413 <https://github.com/OSGeo/PROJ/issues/3413>`_)

* ``vandg`` projection: handle ``+over`` to extend the validity domain outside of ``|lon|>180deg`` (`#3427 <https://github.com/OSGeo/PROJ/issues/3427>`_)

* ``eqdc`` projection: avoid floating point division by zero in non-nominal case (`#3415 <https://github.com/OSGeo/PROJ/issues/3415>`_)

* :cpp:func:`createOperations()`: fix issues when transforming between ``Geog3D`` and
``DerivedGeog3D`` CRS with ``Geographic3D`` offsets method (`#3411 <https://github.com/OSGeo/PROJ/issues/3411>`_)

* :cpp:func:`VerticalCRS::_isEquivalentTo()`: do not consider ``VerticalCRS`` and
``DerivedVerticalCRS`` as equivalent (`#3408 <https://github.com/OSGeo/PROJ/issues/3408>`_)

* cct and cs2cs: Avoid problems when encountering UTF-8 `BOM`` characters at
beginning of input files (`#3395 <https://github.com/OSGeo/PROJ/issues/3395>`_)

* :cpp:func:`createFromUserInput()`: Improved lookup when approximate name is provided (`#3371 <https://github.com/OSGeo/PROJ/issues/3371>`_)

* projinfo / cs2cs : auto promotion to 3D of CRS specified by name (`#3367 <https://github.com/OSGeo/PROJ/issues/3367>`_)

* :cpp:func:`findsOpsInRegistryWithIntermediate()`: make it work when source/target geodetic
CRS has no known id (`#3365 <https://github.com/OSGeo/PROJ/issues/3365>`_)

* :cpp:func:`createOperations()`: emulate PROJ < 6 behavior when doing geocentric <-->
geographic transformation between datum with unknown transformation (`#3361 <https://github.com/OSGeo/PROJ/issues/3361>`_)

* Fix issue when transforming from/into a WKT2 Bound ``VerticalCRS`` with a
'Geographic3D to GravityRelatedHeight' method (`#3355 <https://github.com/OSGeo/PROJ/issues/3355>`_)

* :c:func:`proj_normalize_for_visualization()`: take into account ``FORCE_OVER`` property
from source operation (`#3350 <https://github.com/OSGeo/PROJ/issues/3350>`_)

* Link geodtest against libm when available (`#3341 <https://github.com/OSGeo/PROJ/issues/3341>`_)



9.1.0 Release Notes
+++++++++++++++++++
*September 1st 2022*
Expand Down

0 comments on commit a758633

Please sign in to comment.