<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Imre,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Thanks for the notes.  I’ll make sure to make note of it in the release notes.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Regina<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> postgis-devel [mailto:postgis-devel-bounces@lists.osgeo.org] <b>On Behalf Of </b>Imre Samu<br><b>Sent:</b> Tuesday, May 16, 2023 2:35 PM<br><b>To:</b> PostGIS Development Discussion <postgis-devel@lists.osgeo.org><br><b>Subject:</b> Re: [postgis-devel] PSC Vote: Release PostGIS 3.3.3, 3.2.5, 3.1.9, 3.0.9 in a week or 2<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>>  a patch release,<o:p></o:p></p><div><p class=MsoNormal><br>Hi Regina,<o:p></o:p></p></div><div><p class=MsoNormal><br>I recently needed to upgrade to Alpine3.18 [1] ( <a href="https://github.com/postgis/docker-postgis/pull/343">https://github.com/postgis/docker-postgis/pull/343</a> ),<br>and the current version of Postgis (3.3.2) with the default PROJ 9.2 did not pass the regression test. <br>Because of this, I had to install some additional PROJ data [2]. <br>The problem is documented ( <a href="https://trac.osgeo.org/postgis/ticket/5316">https://trac.osgeo.org/postgis/ticket/5316</a> ), but it seems there's no solution yet. <br>It might be helpful to warn users about this issue in the changeset.<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>It's also worth mentioning that PostgreSQL still doesn't work with LLVM 16; [3]<br>this issue sometimes only becomes apparent during the PostGIS regression test [4]  or when running the application. <br>Based on my experience so far, due to its fast update cycles, <br>Alpine behaves like a 'canary in the coal mine' - revealing problems early on. <o:p></o:p></p></div><div><p class=MsoNormal>Regards,<br>  Imre<br><br>[1]  Alpine Linux 3.18 - released on 2023-05-09 with PROJ 9.2, LLVM 16<br>[2]  p<span style='font-family:"Courier New"'>rojsync --system-directory --file ch_swisstopo_CHENyx06_ETRS</span><o:p></o:p></p></div><div><p class=MsoNormal><span style='font-family:"Courier New"'>   projsync --system-directory --file us_noaa_eshpgn<br>   projsync --system-directory --file us_noaa_prvi<br>   projsync --system-directory --file us_noaa_wmhpgn</span><o:p></o:p></p></div><div><p class=MsoNormal>[3] <a href="https://github.com/docker-library/postgres/pull/1077">https://github.com/docker-library/postgres/pull/1077</a><o:p></o:p></p></div></div><p class=MsoNormal>     <a href="https://www.postgresql.org/message-id/flat/17927-2d7146227560bdf3%40postgresql.org">https://www.postgresql.org/message-id/flat/17927-2d7146227560bdf3%40postgresql.org</a><o:p></o:p></p><div><p class=MsoNormal>[4] <a href="https://github.com/docker-library/postgres/issues/1076#issuecomment-1545209600">https://github.com/docker-library/postgres/issues/1076#issuecomment-1545209600</a>  LLVMBuildGEP: symbol not found<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><div><div><p class=MsoNormal>Regina Obe <<a href="mailto:lr@pcorp.us">lr@pcorp.us</a>> ezt írta (időpont: 2023. máj. 16., K, 0:16):<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>It's been about 6 months since we've had a patch release, and quite a few<br>fixes have<br>happened since then.<br><br>I'd like to push out another release in about a week or 2.<br><br>Anyone have issues with that.<br><br>+1 for me for a release.<br><br>Thanks,<br>Regina<br><br>_______________________________________________<br>postgis-devel mailing list<br><a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br><a href="https://lists.osgeo.org/mailman/listinfo/postgis-devel" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-devel</a><o:p></o:p></p></blockquote></div></div></div></div></div></body></html>