<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="">With +1’s from <div class=""><br class=""></div><div class="">Kristian</div><div class="">Even</div><div class="">Howard</div><div class="">Charles</div><div class="">Thomas</div><div class=""><br class=""></div><div class="">the motion is passed. I will announce the release shortly. This is a tad early but I will be too busy to take care of it tomorrow.</div><div class=""><br class=""></div><div class="">/Kristian<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 29 Jun 2021, at 19:16, Thomas Knudsen <<a href="mailto:knudsen.thomas@gmail.com" class="">knudsen.thomas@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">+1 /thomas<br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Den tir. 29. jun. 2021 kl. 16.10 skrev Kristian Evers <<a href="mailto:kristianevers@gmail.com" class="">kristianevers@gmail.com</a>>:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">PSC Members,<br class="">
<br class="">
No issues with the two release candidates have been reported so I hereby motion that<br class="">
PROJ 8.1.0RC1 and PROJ-data 1.7RC1 be promoted to their final versions.<br class="">
<br class="">
I’ll start with my +1.<br class="">
<br class="">
/Kristian<br class="">
<br class="">
> On 25 Jun 2021, at 18:31, Kristian Evers <<a href="mailto:kristianevers@gmail.com" target="_blank" class="">kristianevers@gmail.com</a>> wrote:<br class="">
> <br class="">
> All,<br class="">
> <br class="">
> I have prepared release candidates for PROJ 8.1.0 and PROJ-data 1.7. Download them here:<br class="">
> <br class="">
> <a href="http://download.osgeo.org/proj/proj-8.1.0RC1.tar.gz" rel="noreferrer" target="_blank" class="">http://download.osgeo.org/proj/proj-8.1.0RC1.tar.gz</a><br class="">
> <a href="http://download.osgeo.org/proj/proj-8.1.0RC1.zip" rel="noreferrer" target="_blank" class="">http://download.osgeo.org/proj/proj-8.1.0RC1.zip</a><br class="">
> <br class="">
> <a href="http://download.osgeo.org/proj/proj-data-1.7RC1.tar.gz" rel="noreferrer" target="_blank" class="">http://download.osgeo.org/proj/proj-data-1.7RC1.tar.gz</a><br class="">
> <a href="http://download.osgeo.org/proj/proj-data-1.7RC1.zip" rel="noreferrer" target="_blank" class="">http://download.osgeo.org/proj/proj-data-1.7RC1.zip</a><br class="">
> <br class="">
> See the PROJ release notes below. The PROJ-data release includes two new grids:<br class="">
> fr_ign_RAF18b.tif and au_ga_AGQG_20201120.tif. In addition the predecessor for the<br class="">
> latter grid, au_ga_AGQG_20191107.tif, has been removed.<br class="">
> <br class="">
> Please test the two release candidates and report back your findings either to the<br class="">
> mailing list or in a GitHub issue.<br class="">
> <br class="">
> /Kristian<br class="">
> <br class="">
> ——————<br class="">
> <br class="">
> 8.1.0 Release Notes<br class="">
> -------------------<br class="">
> <br class="">
> Updates<br class="">
> -------<br class="">
> <br class="">
> + Database<br class="">
> <br class="">
>   o Update to EPSG v10.027 (#2751)<br class="">
> <br class="">
>   o Decrease DB size by using WITHOUT ROWID tables (#2730) (#2647)<br class="">
> <br class="">
>   o Add a ANALYZE step during proj.db creation allowing for<br class="">
>     faster lookups (#2729)<br class="">
> <br class="">
>   o Added a PROJ.VERSION metadata entry (#2646)<br class="">
> <br class="">
>   o Added NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based<br class="">
>     transformation (#2554)<br class="">
> <br class="">
>   o Additions to the norwegian NKG2020 transformation (#2548)<br class="">
> <br class="">
>   o ESRI projection database updated to version 12.8 (#2717)<br class="">
> <br class="">
> + API additions<br class="">
> <br class="">
>   o Added proj_get_geoid_models_from_database() function that returns a list of<br class="">
>     geoid models available for a given CRS (#2681)<br class="">
> <br class="">
>   o Added proj_get_celestial_body_list_from_database that returns a list<br class="">
>     of celestial bodies in the PROJ database (#2667)<br class="">
> <br class="">
>   o Added proj_get_celestial_body_name() (#2662)<br class="">
> <br class="">
> + Various improvements<br class="">
> <br class="">
>   o proj_trans/cs2cs: If two operations have the same accuracy,<br class="">
>     use the one that is contained within a larger one (#2750)<br class="">
> <br class="">
>   o Share SQLite database handle among all contexts (#2738)<br class="">
> <br class="">
>   o Add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex (#2736)<br class="">
> <br class="">
>   o projsync: make it filter out files not intended for the current version (#2725)<br class="">
> <br class="">
>   o Improvements related to DerivedVerticalCRS using Change Unit and<br class="">
>     Height/Depth reversal methods (#2696)<br class="">
> <br class="">
>   o Update internal nlohmann/json to 3.9.1, and add a CMake option to<br class="">
>     be able to use external nlohmann/json (#2686)<br class="">
> <br class="">
>   o createFromUserInput(): change name of CRS built from URN combined references to match the convention of EPSG projected CRS (#2677)<br class="">
> <br class="">
>   o Parse compound id with two authorities, like ESRI:103668+EPSG:5703 (#2669)<br class="">
> <br class="">
>   o Added projinfo option --list-crs (supports --area) (#2663)<br class="">
> <br class="">
>   o Added support for hyperbolic Cassini-Soldner (#2637)<br class="">
> <br class="">
>   o Added capability to get SQL statements to add custom CRS in the database (#2577)<br class="">
> <br class="">
> Bug fixes<br class="">
> ---------<br class="">
> <br class="">
> o Fix 'Please include winsock2.h before windows.h' warning with msys (#2692)<br class="">
> <br class="">
> o Minor changes to address lint in geodesic.c (#2752)<br class="">
> <br class="">
> o BoundCRS::identify(): avoid incompatible transformation for<br class="">
>   WKT1 / TOWGS84 export (#2747)<br class="">
> <br class="">
> o proj_create(): do not open proj.db if string is a PROJ string,<br class="">
>   even if proj_context_set_autoclose_database() has been set (#2735)<br class="">
> <br class="">
> o Fix export of transformation to PROJ string in a particular situation<br class="">
>   where CompoundCRS are involved (#2721)<br class="">
<br class="">
_______________________________________________<br class="">
PROJ mailing list<br class="">
<a href="mailto:PROJ@lists.osgeo.org" target="_blank" class="">PROJ@lists.osgeo.org</a><br class="">
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/mailman/listinfo/proj</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></body></html>