aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2022-01-01 16:31:32 +0100
committerKristian Evers <kristianevers@gmail.com>2022-01-01 16:32:01 +0100
commitef7069a80e240021dd79e8915ef0b10e6f27473d (patch)
treea0a70c9ee2ee3610a8a52c9b00cbbdd67400da79
parentdeb1a5720fdfcd50d53c93ffb4011cacb36f2c89 (diff)
downloadPROJ-ef7069a80e240021dd79e8915ef0b10e6f27473d.tar.gz
PROJ-ef7069a80e240021dd79e8915ef0b10e6f27473d.zip
Update website forr 8.2.1 release
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/download.rst7
-rw-r--r--docs/source/news.rst39
3 files changed, 45 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index ee36d656..dcb5080d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -77,7 +77,7 @@ copyright = u'1983-{0}'.format(now.year)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
-version = '8.2.0'
+version = '8.2.1'
data_version = '1.8'
# use same |release| as |version|
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 cad77ea3..2072eed4 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 <https://github.com/OSGeo/PROJ/issues/2974>`_)
+
+Bug fixes
+---------
+
+* BoundCRS WKT import: fix setting of name (`#2917 <https://github.com/OSGeo/PROJ/issues/2917>`_)
+
+* :cpp:func:`PROJStringFormatter::toString()`: avoid invalid iterator increment (`#2932 <https://github.com/OSGeo/PROJ/issues/2932>`_)
+
+* Ensure CApi test are cross-platform (`#2934 <https://github.com/OSGeo/PROJ/issues/2934>`_)
+
+* :cpp:func:`createOperations()`: do not stop at the first operation in the PROJ namespace for vertical transformations (`#2937 <https://github.com/OSGeo/PROJ/issues/2937>`_)
+
+* :cpp:func:`createOperationsCompoundToCompound()`: fix null pointer dereference when connection to ``proj.db`` doesn't exist. (`#2938 <https://github.com/OSGeo/PROJ/issues/2938>`_)
+
+* Fix ``windows.h`` conflict with ``Criterion::STRICT`` (`#2950 <https://github.com/OSGeo/PROJ/issues/2950>`_)
+
+* Cache result of :c:func:`proj_get_type()` to help for performance of :c:func:`proj_factors()` (`#2967 <https://github.com/OSGeo/PROJ/issues/2967>`_)
+
+* :cpp:func:`createOperations()`: improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height" (`#2977 <https://github.com/OSGeo/PROJ/issues/2977>`_)
+
+* WKT1 import: correctly deal with missing rectified_grid_angle parameter (`#2986 <https://github.com/OSGeo/PROJ/issues/2986>`_)
+
+* Fix and additional options for Peirce Quincuncial projections (`#2978 <https://github.com/OSGeo/PROJ/issues/2978>`_)
+
+* Fix build with Intel C++ compiler (`#2995 <https://github.com/OSGeo/PROJ/issues/2995>`_)
+
+
+
8.2.0 Release Notes
+++++++++++++++++++
+*November 1st 2021*
+
Announcements
-------------