aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-12-26 16:16:16 +0100
committerKristian Evers <kristianevers@gmail.com>2021-12-26 16:31:09 +0100
commit11c7d0c511806e48866bb2feef7da66de995f749 (patch)
tree0feafb18c6c0c2b50094744225eef5db438bc7cd /NEWS
parent5f6b7f23d734590f477b86b25459ad0539e6aad3 (diff)
downloadPROJ-11c7d0c511806e48866bb2feef7da66de995f749.tar.gz
PROJ-11c7d0c511806e48866bb2feef7da66de995f749.zip
Update NEWS for 8.2.1 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS39
1 files changed, 39 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a227740..ff613acf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+8.2.1 Release Notes
+-------------------
+
+ Updates
+ -------
+
+ o Database updated with EPSG v. 10.041 (#2974)
+
+ Bug fixes
+ ---------
+
+ o BoundCRS WKT import: fix setting of name (#2917)
+
+ o PROJStringFormatter::toString(): avoid invalid iterator increment (#2932)
+
+ o Ensure CApi test are cross-platform (#2934)
+
+ o createOperations(): do not stop at the first operation in the PROJ namespace
+ for vertical transformations (#2937)
+
+ o createOperationsCompoundToCompound(): fix null pointer dereference when
+ connection to proj.db doesn't exist. (#2938)
+
+ o Fix windows.h conflict with Criterion::STRICT (#2950)
+
+ o Cache result of proj_get_type() to help for performance of
+ proj_factors() (#2967)
+
+ o createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to
+ "NAD83(CSRS) + CGVD2013(CGG2013) height" (#2977)
+
+ o WKT1 import: correctly deal with missing rectified_grid_angle
+ parameter (#2986)
+
+ o Fix and additional options for Peirce Quincuncial projections (#2978)
+
+ o Fix build with Intel C++ compiler (#2995)
+
+
8.2.0 Release Notes
-------------------