[postgis-tickets] r14870 - Some syle consistency (and drop trailing whitespaces)

Sandro Santilli strk at keybit.net
Thu Apr 28 02:37:36 PDT 2016


Author: strk
Date: 2016-04-28 02:37:36 -0700 (Thu, 28 Apr 2016)
New Revision: 14870

Modified:
   trunk/NEWS
Log:
Some syle consistency (and drop trailing whitespaces)

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2016-04-27 14:45:28 UTC (rev 14869)
+++ trunk/NEWS	2016-04-28 09:37:36 UTC (rev 14870)
@@ -2,24 +2,27 @@
 2015/XX/XX
 
  * Important / Breaking Changes *
+
   - #3466, Casting from box3d to geometry now returns a 3D
-	       geometry (Julien Rouhaud)
+           geometry (Julien Rouhaud)
+
  * Deprecated signatures *
+
  * New Features *
 
   - #3391, Add table inheritance support in ST_EstimatedExtent
-    (Alessandro Pasotti)
+           (Alessandro Pasotti)
   - TopoGeom_addElement, TopoGeom_remElement (Sandro Santilli)
   - populate_topology_layer (Sandro Santilli)
-  - #2259 ST_Voronoi (Dan Baston)
-  - #2991 Enable ST_Transform to use PROJ.4 text (Mike Toews)
-  - #3339 ST_GeneratePoints (Paul Ramsey)
-  - #3362 ST_ClusterDBSCAN (Dan Baston) 
-  - #3364 ST_GeometricMedian (Dan Baston)
-  - #3424 ST_MinimumClearance (Dan Baston)
-  - #3428 ST_Points (Dan Baston)
-  - #3465 ST_ClusterKMeans (Paul Ramsey)
-  - #3469 ST_MakeLine with MULTIPOINTs (Paul Norman)
+  - #2259, ST_Voronoi (Dan Baston)
+  - #2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)
+  - #3339, ST_GeneratePoints (Paul Ramsey)
+  - #3362, ST_ClusterDBSCAN (Dan Baston)
+  - #3364, ST_GeometricMedian (Dan Baston)
+  - #3424, ST_MinimumClearance (Dan Baston)
+  - #3428, ST_Points (Dan Baston)
+  - #3465, ST_ClusterKMeans (Paul Ramsey)
+  - #3469, ST_MakeLine with MULTIPOINTs (Paul Norman)
 
 PostGIS 2.2.2
 2016/03/22
@@ -34,7 +37,7 @@
   - #3435, ST_AsX3D fix rendering of concave geometries
   - #3436, memory handling mistake in ptarray_clone_deep
   - #3437, ST_Intersects incorrect for MultiPoints
-  - #3461, ST_GeomFromKML crashes Postgres when there are 
+  - #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 platforms
   - #3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade
@@ -55,7 +58,7 @@
   - #3349, Fix installation path of postgis_topology scripts
   - #3351, set endnodes isolation on ST_RemoveIsoEdge
            (and lwt_RemIsoEdge)
-  - #3355, geography ST_Segmentize has geometry bbox 
+  - #3355, geography ST_Segmentize has geometry bbox
   - #3359, Fix toTopoGeom loss of low-id primitives from
            TopoGeometry definition
   - #3360, _raster_constraint_info_scale invalid input syntax
@@ -92,15 +95,15 @@
   - #2565, ST_SummaryStats(tablename, rastercolumn, ...) uses
            ST_SummaryStatsAgg()
   - #2567, ST_Count(tablename, rastercolumn, ...) uses ST_CountAgg()
-  - #2842, raster - Hide unselectable tables from raster_overview 
+  - #2842, raster - Hide unselectable tables from raster_overview
         and raster_columns
   - By default, PostGIS raster disables all GDAL drivers affecting
     out-db rasters, ST_FromGDALRaster() and ST_AsGDALRaster() variants
   - #3181, POINT EMPTY is now stored as POINT(NaN NaN) in WKB, instead of as MULTIPOINT EMPTY
   - Java binding moved to separate repository:
     https://github.com/postgis/postgis-java
-    
 
+
  * Deprecated signatures *
 
   - #2748, ST_Shift_Longitude renamed to ST_ShiftLongitude,
@@ -164,7 +167,7 @@
     rasters with out-db bands
   - #2387, address_standardizer extension as part of PostGIS
            Stephen Woodbridge (imaptools.com), Walter Sinclair, Regina Obe
-  - #2816, address_standardizer_data_us extension 
+  - #2816, address_standardizer_data_us extension
            provides reference lex,gaz,rules for address_standardizer
            Stephen Woodbridge (imaptools.com), Walter Sinclair, Regina Obe
   - #2341, New mask parameter for ST_MapAlgebra
@@ -255,7 +258,7 @@
            band indexes
   - #3088, Do not (re)define strcasestr in a liblwgeom.h
   - #3094, Malformed GeoJSON inputs crash backend
-  
+
 PostGIS 2.1.6
 2015/03/20
 
@@ -311,7 +314,7 @@
 
  * Bug Fixes *
 
-  - #2605, armel: _ST_Covers() returns true for point in hole 
+  - #2605, armel: _ST_Covers() returns true for point in hole
   - #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)
@@ -327,7 +330,7 @@
   - #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 
+  - #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)
@@ -336,10 +339,10 @@
   - #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 
+  - #2903, Unable to compile on FreeBSD
   - #2927  reverse_geocode not filling in direction prefix (tiger geocoder)
-           get rid of deprecated ST_Line_Locate_Point called 
-		   
+           get rid of deprecated ST_Line_Locate_Point called
+
 PostGIS 2.1.3
 2014/05/13
 
@@ -368,7 +371,7 @@
   - #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 
+  - #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
@@ -387,7 +390,7 @@
   - #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
-  
+
  * Enhancements *
 
   - #2494, avoid memcopy in GiST index (hayamiz)
@@ -398,7 +401,7 @@
 
  * Important Changes *
 
-  - #2514, Change raster license from GPL v3+ to v2+, allowing 
+  - #2514, Change raster license from GPL v3+ to v2+, allowing
            distribution of PostGIS Extension as GPLv2.
 
  * Bug Fixes *
@@ -411,7 +414,7 @@
   - #2489, Fix upgrades from 2.0 leaving stale function signatures
   - #2493, Fix behavior of ST_DumpValues when passed an empty raster
   - #2502, Fix postgis_topology_scripts_installed() install schema
-  - #2504, Fix segfault on bogus pgsql2shp call 
+  - #2504, Fix segfault on bogus pgsql2shp call
   - #2512, Support for foreign tables and materialized views in
            raster_columns and raster_overviews
   - #2525, Fix handling of SRID in nested collections
@@ -425,7 +428,7 @@
   - #2478, support for tiger 2013
   - #2527, Added -k flag to raster2pgsql to skip checking that
            band is NODATA
-    
+
 PostGIS 2.1.0
 2013/08/17
 
@@ -433,9 +436,9 @@
 
   - #1653, Removed srid parameter from ST_Resample(raster) and variants
            with reference raster no longer apply reference raster's SRID.
-  - #1962 ST_Segmentize - As a result of 
+  - #1962 ST_Segmentize - As a result of
           the introduction of geography support, The construct:
-		 SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5); 
+		 SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5);
 		will result in ambiguous function error
   - #2026, ST_Union(raster) now unions all bands of all rasters
   - #2089, liblwgeom: lwgeom_set_handlers replaces lwgeom_init_allocators.
@@ -475,8 +478,8 @@
 
   - #310, ST_DumpPoints converted to a C function (Nathan Wagner)
   - #739, UpdateRasterSRID()
-  - #945, improved join selectivity, N-D selectivity calculations, 
-    user accessible selectivity and stats reader functions for 
+  - #945, improved join selectivity, N-D selectivity calculations,
+    user accessible selectivity and stats reader functions for
     testing (Paul Ramsey / OpenGeo)
   - toTopoGeom with TopoGeometry sink (Sandro Santilli / Vizzuality)
   - clearTopoGeom (Sandro Santilli / Vizzuality)
@@ -494,7 +497,7 @@
     in one call (Bborie Park / UC Davis)
   - #1293, ST_Resize(raster) to resize rasters based upon width/height
   - #1627, package tiger_geocoder as a PostgreSQL extension
-  - #1643, #2076, Upgrade tiger geocoder to support loading tiger 2011 and 2012 
+  - #1643, #2076, Upgrade tiger geocoder to support loading tiger 2011 and 2012
     (Regina Obe / Paragon Corporation) Funded by Hunter Systems Group
   - GEOMETRYCOLLECTION support for ST_MakeValid (Sandro Santilli / Vizzuality)
   - #1709, ST_NotSameAlignmentReason(raster, raster)
@@ -509,9 +512,9 @@
   - #1895, new r-tree node splitting algorithm (Alex Korotkov)
   - #2011, ST_DumpValues to output raster as array (Bborie Park / UC Davis)
   - #2018, ST_Distance support for CircularString, CurvePolygon, MultiCurve,
-    MultiSurface, CompoundCurve 
+    MultiSurface, CompoundCurve
   - #2030, n-raster (and n-band) ST_MapAlgebra (Bborie Park / UC Davis)
-  - #2193, Utilize PAGC parser as drop in replacement for tiger normalizer 
+  - #2193, Utilize PAGC parser as drop in replacement for tiger normalizer
             (Steve Woodbridge, Regina Obe)
   - #2210, ST_MinConvexHull(raster)
   - lwgeom_from_geojson in liblwgeom (Sandro Santilli / Vizzuality)
@@ -525,10 +528,10 @@
   - #2164, ST_TRI for raster (Nathaniel Clay)
   - #2302, ST_Roughness for raster (Nathaniel Clay)
   - #2290, ST_ColorMap(raster) to generate RGBA bands
-  - #2254, Add SFCGAL backend support. 
+  - #2254, Add SFCGAL backend support.
            (Backend selection throught postgis.backend var)
-           Functions available both throught GEOS or SFCGAL: 
-            ST_Intersects, ST_3DIntersects, ST_Intersection, ST_Area, 
+           Functions available both throught GEOS or SFCGAL:
+            ST_Intersects, ST_3DIntersects, ST_Intersection, ST_Area,
             ST_Distance, ST_3DDistance
            New functions available only with SFCGAL backend:
             ST_3DIntersection, ST_Tesselate, ST_3DArea, ST_Extrude, ST_ForceLHR
@@ -539,7 +542,7 @@
 
  * Enhancements *
 
-  - #823,  tiger geocoder: Make loader_generate_script download portion 
+  - #823,  tiger geocoder: Make loader_generate_script download portion
            less greedy
   - #826,  raster2pgsql no longer defaults to padding tiles. Flag -P
            can be used to pad tiles
@@ -551,12 +554,12 @@
   - #1780, support ST_GeoHash for geography
   - #1796, Big performance boost for distance calculations in geography
   - #1802, improved function interruptibility.
-  - #1823, add parameter in ST_AsGML to use id column for GML 3 output 
+  - #1823, add parameter in ST_AsGML to use id column for GML 3 output
            (become mandatory since GML 3.2.1)
-  - #1856, tiger geocoder: reverse geocoder rating setting for prefer 
+  - #1856, tiger geocoder: reverse geocoder rating setting for prefer
            numbered highway name
   - #1938, Refactor basic ST_AddBand to add multiple new bands in one call
-  - #1978, wrong answer when calculating length of a closed circular 
+  - #1978, wrong answer when calculating length of a closed circular
            arc (circle)
   - #1989, Preprocess input geometry to just intersection with raster
            to be clipped
@@ -578,10 +581,10 @@
   - #2149, Addition of spatially_unique constraint for raster
   - TopologySummary output now includes unregistered layers and a count
            of missing TopoGeometry objects from their natural layer.
-  - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional 
+  - ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional
            parameter to interpolate NODATA pixels before running the
            operation.
-  - Point variant of ST_SetValue(raster) is now a wrapper around geomval 
+  - Point variant of ST_SetValue(raster) is now a wrapper around geomval
            variant of ST_SetValues(rast).
   - Proper support for raster band's isnodata flag in core API and loader.
   - Additional default values for parameters of ST_Aspect and ST_HillShade
@@ -607,14 +610,14 @@
            when count is zero
   - #1932, fix raster2pgsql of syntax for index tablespaces
   - #1936, ST_GeomFromGML on CurvePolygon causes server crash
-  - #1939, remove custom data types: summarystats, histogram, quantile, 
+  - #1939, remove custom data types: summarystats, histogram, quantile,
            valuecount
   - #1951, remove crash on zero-length linestrings
-  - #1957, ST_Distance to a one-point LineString returns NULL 
+  - #1957, ST_Distance to a one-point LineString returns NULL
   - #1976, Geography point-in-ring code overhauled for more reliability
   - #1981, cleanup of unused variables causing warnings with gcc 4.6+
   - #1996, support POINT EMPTY in GeoJSON output
-  - #2062, improve performance of distance calculations 
+  - #2062, improve performance of distance calculations
   - #2057, Fixed linking issue for raster2psql to libpq
   - #2077, Fixed incorrect values returning from ST_Hillshade()
   - #2019, ST_FlipCoordinates does not update bbox
@@ -670,13 +673,13 @@
 
  * Important Changes *
 
-  - #2514, Change raster license from GPL v3+ to v2+, allowing 
+  - #2514, Change raster license from GPL v3+ to v2+, allowing
            distribution of PostGIS Extension as GPLv2.
 
  * Bug Fixes *
   - #2494, avoid memcpy in GIST index
   - #2502, Fix postgis_topology_scripts_installed() install schema
-  - #2504, Fix segfault on bogus pgsql2shp call 
+  - #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
@@ -684,7 +687,7 @@
   - #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 
+  - #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
 
@@ -739,12 +742,12 @@
   - #1391, Errors during upgrade from 1.5
   - #1828, Poor selectivity estimate on ST_DWithin
   - #1838, error importing tiger/line data
-  - #1869, ST_AsBinary is not unique - 
+  - #1869, ST_AsBinary is not unique -
            added to legacy_minor/legacy.sql scripts
   - #1885, Missing field from tabblock table in tiger2010 census_loader.sql
   - #1891, Use LDFLAGS environment when building liblwgeom
   - #1899, Enhance toTopoGeom error on unsupported input
-  - #1900, Fix pgsql2shp for big-endian systems 
+  - #1900, Fix pgsql2shp for big-endian systems
   - #1932, Fix raster2pgsql for invalid syntax for setting index tablespace
   - #1936, ST_GeomFromGML on CurvePolygon causes server crash
   - #1955, ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges
@@ -752,7 +755,7 @@
   - #1976, Geography point-in-ring code overhauled for more reliability
   - #1978, wrong answer calculating length of closed circular arc (circle)
   - #1981, Remove unused but set variables as found with gcc 4.6+
-  - #1987, Restore 1.5.x behaviour of ST_Simplify 
+  - #1987, Restore 1.5.x behaviour of ST_Simplify
   - #1989, Preprocess input geometry to just intersection with raster
            to be clipped
   - #1991, geocode really slow on PostgreSQL 9.2
@@ -762,9 +765,9 @@
            contain an arc
   - #2015, ST_IsEmpty('POLYGON(EMPTY)') returns False
   - #2019, ST_FlipCoordinates does not update bbox
-  - #2025, Fix side location conflict at TopoGeo_AddLineString 
+  - #2025, Fix side location conflict at TopoGeo_AddLineString
   - #2062, improve performance of distance calculations
-  - #2033, Fix adding a splitting point into a 2.5d topology 
+  - #2033, Fix adding a splitting point into a 2.5d topology
   - #2051, Fix excess of precision in ST_AsGeoJSON output
   - #2052, Fix buffer overflow in lwgeom_to_geojson
   - #2056, Fixed lack of SRID check of raster and geometry in ST_SetValue()
@@ -772,33 +775,33 @@
   - #2060, Fix "dimension" check violation by GetTopoGeomElementArray
   - #2072, Removed outdated checks preventing ST_Intersects(raster) from
            working on out-db bands
-  - #2077, Fixed incorrect answers from ST_Hillshade(raster) 
+  - #2077, Fixed incorrect answers from ST_Hillshade(raster)
   - #2092, Namespace issue with ST_GeomFromKML,ST_GeomFromGML for libxml 2.8+
-  - #2099, Fix double free on exception in ST_OffsetCurve 
+  - #2099, Fix double free on exception in ST_OffsetCurve
   - #2100, ST_AsRaster() may not return raster with specified pixel type
   - #2108, Ensure ST_Line_Interpolate_Point always returns POINT
   - #2109, Ensure ST_Centroid always returns POINT
   - #2117, Ensure ST_PointOnSurface always returns POINT
   - #2129, Fix SRID in ST_Homogenize output with collection input
-  - #2130, Fix memory error in MultiPolygon GeoJson parsing 
+  - #2130, Fix memory error in MultiPolygon GeoJson parsing
 
   - Update URL of Maven jar
-  
 
+
  * Enhancements *
   - #1581, ST_Clip(raster, ...) no longer imposes NODATA on a band if the
            corresponding band from the source raster did not have NODATA
   - #1928, Accept array properties in GML input multi-geom input
     (Kashif Rasul and Shoaib Burq / SpacialDB)
   - #2082, Add indices on start_node and end_node of topology edge tables
-  - #2087, Speedup topology.GetRingEdges using a recursive CTE 
+  - #2087, Speedup topology.GetRingEdges using a recursive CTE
 
 PostGIS 2.0.1
 2012/06/22
 
 * Bug Fixes *
 
-  - #1264, fix st_dwithin(geog, geog, 0). 
+  - #1264, fix st_dwithin(geog, geog, 0).
   - #1468  shp2pgsql-gui table column schema get shifted
   - #1694, fix building with clang. (vince)
   - #1708, improve restore of pre-PostGIS 2.0 backups.
@@ -818,19 +821,19 @@
   - #1791, fix ST_Azimuth with very close but distinct points.
   - #1797, fix (ValidateTopology(xxx)).* syntax calls.
   - #1805, put back the 900913 SRID entry.
-  - #1813, Only show readable relations in metadata tables. 
+  - #1813, Only show readable relations in metadata tables.
   - #1819, fix floating point issues with ST_World2RasterCoord and
            ST_Raster2WorldCoord variants.
   - #1820  compilation on 9.2beta1.
   - #1822, topology load on PostgreSQL 9.2beta1.
   - #1825, fix prepared geometry cache lookup
   - #1829, fix uninitialized read in GeoJSON parser
-  - #1834, revise postgis extension to only backup 
+  - #1834, revise postgis extension to only backup
            user specified spatial_ref_sys
   - #1839, handling of subdatasets in GeoTIFF in raster2pgsql.
   - #1840, fix logic of when to compute # of tiles in raster2pgsql.
   - #1851, fix spatial_ref_system parameters for EPSG:3844
-  - #1857, fix failure to detect endpoint mismatch in ST_AddEdge*Face* 
+  - #1857, fix failure to detect endpoint mismatch in ST_AddEdge*Face*
   - #1865, data loss in postgis_restore.pl when data rows have leading
            dashes.
   - #1867, catch invalid topology name passed to topogeo_add*
@@ -840,21 +843,21 @@
            on-the-line case
   - #1875, ST_SummaryStats returns NULL for all parameters except count
 	         when count is zero
-  - #1881, shp2pgsql-gui -- editing a field sometimes triggers 
+  - #1881, shp2pgsql-gui -- editing a field sometimes triggers
            removing row
-  - #1883, Geocoder install fails trying to run 
+  - #1883, Geocoder install fails trying to run
            create_census_base_tables() (Brian Panulla)
 
 * Enhancements *
 
   - More detailed exception message from topology editing functions.
-  - #1786, improved build dependencies 
+  - #1786, improved build dependencies
   - #1806, speedup of ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.
   - #1812, Add lwgeom_normalize in LIBLWGEOM for more stable testing.
-	  
+
 PostGIS 2.0.0
 2012/04/03
-   
+
 * Important / Breaking Changes  *
 
   - Upgrading to PostGIS 2.0 REQUIRES a dump and restore. See the
@@ -869,20 +872,20 @@
     (eg CREATE TABLE t (g GEOMETRY(Polgyon, 4326)))
   - ST_AsBinary and ST_AsText now return 3D/4D results in ISO SQL/MM
     format when called on 3D/4D features.
-  - The "unknonwn SRID" is now 0, not -1. 
+  - The "unknonwn SRID" is now 0, not -1.
     (eg ST_SRID(ST_GeomFromText('POINT(0 0)')) returns 0)
-  - ST_NumGeometries returns 1 for singletons. ST_GeometryN returns the 
+  - ST_NumGeometries returns 1 for singletons. ST_GeometryN returns the
     the geometry for singletons.
   - probe_geometry_columns(), rename_geometry_table_constraints(),
     fix_geometry_columns(), have been removed since GEOMETRY_COLUMNS
     is now a view.
-  - 3D analysis functions are now named with "3D" as a prefix 
+  - 3D analysis functions are now named with "3D" as a prefix
     instead of a suffix (eg ST_Length3D has become ST_3DLength)
   - Operator && does not check for SRID mismatch anymore
 
 * New Features *
-  
-  - KNN Gist index based centroid (<->) and box (<#>) distance 
+
+  - KNN Gist index based centroid (<->) and box (<#>) distance
     operators (Paul Ramsey / funded by Vizzuality)
   - PostgreSQL 9.1+ "extension" support (Regina Obe)
   - Typmod support for geometry (Paul Ramsey)
@@ -893,11 +896,11 @@
     (Company developer and funding: University Laval, Deimos Space, CadCorp,
     Michigan Tech Research Institute, Paragon Corporation, Azavea)
   - N-Dimensional spatial indexes (Paul Ramsey / OpenGeo)
-  - Topology support improved, documented, testing, bug fixes 
+  - Topology support improved, documented, testing, bug fixes
     (Sandro Santilli / Faunalia for RT-SIGTA, Regina Obe, Andrea Peri,
      Jose Carlos Martinez Llari)
   - 3D relationship support functions (Nicklas Avén)
-    ST_3DDistance, ST_3DClosestPoint, ST_3DIntersects, 
+    ST_3DDistance, ST_3DClosestPoint, ST_3DIntersects,
     ST_3DShortestLine
   - ST_Split (Sandro Santilli / Faunalia for RT-SIGTA)
   - ST_Node (Sandro Santilli)
@@ -923,36 +926,36 @@
   - Made loader tolerant of truncated multibyte values found
     in some free worldwide shapefiles (Sandro Santilli)
   - Lots of bug fixes and enhancements to shp2pgsql
-    Beefing up regression tests for loaders 
+    Beefing up regression tests for loaders
     Reproject support for both geometry and geography during import
     (Jeff Adams / Azavea, Mark Cave-Ayland)
-  - pgsql2shp conversion from predefined list 
-    (Loic Dachary / Mark Cave-Ayland)  
-  - Shp-pgsql GUI - support loading multiple files. (Mark Leslie)  
-  - Shp-pgsql GUI - support exporting multiple tablee. (Mark Cave-Ayland)  
-  - Extras - upgraded tiger_geocoder from using old TIGER format 
+  - pgsql2shp conversion from predefined list
+    (Loic Dachary / Mark Cave-Ayland)
+  - Shp-pgsql GUI - support loading multiple files. (Mark Leslie)
+  - Shp-pgsql GUI - support exporting multiple tablee. (Mark Cave-Ayland)
+  - Extras - upgraded tiger_geocoder from using old TIGER format
     to use new TIGER shp and file structure format (Stephen Frost)
   - Enhancements and documentation of TIGER geocoder
-    (Regina Obe, Leo Hsu / Paragon Corporation / 
+    (Regina Obe, Leo Hsu / Paragon Corporation /
     funding provided by Hunter Systems Group)
   - Documentation proofreading and corrections. (Kasif Rasul)
 
 * All Fixes and Enhancements *
 
   - http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+2.0.0
-  
+
 * Acknowledgements *
 
-  We are most indebted to the numerous members in the PostGIS community 
-  who were brave enough to TEST out the new features in this release.  
-  No major release can be successful without lots of testing. 
+  We are most indebted to the numerous members in the PostGIS community
+  who were brave enough to TEST out the new features in this release.
+  No major release can be successful without lots of testing.
   Below is an incomplete list of some of the many folks who helped
   us get to this release.
 
   - Andrea Peri - Lots of testing on topology, checking for correctness
   - Andreas Forø Tollefsen - raster testing
   - Chris English - topology stress testing loader functions
-  - Salvatore Larosa - Lots of topology testing 
+  - Salvatore Larosa - Lots of topology testing
   - Brian Hamlin - Benchmarking, general testing all components
   - Mike Pease -  Tiger geocoder testing, very detailed reports of issues
   - Tom van Tilburg - raster testing
@@ -967,9 +970,9 @@
  - Bug Fixes
    - #1056, produce correct bboxes for arc geometries, fixes index errors
          (Paul Ramsey)
-   - #1007, ST_IsValid crash - fix requires GEOS 3.3.0+ or 3.2.3+ 
+   - #1007, ST_IsValid crash - fix requires GEOS 3.3.0+ or 3.2.3+
    	 (Sandro Santilli, reported by Birgit Laggner)
-   - #940, support for PostgreSQL 9.1 beta 1 
+   - #940, support for PostgreSQL 9.1 beta 1
      (Regina Obe, Paul Ramsey, patch submitted by stl)
    - #845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén)
      Reported by cdestigter
@@ -980,10 +983,10 @@
    - #630, Peculiar Null treatment in arrays in ST_Collect (Chris Hodgson)
      Reported by David Bitner
    - #624, Memory leak in ST_GeogFromText (ryang, Paul Ramsey)
-   - #609, Bad source code in manual section 5.2 Java Clients 
+   - #609, Bad source code in manual section 5.2 Java Clients
     (simoc, Regina Obe)
    - #604, shp2pgsql usage touchups (Mike Toews, Paul Ramsey)
-   - #573 ST_Union fails on a group of linestrings 
+   - #573 ST_Union fails on a group of linestrings
    	 Not a PostGIS bug, fixed in GEOS 3.3.0
    - #457 ST_CollectionExtract returns non-requested type
     (Nicklas Avén, Paul Ramsey)
@@ -994,7 +997,7 @@
      Reported by Sdikiy
    - #373 Documentation syntax error in hard upgrade (Paul Ramsey)
      Reported by psvensso
-     
+
 PostGIS 1.5.2
 2010/09/27
 
@@ -1008,8 +1011,8 @@
      Geometry ST_Equals not using spatial index (Regina Obe, Nicklas Avén)
    - #573, Improvement to ST_Contains geography
    - Loader: Add support for command-q shutdown in Mac GTK build (Paul Ramsey)
-   - #393, Loader: Add temporary patch for large DBF files 
-     (Maxime Guillaud, Paul Ramsey)  
+   - #393, Loader: Add temporary patch for large DBF files
+     (Maxime Guillaud, Paul Ramsey)
    - #507, Fix wrong OGC URN in GeoJSON and GML output (Olivier Courtin)
    - spatial_ref_sys.sql Add datum conversion for projection SRID 3021
      (Paul Ramsey)
@@ -1021,26 +1024,26 @@
    - #562, ST_Dwithin errors for large geographies (Paul Ramsey)
    - #513, shape loading GUI tries to make spatial index when loading DBF only
      mode (Paul Ramsey)
-   - #527, shape loading GUI should always append log messages 
+   - #527, shape loading GUI should always append log messages
      (Mark Cave-Ayland)
    - #504 shp2pgsql should rename xmin/xmax fields (Sandro Santilli)
-   - #458 postgis_comments being installed in contrib instead of 
+   - #458 postgis_comments being installed in contrib instead of
      version folder (Mark Cave-Ayland)
    - #474 Analyzing a table with geography column crashes server
      (Paul Ramsey)
    - #581 LWGEOM-expand produces inconsistent results
      (Mark Cave-Ayland)
    - #471 DocBook dtd errors (Olivier Courtin)
-   - Fix further build issues against PostgreSQL 9.0 
+   - Fix further build issues against PostgreSQL 9.0
      (Mark Cave-Ayland)
-   - #572 Password whitespace for Shape File to PostGIS 
+   - #572 Password whitespace for Shape File to PostGIS
      Import not supported (Mark Cave-Ayland)
    - #603: shp2pgsql: "-w" produces invalid WKT for MULTI* objects.
      (Mark Cave-Ayland)
  - Enhancement
    - #513 Add dbf filter to shp2pgsql-gui and allow uploading dbf only
      (Paul Ramsey)
-        
+
 PostGIS 1.5.1
 2010/03/11
 
@@ -1063,12 +1066,12 @@
      (Olivier Courtin)
    - #443, incorrect coordinate reversal in GML 3 generation
      (Olivier Courtin)
-   - #450, #451, wrong area calculation for geography features that 
+   - #450, #451, wrong area calculation for geography features that
      cross the date line
      (Paul Ramsey)
    - Ensure support for upcoming 9.0 PgSQL release
      (Paul Ramsey)
-    
+
 PostGIS 1.5.0
 2010/02/04
 
@@ -1076,17 +1079,17 @@
 
   - =~ operator now indicates bounding box equality, not feature equality
   - GEOS 3.1 is now the minimum accepted version of GEOS
-  - GEOS 3.2 is needed if you want to use enhanced buffering features 
+  - GEOS 3.2 is needed if you want to use enhanced buffering features
     and ST_HausdorffDistance
   - GEOS, LibXML2, and Proj4 are now mandatory dependencies
 
   * New Features *
 
   - Added Hausdorff distance calculations (#209) (Vincent Picavet)
-  - Added parameters argument to ST_Buffer operation to support one-sided 
+  - Added parameters argument to ST_Buffer operation to support one-sided
     buffering and other buffering styles (Sandro Santilli)
   - Performance improvements to ST_Distance (Nicklas Avén)
-  - Addition of other Distance related visualization and analysis 
+  - Addition of other Distance related visualization and analysis
     functions (Nicklas Avén)
     - ST_ClosestPoint
     - ST_DFullyWithin
@@ -1166,7 +1169,7 @@
    - ST_AsGeoJSON() return JSON formatted geometry (Olivier Courtin)
    - Populate_Geometry_Columns() -- automatically add records to
 	 geometry_columns for TABLES and VIEWS (Kevin Neufeld)
-   -- ST_MinimumBoundingCircle() -- returns the smallest circle 
+   -- ST_MinimumBoundingCircle() -- returns the smallest circle
    	 polygon that can encompass a geometry (Bruce Rindahl)
 
  - Enhancements



More information about the postgis-tickets mailing list