<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<span style="font-family: monospace; font-size: 11px;" class="">On behalf of the PROJ development team I am happy to announce the</span><br style="font-family: monospace; font-size: 11px;" class="">
<div style="font-family: monospace; font-size: 11px;" class="">release of PROJ 6.2.1.  See release notes below for details. </div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class="">Download the source distribution here:</div>
<br class="Apple-interchange-newline" style="font-family: monospace; font-size: 11px;">
<span style="font-family: monospace; font-size: 11px;" class=""><a href="https://download.osgeo.org/proj/proj-6.2.1.tar.gz" class="">https://download.osgeo.org/proj/proj-6.2.1.tar.gz</a> (<a href="https://download.osgeo.org/proj/proj-6.2.1.tar.gz.md5" class="">https://download.osgeo.org/proj/proj-6.2.1.tar.gz.md5</a>)</span><br style="font-family: monospace; font-size: 11px;" class="">
<br class="Apple-interchange-newline" style="font-family: monospace; font-size: 11px;">
<span style="font-family: monospace; font-size: 11px;" class=""><a href="https://download.osgeo.org/proj/proj-6.2.1.zip" class="">https://download.osgeo.org/proj/proj-6.2.1.zip</a> (<a href="https://download.osgeo.org/proj/proj-6.2.1.zip.md5" class="">https://download.osgeo.org/proj/proj-6.2.1.zip.md5</a>)</span><br style="font-family: monospace; font-size: 11px;" class="">
<br class="Apple-interchange-newline" style="font-family: monospace; font-size: 11px;">
<br style="font-family: monospace; font-size: 11px;" class="">
<br style="font-family: monospace; font-size: 11px;" class="">
<span style="font-family: monospace; font-size: 11px;" class="">—————————————————————————————————————————————</span><br style="font-family: monospace; font-size: 11px;" class="">
<br style="font-family: monospace; font-size: 11px;" class="">
<div style="font-family: monospace; font-size: 11px;" class="">6.2.1 Release Notes</div>
<div style="font-family: monospace; font-size: 11px;" class="">-------------------</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> Updates</div>
<div style="font-family: monospace; font-size: 11px;" class=""> -------</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Update the EPSG database to version 9.8.2</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> Bug fixes</div>
<div style="font-family: monospace; font-size: 11px;" class=""> -------</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Fixed erroneous spelling of "Potsdam" (#1573)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Calculate y-coordinate correctly in bertin1953 in all cases (#1579)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o PROJStringParser::createFromPROJString(): avoid potential infinite</div>
<div style="font-family: monospace; font-size: 11px;" class="">   recursion (#1574)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Avoid core dump when setting ctx==NULL in functions</div>
<div style="font-family: monospace; font-size: 11px;" class="">   proj_coordoperation_is_instantiable and</div>
<div style="font-family: monospace; font-size: 11px;" class="">   proj_coordoperation_has_ballpark_transformation (#1590)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o createOperations(): fix conversion from/to PROJ.4 CRS strings with</div>
<div style="font-family: monospace; font-size: 11px;" class="">   non-ISO-kosher options and +towgs84/+nadgrids (#1602)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o proj_trans_generic(): properly set coordinate time to HUGE_VAL when no</div>
<div style="font-family: monospace; font-size: 11px;" class="">   value is passed to the function (#1604)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only</div>
<div style="font-family: monospace; font-size: 11px;" class="">   only allowing +o_proj=longlat (#1601)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Improve backwards compatibility of vertical transforms (#1613)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Improve emulation of deprecated +init style initialization (#1614)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Avoid divisions by zero in odd situations (#1620)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Avoid compile error on Solaris (#1639)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o proj_create_crs_to_crs(): fix when there are only transformations with</div>
<div style="font-family: monospace; font-size: 11px;" class="">   ballpark steps (#1643)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o PROJ string CRS ingester: recognize more unit-less parameters, and general</div>
<div style="font-family: monospace; font-size: 11px;" class="">   handling of +key=string_value parameters (#1645)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Only call pkg-config in configure when necessary (#1652)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o aeqd: for spherical forward path, go to higher precision ellipsoidal</div>
<div style="font-family: monospace; font-size: 11px;" class="">   case when the point coordinates are super close to the origin (#1654)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o proj_create_crs_to_crs(): remove elimination of Ballpark operations</div>
<div style="font-family: monospace; font-size: 11px;" class="">   that caused transformation failures in some cases (#1665)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o createOperations(): allow transforming from a compoundCRS of a bound</div>
<div style="font-family: monospace; font-size: 11px;" class="">   verticalCRS to a 2D CRS (#1667)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o Avoid segfaults in case of out-of-memory situations (#1679)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o createOperations(): fix double vertical unit conversion from CompoundCRS</div>
<div style="font-family: monospace; font-size: 11px;" class="">   to other CRS when the horizontal part of the projected CRS uses non-metre</div>
<div style="font-family: monospace; font-size: 11px;" class="">   unit (#1683)</div>
<div style="font-family: monospace; font-size: 11px;" class=""><br class="">
</div>
<div style="font-family: monospace; font-size: 11px;" class=""> o importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690)</div>
<div class=""><br class="">
</div>
</body>
</html>