[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.5-15-g0d497876d

git at osgeo.org git at osgeo.org
Tue Jul 19 21:44:10 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.0 has been updated
       via  0d497876d84793141be7140c55179096f8691de6 (commit)
      from  fe56b65d70d5075f9f3e9f24a0f8659decdbbd0f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d497876d84793141be7140c55179096f8691de6
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 20 00:44:03 2022 -0400

    Fix ticket on bessies and update release date

diff --git a/NEWS b/NEWS
index 917592cb0..d56c8e7c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.0.6
-2022/07/19
+2022/07/20
 
 * Bug Fixes and Enhancements *
   - #4835, Occasional distance errors in polar area (Paul Ramsey)
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 2b7dc7694..cfc0c5a14 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -5,7 +5,7 @@
 
     <sect1>
         <title>Release 3.0.6</title>
-        <para>Release date: 2022/07/19</para>
+        <para>Release date: 2022/07/20</para>
         <para>This is a bug fix / performance enhancements release. This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
               Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8</para>
         <simplesect>
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index cfc731e05..69c36f5e2 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -311,7 +311,7 @@ SELECT '#650', ST_AsText(ST_Collect(ARRAY[ST_MakePoint(0,0), ST_MakePoint(1,1),
 --SELECT '#662', ST_MakePolygon(ST_AddPoint(ST_AddPoint(ST_MakeLine(ST_SetSRID(ST_MakePointM(i+m,j,m),4326),ST_SetSRID(ST_MakePointM(j+m,i-m,m),4326)),ST_SetSRID(ST_MakePointM(i,j,m),4326)),ST_SetSRID(ST_MakePointM(i+m,j,m),4326))) As the_geom FROM generate_series(-10,50,20) As i CROSS JOIN generate_series(50,70, 20) As j CROSS JOIN generate_series(1,2) As m ORDER BY i, j, m, i*j*m LIMIT 1;
 
 -- #667 --
-SELECT '#667', ST_AsEWKT(ST_LineToCurve(ST_Buffer(ST_SetSRID(ST_Point(i,j),4326), j))) As the_geom FROM generate_series(-10,50,10) As i CROSS JOIN generate_series(40,70, 20) As j ORDER BY i, j, i*j LIMIT 1;
+SELECT '#667', ST_AsEWKT(ST_LineToCurve(ST_Buffer(ST_SetSRID(ST_Point(i,j),4326), j))) IN('SRID=4326;CURVEPOLYGON(CIRCULARSTRING(30 40,-50 40,30 40))', 'SRID=4326;CURVEPOLYGON(CIRCULARSTRING(30 40,-50 39.9999999999999,30 40))') As matches FROM generate_series(-10,50,10) As i CROSS JOIN generate_series(40,70, 20) As j ORDER BY i, j, i*j LIMIT 1;
 
 -- #677 --
 SELECT '#677.deprecated',round(ST_DistanceSpheroid(ST_GeomFromEWKT('MULTIPOLYGON(((-10 40,-10 55,-10 70,5 40,-10 40)))'), ST_GeomFromEWKT('MULTIPOINT(20 40,20 55,20 70,35 40,35 55,35 70,50 40,50 55,50 70)'), 'SPHEROID["GRS_1980",6378137,298.257222101]')) As result;
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 7c6e6b5d5..a11023589 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -93,7 +93,7 @@ NOTICE:  IllegalArgumentException: Invalid number of points in LinearRing found
 #835.11|MULTILINESTRING EMPTY
 #835.12|MULTIPOLYGON EMPTY
 #650|MULTIPOINT(0 0,1 1,2 2)
-#667|SRID=4326;CURVEPOLYGON(CIRCULARSTRING(30 40,-50 39.9999999999999,30 40))
+#667|t
 #677.deprecated|1121395
 #677|1121395
 #680|01d107000000000000000024c000000000000049400000000000000040

-----------------------------------------------------------------------

Summary of changes:
 NEWS                          | 2 +-
 doc/release_notes.xml         | 2 +-
 regress/core/tickets.sql      | 2 +-
 regress/core/tickets_expected | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list