[postgis-tickets] r14803 - tickets as links

Paul Ramsey pramsey at cleverelephant.ca
Tue Mar 22 13:06:13 PDT 2016


Author: pramsey
Date: 2016-03-22 13:06:13 -0700 (Tue, 22 Mar 2016)
New Revision: 14803

Modified:
   web/_content/posts/2014/03-31_postgis-2-0-5.html
   web/_content/posts/2014/03-31_postgis-2.1.2.html
   web/_content/posts/2014/09-10_postgis-2.1.4.html
   web/_content/posts/2014/12-18_postgis-2.1.5.html
   web/_content/posts/2015/03-20_postgis-2.1.6.html
   web/_content/posts/2016/01-06_postgis-2.2.1.html
Log:
tickets as links


Modified: web/_content/posts/2014/03-31_postgis-2-0-5.html
===================================================================
--- web/_content/posts/2014/03-31_postgis-2-0-5.html	2016-03-22 20:04:24 UTC (rev 14802)
+++ web/_content/posts/2014/03-31_postgis-2-0-5.html	2016-03-22 20:06:13 UTC (rev 14803)
@@ -26,19 +26,19 @@
 
 **Bug Fixes**
 
-* #2494, avoid memcpy in GIST index
-* #2502, Fix postgis_topology_scripts_installed() install schema
-* #2504, Fix segfault on bogus pgsql2shp call 
-* #2528, Fix memory leak in ST_Split / lwline_split_by_line
-* #2532, Add missing raster/geometry commutator operators
-* #2533, Remove duplicated signatures
-* #2552, Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG
-* #2555, Fix parsing issue of range arguments of ST_Reclass
-* #2589, Remove use of unnecessary void pointers
-* #2607, Cannot open more than 1024 out-db files in process
-* #2610, Ensure face splitting algorithm uses the edge index 
-* #2619, Empty ring array in GeoJSON polygon causes crash
-* #2638, Geography distance on M geometries sometimes wrong
+* [#2494](http://trac.osgeo.org/postgis/ticket/2494), avoid memcpy in GIST index
+* [#2502](http://trac.osgeo.org/postgis/ticket/2502), Fix postgis_topology_scripts_installed() install schema
+* [#2504](http://trac.osgeo.org/postgis/ticket/2504), Fix segfault on bogus pgsql2shp call 
+* [#2528](http://trac.osgeo.org/postgis/ticket/2528), Fix memory leak in ST_Split / lwline_split_by_line
+* [#2532](http://trac.osgeo.org/postgis/ticket/2532), Add missing raster/geometry commutator operators
+* [#2533](http://trac.osgeo.org/postgis/ticket/2533), Remove duplicated signatures
+* [#2552](http://trac.osgeo.org/postgis/ticket/2552), Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG
+* [#2555](http://trac.osgeo.org/postgis/ticket/2555), Fix parsing issue of range arguments of ST_Reclass
+* [#2589](http://trac.osgeo.org/postgis/ticket/2589), Remove use of unnecessary void pointers
+* [#2607](http://trac.osgeo.org/postgis/ticket/2607), Cannot open more than 1024 out-db files in process
+* [#2610](http://trac.osgeo.org/postgis/ticket/2610), Ensure face splitting algorithm uses the edge index 
+* [#2619](http://trac.osgeo.org/postgis/ticket/2619), Empty ring array in GeoJSON polygon causes crash
+* [#2638](http://trac.osgeo.org/postgis/ticket/2638), Geography distance on M geometries sometimes wrong
 
 View all [closed tickets][1].
   [1]:http://trac.osgeo.org/postgis/query?status=closed&groupdesc=1&group=priority&milestone=PostGIS+2.0.5&order=priority

Modified: web/_content/posts/2014/03-31_postgis-2.1.2.html
===================================================================
--- web/_content/posts/2014/03-31_postgis-2.1.2.html	2016-03-22 20:04:24 UTC (rev 14802)
+++ web/_content/posts/2014/03-31_postgis-2.1.2.html	2016-03-22 20:06:13 UTC (rev 14803)
@@ -22,37 +22,37 @@
 
 **Changes**
 
-* #2514, Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS Extension as GPLv2.
+* [#2514](http://trac.osgeo.org/postgis/ticket/2514), Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS Extension as GPLv2.
 
 **Bug Fixes**
 
-* #2666, Error out at configure time if no SQL preprocessor can be found
-* #2534, st_distance returning incorrect results for large geographies
-* #2539, Check for json-c/json.h presence/usability before json/json.h
-* #2543, invalid join selectivity error from simple query
-* #2546, GeoJSON with string coordinates parses incorrectly 
-* #2547, Fix ST_Simplify(TopoGeometry) for hierarchical topogeoms
-* #2552, Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG
-* #2555, Fix parsing issue of range arguments of ST_Reclass
-* #2556, geography ST_Intersects results depending on insert order
-* #2580, Do not allow installing postgis twice in the same database
-* #2589, Remove use of unnecessary void pointers
-* #2607, Cannot open more than 1024 out-db files in one process
-* #2610, Ensure face splitting algorithm uses the edge index
-* #2615, EstimatedExtent (and hence, underlying stats) gathering wrong bbox
-* #2619, Empty rings array in GeoJSON polygon causes crash
-* #2634, regression in sphere distance code
-* #2638, Geography distance on M geometries sometimes wrong
-* #2648, #2653, Fix topology functions when "topology" is not in search_path
-* #2654, Drop deprecated calls from topology
-* #2655, Let users without topology privileges call postgis_full_version()
-* #2674, Fix missing operator = and hash_raster_ops opclass on raster
-* #2675, #2534, #2636, #2634, #2638, Geography distance issues with tree optimization
+* [#2666](http://trac.osgeo.org/postgis/ticket/2666), Error out at configure time if no SQL preprocessor can be found
+* [#2534](http://trac.osgeo.org/postgis/ticket/2534), st_distance returning incorrect results for large geographies
+* [#2539](http://trac.osgeo.org/postgis/ticket/2539), Check for json-c/json.h presence/usability before json/json.h
+* [#2543](http://trac.osgeo.org/postgis/ticket/2543), invalid join selectivity error from simple query
+* [#2546](http://trac.osgeo.org/postgis/ticket/2546), GeoJSON with string coordinates parses incorrectly 
+* [#2547](http://trac.osgeo.org/postgis/ticket/2547), Fix ST_Simplify(TopoGeometry) for hierarchical topogeoms
+* [#2552](http://trac.osgeo.org/postgis/ticket/2552), Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG
+* [#2555](http://trac.osgeo.org/postgis/ticket/2555), Fix parsing issue of range arguments of ST_Reclass
+* [#2556](http://trac.osgeo.org/postgis/ticket/2556), geography ST_Intersects results depending on insert order
+* [#2580](http://trac.osgeo.org/postgis/ticket/2580), Do not allow installing postgis twice in the same database
+* [#2589](http://trac.osgeo.org/postgis/ticket/2589), Remove use of unnecessary void pointers
+* [#2607](http://trac.osgeo.org/postgis/ticket/2607), Cannot open more than 1024 out-db files in one process
+* [#2610](http://trac.osgeo.org/postgis/ticket/2610), Ensure face splitting algorithm uses the edge index
+* [#2615](http://trac.osgeo.org/postgis/ticket/2615), EstimatedExtent (and hence, underlying stats) gathering wrong bbox
+* [#2619](http://trac.osgeo.org/postgis/ticket/2619), Empty rings array in GeoJSON polygon causes crash
+* [#2634](http://trac.osgeo.org/postgis/ticket/2634), regression in sphere distance code
+* [#2638](http://trac.osgeo.org/postgis/ticket/2638), Geography distance on M geometries sometimes wrong
+* [#2648](http://trac.osgeo.org/postgis/ticket/2648), [#2653](http://trac.osgeo.org/postgis/ticket/2653), Fix topology functions when "topology" is not in search_path
+* [#2654](http://trac.osgeo.org/postgis/ticket/2654), Drop deprecated calls from topology
+* [#2655](http://trac.osgeo.org/postgis/ticket/2655), Let users without topology privileges call postgis_full_version()
+* [#2674](http://trac.osgeo.org/postgis/ticket/2674), Fix missing operator = and hash_raster_ops opclass on raster
+* [#2675](http://trac.osgeo.org/postgis/ticket/2675), [#2534](http://trac.osgeo.org/postgis/ticket/2534), [#2636](http://trac.osgeo.org/postgis/ticket/2636), [#2634](http://trac.osgeo.org/postgis/ticket/2634), [#2638](http://trac.osgeo.org/postgis/ticket/2638), Geography distance issues with tree optimization
 
 **Enhancements**
 
-* #2494, avoid memcopy in GiST index (hayamiz)
-* #2560, soft upgrade: avoid drop/recreate of aggregates that hadn't changed
+* [#2494](http://trac.osgeo.org/postgis/ticket/2494), avoid memcopy in GiST index (hayamiz)
+* [#2560](http://trac.osgeo.org/postgis/ticket/2560), soft upgrade: avoid drop/recreate of aggregates that hadn't changed
 
 View all [closed tickets][1].
 

Modified: web/_content/posts/2014/09-10_postgis-2.1.4.html
===================================================================
--- web/_content/posts/2014/09-10_postgis-2.1.4.html	2016-03-22 20:04:24 UTC (rev 14802)
+++ web/_content/posts/2014/09-10_postgis-2.1.4.html	2016-03-22 20:06:13 UTC (rev 14803)
@@ -19,43 +19,43 @@
 
 **Enhancements**
 
-* #2745, Speedup `ST_Simplify` calls against points
-* #2747, Support for GDAL 2.0
-* #2749, Make rtpostgis_upgrade_20_21.sql ACID
-* #2811, Do not specify index names when loading shapefiles/rasters
-* #2829, Shortcut `ST_Clip(raster)` if geometry fully contains the raster
+* [#2745](http://trac.osgeo.org/postgis/ticket/2745), Speedup `ST_Simplify` calls against points
+* [#2747](http://trac.osgeo.org/postgis/ticket/2747), Support for GDAL 2.0
+* [#2749](http://trac.osgeo.org/postgis/ticket/2749), Make rtpostgis_upgrade_20_21.sql ACID
+* [#2811](http://trac.osgeo.org/postgis/ticket/2811), Do not specify index names when loading shapefiles/rasters
+* [#2829](http://trac.osgeo.org/postgis/ticket/2829), Shortcut `ST_Clip(raster)` if geometry fully contains the raster
            and no NODATA specified
-* #2895, Raise cost of `ST_ConvexHull(raster)` to 300 for better query plans
+* [#2895](http://trac.osgeo.org/postgis/ticket/2895), Raise cost of `ST_ConvexHull(raster)` to 300 for better query plans
 
 **Bug Fixes**
 
-* #2605, armel: _`ST_Covers()` returns true for point in hole 
-* #2911, Fix output scale on `ST_Rescale`/`ST_Resample`/`ST_Resize` of rasters
+* [#2605](http://trac.osgeo.org/postgis/ticket/2605), armel: _`ST_Covers()` returns true for point in hole 
+* [#2911](http://trac.osgeo.org/postgis/ticket/2911), Fix output scale on `ST_Rescale`/`ST_Resample`/`ST_Resize` of rasters
            with scale 1/-1 and offset 0/0.
   - Fix crash in `ST_Union(raster)`
-* #2704, `ST_GeomFromGML()` does not work properly with array of gml:pos
+* [#2704](http://trac.osgeo.org/postgis/ticket/2704), `ST_GeomFromGML()` does not work properly with array of gml:pos
     (Even Roualt)
-* #2708, updategeometrysrid doesn't update srid check when schema
+* [#2708](http://trac.osgeo.org/postgis/ticket/2708), updategeometrysrid doesn't update srid check when schema
            not specified. Patch from Marc Jansen
-* #2720, lwpoly_add_ring should update maxrings after realloc
-* #2759, Fix postgis_restore.pl handling of multiline object comments
+* [#2720](http://trac.osgeo.org/postgis/ticket/2720), lwpoly_add_ring should update maxrings after realloc
+* [#2759](http://trac.osgeo.org/postgis/ticket/2759), Fix postgis_restore.pl handling of multiline object comments
            embedding sql comments
-* #2774, fix undefined behavior in ptarray_calculate_gbox_geodetic
+* [#2774](http://trac.osgeo.org/postgis/ticket/2774), fix undefined behavior in ptarray_calculate_gbox_geodetic
   - Fix potential memory fault in `ST_MakeValid`
-* #2784, Fix handling of bogus argument to --with-sfcgal
-* #2772, Premature memory free in RASTER_getBandPath (`ST_BandPath)`
-* #2755, Fix regressions tests against all versions of SFCGAL
-* #2775, lwline_from_lwmpoint leaks memory 
-* #2802, `ST_MapAlgebra` checks for valid callback function return value
-* #2803, `ST_MapAlgebra` handles no userarg and STRICT callback function
-* #2834, `ST_Estimated_Extent` and mixedCase table names (regression bug)
-* #2845, Bad geometry created from `ST_AddPoint`
-* #2870, Binary insert into geography column results geometry being inserted
-* #2872, make install builds documentation (Greg Troxell)
-* #2819, find isfinite or replacement on Centos5 / Solaris
-* #2899, geocode limit 1 not returning best answer (tiger geocoder)
-* #2903, Unable to compile on FreeBSD 
-* #2927  reverse_geocode not filling in direction prefix (tiger geocoder)
+* [#2784](http://trac.osgeo.org/postgis/ticket/2784), Fix handling of bogus argument to --with-sfcgal
+* [#2772](http://trac.osgeo.org/postgis/ticket/2772), Premature memory free in RASTER_getBandPath (`ST_BandPath)`
+* [#2755](http://trac.osgeo.org/postgis/ticket/2755), Fix regressions tests against all versions of SFCGAL
+* [#2775](http://trac.osgeo.org/postgis/ticket/2775), lwline_from_lwmpoint leaks memory 
+* [#2802](http://trac.osgeo.org/postgis/ticket/2802), `ST_MapAlgebra` checks for valid callback function return value
+* [#2803](http://trac.osgeo.org/postgis/ticket/2803), `ST_MapAlgebra` handles no userarg and STRICT callback function
+* [#2834](http://trac.osgeo.org/postgis/ticket/2834), `ST_Estimated_Extent` and mixedCase table names (regression bug)
+* [#2845](http://trac.osgeo.org/postgis/ticket/2845), Bad geometry created from `ST_AddPoint`
+* [#2870](http://trac.osgeo.org/postgis/ticket/2870), Binary insert into geography column results geometry being inserted
+* [#2872](http://trac.osgeo.org/postgis/ticket/2872), make install builds documentation (Greg Troxell)
+* [#2819](http://trac.osgeo.org/postgis/ticket/2819), find isfinite or replacement on Centos5 / Solaris
+* [#2899](http://trac.osgeo.org/postgis/ticket/2899), geocode limit 1 not returning best answer (tiger geocoder)
+* [#2903](http://trac.osgeo.org/postgis/ticket/2903), Unable to compile on FreeBSD 
+* [#2927](http://trac.osgeo.org/postgis/ticket/2927)  reverse_geocode not filling in direction prefix (tiger geocoder)
            get rid of deprecated `ST_Line_Locate_Point` called 
 
 View all [closed tickets][1].

Modified: web/_content/posts/2014/12-18_postgis-2.1.5.html
===================================================================
--- web/_content/posts/2014/12-18_postgis-2.1.5.html	2016-03-22 20:04:24 UTC (rev 14802)
+++ web/_content/posts/2014/12-18_postgis-2.1.5.html	2016-03-22 20:06:13 UTC (rev 14803)
@@ -19,16 +19,16 @@
 
 **Enhancements**
 
-* #2933, Speedup construction of large multi-geometry objects
+* [#2933](http://trac.osgeo.org/postgis/ticket/2933), Speedup construction of large multi-geometry objects
 
 **Bug Fixes**
 
-* #2947, Fix memory leak in lwgeom_make_valid for single-component collection input
-* #2949, Fix memory leak in lwgeom_mindistance2d for curve input
-* #2931, BOX representation is case sensitive
-* #2942, PostgreSQL 9.5 support
-* #2953, 2D stats not generated when Z/M values are extreme
-* #3009, Geography cast may effect underlying tuple
+* [#2947](http://trac.osgeo.org/postgis/ticket/2947), Fix memory leak in lwgeom_make_valid for single-component collection input
+* [#2949](http://trac.osgeo.org/postgis/ticket/2949), Fix memory leak in lwgeom_mindistance2d for curve input
+* [#2931](http://trac.osgeo.org/postgis/ticket/2931), BOX representation is case sensitive
+* [#2942](http://trac.osgeo.org/postgis/ticket/2942), PostgreSQL 9.5 support
+* [#2953](http://trac.osgeo.org/postgis/ticket/2953), 2D stats not generated when Z/M values are extreme
+* [#3009](http://trac.osgeo.org/postgis/ticket/3009), Geography cast may effect underlying tuple
 
 
 View all [closed tickets][1].

Modified: web/_content/posts/2015/03-20_postgis-2.1.6.html
===================================================================
--- web/_content/posts/2015/03-20_postgis-2.1.6.html	2016-03-22 20:04:24 UTC (rev 14802)
+++ web/_content/posts/2015/03-20_postgis-2.1.6.html	2016-03-22 20:06:13 UTC (rev 14803)
@@ -20,23 +20,23 @@
 
 **Enhancements**
 
-* #3000, Ensure edge splitting and healing algorithms use indexes
-* #3048, Speed up geometry simplification (J.Santana @ CartoDB)
-* #3050, Speep up geometry type reading (J.Santana @ CartoDB)
+* [#3000](http://trac.osgeo.org/postgis/ticket/3000), Ensure edge splitting and healing algorithms use indexes
+* [#3048](http://trac.osgeo.org/postgis/ticket/3048), Speed up geometry simplification (J.Santana @ CartoDB)
+* [#3050](http://trac.osgeo.org/postgis/ticket/3050), Speep up geometry type reading (J.Santana @ CartoDB)
 
 **Bug Fixes**
 
-* #2941, allow geography columns with SRID other than 4326
-* #3069, small objects getting inappropriately fluffed up w/ boxes
-* #3068, Have postgis\_typmod\_dims return NULL for unconstrained dims
-* #3061, Allow duplicate points in JSON, GML, GML ST\_GeomFrom* functions
-* #3058, Fix ND-GiST picksplit method to split on the best plane
-* #3052, Make operators <-> and <#> available for PostgreSQL < 9.1
-* #3045, Fix dimensionality confusion in &&& operator
-* #3016, Allow unregistering layers of corrupted topologies
-* #3015, Avoid exceptions from TopologySummary
-* #3020, ST\_AddBand out-db bug where height using width value
-* #3031, Allow restore of Geometry(Point) tables dumped with empties in them
+* [#2941](http://trac.osgeo.org/postgis/ticket/2941), allow geography columns with SRID other than 4326
+* [#3069](http://trac.osgeo.org/postgis/ticket/3069), small objects getting inappropriately fluffed up w/ boxes
+* [#3068](http://trac.osgeo.org/postgis/ticket/3068), Have postgis\_typmod\_dims return NULL for unconstrained dims
+* [#3061](http://trac.osgeo.org/postgis/ticket/3061), Allow duplicate points in JSON, GML, GML ST\_GeomFrom* functions
+* [#3058](http://trac.osgeo.org/postgis/ticket/3058), Fix ND-GiST picksplit method to split on the best plane
+* [#3052](http://trac.osgeo.org/postgis/ticket/3052), Make operators <-> and <#> available for PostgreSQL < 9.1
+* [#3045](http://trac.osgeo.org/postgis/ticket/3045), Fix dimensionality confusion in &&& operator
+* [#3016](http://trac.osgeo.org/postgis/ticket/3016), Allow unregistering layers of corrupted topologies
+* [#3015](http://trac.osgeo.org/postgis/ticket/3015), Avoid exceptions from TopologySummary
+* [#3020](http://trac.osgeo.org/postgis/ticket/3020), ST\_AddBand out-db bug where height using width value
+* [#3031](http://trac.osgeo.org/postgis/ticket/3031), Allow restore of Geometry(Point) tables dumped with empties in them
 
 View all [closed tickets][1].
 

Modified: web/_content/posts/2016/01-06_postgis-2.2.1.html
===================================================================
--- web/_content/posts/2016/01-06_postgis-2.2.1.html	2016-03-22 20:04:24 UTC (rev 14802)
+++ web/_content/posts/2016/01-06_postgis-2.2.1.html	2016-03-22 20:06:13 UTC (rev 14803)
@@ -11,32 +11,32 @@
 
 **Bug Fixes and Improvements**
 
-  * #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`
+  * [#2232](http://trac.osgeo.org/postgis/ticket/2232), avoid accumulated error in SVG rounding
+  * [#3321](http://trac.osgeo.org/postgis/ticket/3321), Fix performance regression in topology loading
+  * [#3329](http://trac.osgeo.org/postgis/ticket/3329), Fix robustness regression in TopoGeo_addPoint
+  * [#3349](http://trac.osgeo.org/postgis/ticket/3349), Fix installation path of `postgis_topology` scripts
+  * [#3351](http://trac.osgeo.org/postgis/ticket/3351), set endnodes isolation on `ST_RemoveIsoEdge`
            (and `lwt_RemIsoEdge`)
-  * #3355, geography `ST_Segmentize` has geometry bbox 
-  * #3359, Fix toTopoGeom loss of low-id primitives from
+  * [#3355](http://trac.osgeo.org/postgis/ticket/3355), geography `ST_Segmentize` has geometry bbox 
+  * [#3359](http://trac.osgeo.org/postgis/ticket/3359), Fix toTopoGeom loss of low-id primitives from
            TopoGeometry definition
-  * #3360, `_raster_constraint_info_scale` invalid input syntax
-  * #3375, crash in repeated point removal for collection(point)
-  * #3378, Fix handling of hierarchical TopoGeometries
+  * [#3360](http://trac.osgeo.org/postgis/ticket/3360), `_raster_constraint_info_scale` invalid input syntax
+  * [#3375](http://trac.osgeo.org/postgis/ticket/3375), crash in repeated point removal for collection(point)
+  * [#3378](http://trac.osgeo.org/postgis/ticket/3378), Fix handling of hierarchical TopoGeometries
            in presence of multiple topologies
-  * #3380, #3402, Decimate lines on topology load
-  * #3388, #3410, Fix missing end-points in `ST_RemoveRepeatedPoints`
-  * #3389, Buffer overflow in `lwgeom_to_geojson`
-  * #3390, Compilation under Alpine Linux 3.2
+  * [#3380](http://trac.osgeo.org/postgis/ticket/3380), [#3402](http://trac.osgeo.org/postgis/ticket/3402), Decimate lines on topology load
+  * [#3388](http://trac.osgeo.org/postgis/ticket/3388), [#3410](http://trac.osgeo.org/postgis/ticket/3410), Fix missing end-points in `ST_RemoveRepeatedPoints`
+  * [#3389](http://trac.osgeo.org/postgis/ticket/3389), Buffer overflow in `lwgeom_to_geojson`
+  * [#3390](http://trac.osgeo.org/postgis/ticket/3390), Compilation under Alpine Linux 3.2
   			gives an error when compiling the postgis and `postgis_topology` extension
-  * #3393, ST_Area NaN for some polygons
-  * #3401, Improve `ST_Split` robustness on 32bit systems
-  * #3404, `ST_ClusterWithin` crashes backend
-  * #3407, Fix crash on splitting a face or an edge
+  * [#3393](http://trac.osgeo.org/postgis/ticket/3393), ST_Area NaN for some polygons
+  * [#3401](http://trac.osgeo.org/postgis/ticket/3401), Improve `ST_Split` robustness on 32bit systems
+  * [#3404](http://trac.osgeo.org/postgis/ticket/3404), `ST_ClusterWithin` crashes backend
+  * [#3407](http://trac.osgeo.org/postgis/ticket/3407), Fix crash on splitting a face or an edge
            defining multiple TopoGeometry objects
-  * #3411, Clustering functions not using spatial index
-  * #3412, Improve robustness of snapping step in `TopoGeo_addLinestring`
-  * #3415, Fix OSX 10.9 build under pkgsrc
+  * [#3411](http://trac.osgeo.org/postgis/ticket/3411), Clustering functions not using spatial index
+  * [#3412](http://trac.osgeo.org/postgis/ticket/3412), Improve robustness of snapping step in `TopoGeo_addLinestring`
+  * [#3415](http://trac.osgeo.org/postgis/ticket/3415), Fix OSX 10.9 build under pkgsrc
   * Fix memory leak in `lwt_ChangeEdgeGeom` [liblwgeom]
 
 See the full list of changes in the [news file](http://svn.osgeo.org/postgis/tags/2.2.1/NEWS) and please [report bugs](https://trac.osgeo.org/postgis) that you find in the release.



More information about the postgis-tickets mailing list