aboutsummaryrefslogtreecommitdiff
path: root/docs/source/news.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2022-01-01 16:31:32 +0100
committerKristian Evers <kristianevers@gmail.com>2022-03-01 20:01:30 +0100
commit146d51a42f2789c2824c25a2a268c0797b58a3de (patch)
tree9884a683187cc1965d2a720981b5f7d3a0cfba7b /docs/source/news.rst
parent65c84b6e2a40ec8e6b8d1de86bcd556d01ef2aeb (diff)
downloadPROJ-146d51a42f2789c2824c25a2a268c0797b58a3de.tar.gz
PROJ-146d51a42f2789c2824c25a2a268c0797b58a3de.zip
Update website forr 8.2.1 release
Diffstat (limited to 'docs/source/news.rst')
-rw-r--r--docs/source/news.rst39
1 files changed, 39 insertions, 0 deletions
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 <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
-------------