[postgis-tickets] r14801 - Fix rel notes on ST_Intersects

Paul Ramsey pramsey at cleverelephant.ca
Tue Mar 22 12:57:00 PDT 2016


Author: pramsey
Date: 2016-03-22 12:57:00 -0700 (Tue, 22 Mar 2016)
New Revision: 14801

Modified:
   branches/2.2/NEWS
   branches/2.2/doc/release_notes.xml
Log:
Fix rel notes on ST_Intersects


Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS	2016-03-22 19:56:42 UTC (rev 14800)
+++ branches/2.2/NEWS	2016-03-22 19:57:00 UTC (rev 14801)
@@ -17,7 +17,7 @@
   - #3433, ST_ClusterIntersecting incorrect for MultiPoints
   - #3435, ST_AsX3D fix rendering of concave geometries
   - #3436, memory handling mistake in ptarray_clone_deep
-  - #3437, ST_ClusterIntersecting incorrect for MultiPoints
+  - #3437, ST_Intersects incorrect for MultiPoints
   - #3461, ST_GeomFromKML crashes Postgres when there are 
            innerBoundaryIs and no outerBoundaryIs
   - #3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some 

Modified: branches/2.2/doc/release_notes.xml
===================================================================
--- branches/2.2/doc/release_notes.xml	2016-03-22 19:56:42 UTC (rev 14800)
+++ branches/2.2/doc/release_notes.xml	2016-03-22 19:57:00 UTC (rev 14801)
@@ -15,7 +15,7 @@
           <para>#3433, ST_ClusterIntersecting incorrect for MultiPoints</para>
           <para>#3435, ST_AsX3D fix rendering of concave geometries</para>
           <para>#3436, memory handling mistake in ptarray_clone_deep</para>
-          <para>#3437, ST_ClusterIntersecting incorrect for MultiPoints</para>
+          <para>#3437, ST_Intersects incorrect for MultiPoints</para>
           <para>#3461, ST_GeomFromKML crashes Postgres when there are innerBoundaryIs and no outerBoundaryIs</para>
           <para>#3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some platforms</para>
           <para>#3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade</para>



More information about the postgis-tickets mailing list