aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-05-05 10:50:52 +0200
committerKristian Evers <kristianevers@gmail.com>2021-05-05 10:50:52 +0200
commit45a88fe245ae040b6f19696dfd928fb2f03f51d9 (patch)
treed935fe0fe7229fb44520894edefef4db18a9e11a
parentfddc2e791b41b79b530083807d553d8d610c0825 (diff)
downloadPROJ-45a88fe245ae040b6f19696dfd928fb2f03f51d9.tar.gz
PROJ-45a88fe245ae040b6f19696dfd928fb2f03f51d9.zip
Update docs for 8.0.1 release
-rw-r--r--docs/source/conf.py4
-rw-r--r--docs/source/download.rst10
-rw-r--r--docs/source/news.rst60
3 files changed, 69 insertions, 5 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 23b399f8..9a176217 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -72,8 +72,8 @@ 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.0.0'
-data_version = '1.5'
+version = '8.0.1'
+data_version = '1.6'
# use same |release| as |version|
release = version
diff --git a/docs/source/download.rst b/docs/source/download.rst
index 03a61c76..ac3510fa 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
--------------------------------------------------------------------------------
-* **2021-03-01** `proj-8.0.0.tar.gz`_ (`md5`_)
-* **2021-03-01** `proj-data-1.5.tar.gz`_
+* **2021-05-05** `proj-8.0.1.tar.gz`_ (`md5`_)
+* **2021-05-05** `proj-data-1.6.tar.gz`_
* **PDF Manual** `proj.pdf`_
.. note::
@@ -28,6 +28,7 @@ Current Release
Past Releases
--------------------------------------------------------------------------------
+* **2021-03-01** `proj-8.0.0.tar.gz`_
* **2021-01-01** `proj-7.2.1.tar.gz`_
* **2020-11-01** `proj-7.2.0.tar.gz`_
* **2020-09-01** `proj-7.1.1.tar.gz`_
@@ -50,6 +51,7 @@ Past Releases
* **2015-09-13** `proj-4.9.2.tar.gz`_
* **2015-03-04** `proj-4.9.1.tar.gz`_
+* **2021-03-01** `proj-data-1.5.tar.gz`_
* **2021-01-01** `proj-data-1.4.tar.gz`_
* **2020-11-01** `proj-data-1.3.tar.gz`_
* **2020-09-01** `proj-data-1.2.tar.gz`_
@@ -76,8 +78,9 @@ Past Releases
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
+.. _`proj-8.0.1.tar.gz`: https://download.osgeo.org/proj/proj-8.0.1.tar.gz
+.. _`md5`: https://download.osgeo.org/proj/proj-8.0.1.tar.gz.md5
.. _`proj-8.0.0.tar.gz`: https://download.osgeo.org/proj/proj-8.0.0.tar.gz
-.. _`md5`: https://download.osgeo.org/proj/proj-8.0.0.tar.gz.md5
.. _`proj-7.2.1.tar.gz`: https://download.osgeo.org/proj/proj-7.2.1.tar.gz
.. _`proj-7.2.0.tar.gz`: https://download.osgeo.org/proj/proj-7.2.0.tar.gz
.. _`proj-7.1.1.tar.gz`: https://download.osgeo.org/proj/proj-7.1.1.tar.gz
@@ -100,6 +103,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.6.tar.gz`: https://download.osgeo.org/proj/proj-data-1.6.tar.gz
.. _`proj-data-1.5.tar.gz`: https://download.osgeo.org/proj/proj-data-1.5.tar.gz
.. _`proj-data-1.4.tar.gz`: https://download.osgeo.org/proj/proj-data-1.4.tar.gz
.. _`proj-data-1.3.tar.gz`: https://download.osgeo.org/proj/proj-data-1.3.tar.gz
diff --git a/docs/source/news.rst b/docs/source/news.rst
index 443dd527..20670b1b 100644
--- a/docs/source/news.rst
+++ b/docs/source/news.rst
@@ -3,6 +3,66 @@
News
###############################################################################
+8.0.1 Release Notes
+++++++++++++++++++++++++++++++++++++++++
+*May 5th 2021*
+
+Updates
+-------
+
+* Database: update to EPSG v10.018 (`#2636 <https://github.com/OSGeo/PROJ/issues/2636>`_)
+
+* Add transformations for CHGeo2004, Swiss geoid model (`#2604 <https://github.com/OSGeo/PROJ/issues/2604>`_)
+
+* Additions to the norwegian NKG2020 transformation (`#2600 <https://github.com/OSGeo/PROJ/issues/2600>`_)
+
+Bug fixes
+---------
+
+* :c:func:`pj_vlog()`: fix buffer overflow in case of super lengthy error message (`#2693 <https://github.com/OSGeo/PROJ/issues/2693>`_)
+
+* Revert ":c:func:`proj_create_crs_to_crs_from_pj()`: do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION if area is specified" (`#2679 <https://github.com/OSGeo/PROJ/issues/2679>`_)
+
+* UTM: error out when value of ``+zone=`` is not an integer (`#2672 <https://github.com/OSGeo/PROJ/issues/2672>`_)
+
+* :cpp:func:`getCRSInfoList()`: make result order deterministic (by increasing auth_name,
+ code) (`#2661 <https://github.com/OSGeo/PROJ/issues/2661>`_)
+
+* :cpp:func:`createOperation()`: make sure no to discard deprecated operations if the
+ replacement uses an unknow grid (`#2623 <https://github.com/OSGeo/PROJ/issues/2623>`_)
+
+* Fix build on Solaris 11.4 (`#2621 <https://github.com/OSGeo/PROJ/issues/2621>`_)
+
+* Add mapping of ESRI Equal_Area projection method to EPSG (`#2612 <https://github.com/OSGeo/PROJ/issues/2612>`_)
+
+* Fix incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation (`#2599 <https://github.com/OSGeo/PROJ/issues/2599>`_)
+
+* fix wrong capitalization of CHENyx06_ETRS.gsb (`#2597 <https://github.com/OSGeo/PROJ/issues/2597>`_)
+
+* :cpp:func:`createOperations()`: improve handling of vertical transforms when
+ when compound CRSs are used (`#2592 <https://github.com/OSGeo/PROJ/issues/2592>`_)
+
+* :cpp:func:`CRS::promoteTo3D()`: propagate the extent from the 2D CRS (`#2589 <https://github.com/OSGeo/PROJ/issues/2589>`_)
+
+* :cpp:func:`createFromCRSCodesWithIntermediates()`: improve performance when there is
+ no match (`#2583 <https://github.com/OSGeo/PROJ/issues/2583>`_)
+
+* Fix :c:func:`proj_clone()` to work on 'meta' coordinate operation ``PJ*`` objects that
+ can be returned by :c:func:`proj_create_crs_to_crs()` (`#2582 <https://github.com/OSGeo/PROJ/issues/2582>`_)
+
+* add ``PROJ_COMPUTE_VERSION``, ``PROJ_VERSION_NUMBER``,
+ ``PROJ_AT_LEAST_VERSION`` macros (`#2581 <https://github.com/OSGeo/PROJ/issues/2581>`_)
+
+* Make :c:func:`proj_lp_dist()` and :c:func:`proj_geod()` work on a ``PJ*`` CRS object (`#2570 <https://github.com/OSGeo/PROJ/issues/2570>`_)
+
+* Fix gcc 11 ``-Wnonnull`` compilation warnings (`#2559 <https://github.com/OSGeo/PROJ/issues/2559>`_)
+
+* Fix use of uninitialized memory in gie tests (`#2558 <https://github.com/OSGeo/PROJ/issues/2558>`_)
+
+* :c:func:`createOperations()`: fix incorrect height transformation between 3D promoted RGF93 and CH1903+ (`#2555 <https://github.com/OSGeo/PROJ/issues/2555>`_)
+
+
+
8.0.0 Release Notes
++++++++++++++++++++++++++++++++++++++++
*March 1st 2021*