diff --git a/docs/source/download.rst b/docs/source/download.rst index d4f3e951b5..99f9d2776c 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -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:: @@ -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`_ @@ -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`_ @@ -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 @@ -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 diff --git a/docs/source/news.rst b/docs/source/news.rst index 16494c6f59..581331f0e8 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -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 `_) + +Bug fixes +---------- + +* Implement ``alterGeodeticCRS`` and ``stripVerticalComponent`` for ``DerivedProjected`` (`#3482 `_) + +* Various improvements to handling of ``DerivedProjectedCRS`` + (`#3482 `_, `#3477 `_ , `#3342 `_ , `#3319 `_, `#3317 `_) + +* Add missing ```` includes (`#3459 `_) + +* cs2cs: better validate value of ``-W`` option (`#3453 `_) + +* ``DatabaseContext::lookForGridInfo()``: fix caching of filenames and set + correct URLs (`#3448 `_) + +* Database: register in ``grid_alternatives`` grids from PROJ-data that have no + corresponding transformation record (`#3446 `_) + +* ``cass`` projection: fix forward computation of easting (`#3433 `_) + +* Implement ``Geographic/Vertical Offset`` conversions (`#3413 `_) + +* ``vandg`` projection: handle ``+over`` to extend the validity domain outside of ``|lon|>180deg`` (`#3427 `_) + +* ``eqdc`` projection: avoid floating point division by zero in non-nominal case (`#3415 `_) + +* :cpp:func:`createOperations()`: fix issues when transforming between ``Geog3D`` and + ``DerivedGeog3D`` CRS with ``Geographic3D`` offsets method (`#3411 `_) + +* :cpp:func:`VerticalCRS::_isEquivalentTo()`: do not consider ``VerticalCRS`` and + ``DerivedVerticalCRS`` as equivalent (`#3408 `_) + +* cct and cs2cs: Avoid problems when encountering UTF-8 `BOM`` characters at + beginning of input files (`#3395 `_) + +* :cpp:func:`createFromUserInput()`: Improved lookup when approximate name is provided (`#3371 `_) + +* projinfo / cs2cs : auto promotion to 3D of CRS specified by name (`#3367 `_) + +* :cpp:func:`findsOpsInRegistryWithIntermediate()`: make it work when source/target geodetic + CRS has no known id (`#3365 `_) + +* :cpp:func:`createOperations()`: emulate PROJ < 6 behavior when doing geocentric <--> + geographic transformation between datum with unknown transformation (`#3361 `_) + +* Fix issue when transforming from/into a WKT2 Bound ``VerticalCRS`` with a + 'Geographic3D to GravityRelatedHeight' method (`#3355 `_) + +* :c:func:`proj_normalize_for_visualization()`: take into account ``FORCE_OVER`` property + from source operation (`#3350 `_) + +* Link geodtest against libm when available (`#3341 `_) + + + 9.1.0 Release Notes +++++++++++++++++++ *September 1st 2022*