diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-12-26 16:16:16 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-12-26 16:31:09 +0100 |
| commit | 11c7d0c511806e48866bb2feef7da66de995f749 (patch) | |
| tree | 0feafb18c6c0c2b50094744225eef5db438bc7cd /NEWS | |
| parent | 5f6b7f23d734590f477b86b25459ad0539e6aad3 (diff) | |
| download | PROJ-11c7d0c511806e48866bb2feef7da66de995f749.tar.gz PROJ-11c7d0c511806e48866bb2feef7da66de995f749.zip | |
Update NEWS for 8.2.1 release
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -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 ------------------- |
