[postgis-tickets] r14512 - Add NEWS items and sort for 2.2.1

Daniel Baston dbaston at gmail.com
Tue Dec 22 07:39:33 PST 2015


Author: dbaston
Date: 2015-12-22 07:39:33 -0800 (Tue, 22 Dec 2015)
New Revision: 14512

Modified:
   branches/2.2/NEWS
Log:
Add NEWS items and sort for 2.2.1

Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS	2015-12-22 09:17:39 UTC (rev 14511)
+++ branches/2.2/NEWS	2015-12-22 15:39:33 UTC (rev 14512)
@@ -4,12 +4,11 @@
  * Bug Fixes *
 
   - #2232, avoid accumulated error in SVG rounding
+  - #3321, Fix performance regression in topology loading
+  - #3329, Fix robustness regression in TopoGeo_addPoint
+  - #3349, Fix installation path of postgis_topology scripts
   - #3351, set endnodes isolation on ST_RemoveIsoEdge
            (and lwt_RemIsoEdge)
-  - #3349, Fix installation path of postgis_topology scripts
-  - #3329, Fix robustness regression in TopoGeo_addPoint
-  - #3321, Fix performance regression in topology loading
-  - Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]
   - #3355, geography ST_Segmentize has geometry bbox 
   - #3359, Fix toTopoGeom loss of low-id primitives from
            TopoGeometry definition
@@ -17,8 +16,11 @@
   - #3375, crash in repeated point removal for collection(point)
   - #3378, Fix handling of hierarchical TopoGeometries
            in presence of multiple topologies
+  - #3389, Buffer overflow in lwgeom_to_geojson
   - #3388, Fix missing end-points in ST_Removepoints
+  - #3393, ST_Area NaN for some polygons
   - #3404, ST_ClusterWithin crashes backend
+  - Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]
 
 
 PostGIS 2.2.0



More information about the postgis-tickets mailing list