From 146d51a42f2789c2824c25a2a268c0797b58a3de Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 1 Jan 2022 16:31:32 +0100 Subject: Update website forr 8.2.1 release --- docs/source/download.rst | 7 +++++-- docs/source/news.rst | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/docs/source/download.rst b/docs/source/download.rst index 038b3721..70eaf156 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,7 +13,7 @@ distribution of the source code and various resource file archives. See Current Release -------------------------------------------------------------------------------- -* **2021-11-01** `proj-8.2.0.tar.gz`_ (`md5`_) +* **2022-01-01** `proj-8.2.1.tar.gz`_ (`md5`_) * **2021-11-01** `proj-data-1.8.tar.gz`_ * **PDF Manual** `proj.pdf`_ @@ -28,6 +28,7 @@ Current Release Past Releases -------------------------------------------------------------------------------- +* **2021-11-01** `proj-8.2.0.tar.gz`_ * **2021-09-01** `proj-8.1.1.tar.gz`_ * **2021-07-01** `proj-8.1.0.tar.gz`_ * **2021-05-05** `proj-8.0.1.tar.gz`_ @@ -83,8 +84,10 @@ Past Releases * **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +.. _`proj-8.2.1.tar.gz`: https://download.osgeo.org/proj/proj-8.2.1.tar.gz +.. _`md5`: https://download.osgeo.org/proj/proj-8.2.1.tar.gz.md5 +.. _`proj-8.2.0.tar.gz`: https://download.osgeo.org/proj/proj-8.2.0.tar.gz .. _`proj-8.2.0.tar.gz`: https://download.osgeo.org/proj/proj-8.2.0.tar.gz -.. _`md5`: https://download.osgeo.org/proj/proj-8.2.0.tar.gz.md5 .. _`proj-8.1.1.tar.gz`: https://download.osgeo.org/proj/proj-8.1.1.tar.gz .. _`proj-8.1.0.tar.gz`: https://download.osgeo.org/proj/proj-8.1.0.tar.gz .. _`proj-8.0.1.tar.gz`: https://download.osgeo.org/proj/proj-8.0.1.tar.gz diff --git a/docs/source/news.rst b/docs/source/news.rst index c85224d4..c8277f0d 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,8 +3,47 @@ News ############################################################################### +8.2.1 Release Notes ++++++++++++++++++++ +*January 1st 2022* + + +Updates +------- + +* Database updated with EPSG v. 10.041 (`#2974 `_) + +Bug fixes +--------- + +* BoundCRS WKT import: fix setting of name (`#2917 `_) + +* :cpp:func:`PROJStringFormatter::toString()`: avoid invalid iterator increment (`#2932 `_) + +* Ensure CApi test are cross-platform (`#2934 `_) + +* :cpp:func:`createOperations()`: do not stop at the first operation in the PROJ namespace for vertical transformations (`#2937 `_) + +* :cpp:func:`createOperationsCompoundToCompound()`: fix null pointer dereference when connection to ``proj.db`` doesn't exist. (`#2938 `_) + +* Fix ``windows.h`` conflict with ``Criterion::STRICT`` (`#2950 `_) + +* Cache result of :c:func:`proj_get_type()` to help for performance of :c:func:`proj_factors()` (`#2967 `_) + +* :cpp:func:`createOperations()`: improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height" (`#2977 `_) + +* WKT1 import: correctly deal with missing rectified_grid_angle parameter (`#2986 `_) + +* Fix and additional options for Peirce Quincuncial projections (`#2978 `_) + +* Fix build with Intel C++ compiler (`#2995 `_) + + + 8.2.0 Release Notes +++++++++++++++++++ +*November 1st 2021* + Announcements ------------- -- cgit v1.2.3