From ff28a089c8d492e5dfbff279c4ea07f1fc11cc76 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 2 May 2013 12:00:26 +0000 Subject: [PATCH] add 2.0.3 and 2.1 sections, break out 2.1 changed from new git-svn-id: http://svn.osgeo.org/postgis/trunk@11339 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 4 +- doc/release_notes.xml | 80 +++++++++++++++++++++++++++++++++ doc/xsl/postgis_aggs_mm.xml.xsl | 16 ++++--- 3 files changed, 92 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 1b82c7e3b..258324393 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,9 @@ PostGIS 2.1.0 2013/MM/DD * Important / Breaking Changes * - + - #1962 ST_Segmentize - As a result of the introduction of geography support: + The construct SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5); + will result in ambiguous function error - #2089, liblwgeom: lwgeom_set_handlers replaces lwgeom_init_allocators. - #1653, Removed srid parameter from ST_Resample(raster) and variants with reference raster no longer apply reference raster's SRID. diff --git a/doc/release_notes.xml b/doc/release_notes.xml index d3bc1af2d..1e2acee3c 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,86 @@ Appendix Release Notes + + Release 2.1.0 + Release date: 2013/MM/DD + This is a minor release addressing both bug fixes and performance and functionality enhancements addressing issues since 2.0.3 release. + If you are upgrading from 2.0+, only a soft upgrade is required. If you are upgrading from 1.5 or earlier, a hard upgrade is required. + + Enhancements + For detail of new functions and function improvements, please refer to . + Much faster raster ST_Union, ST_Clip and many more function additions operations + For geometry/geography better planner selectivity and a lot more functions. + + + Important / Breaking Changes + For full detail of breaking function changes, please refer to + #1962 ST_Segmentize - As a result of the introduction of geography support: + The construct SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5); will result in ambiguous function error. + You need to have properly typed object e.g. a geometry/geography column, use ST_GeomFromText + , ST_GeogFromText or SELECT ST_Segmentize('LINESTRING(1 2, 3 4)'::geometry,0.5); + #1653, Removed srid parameter from ST_Resample(raster) and variants + with reference raster no longer apply reference raster's SRID. + #2026, ST_Union(raster) now unions all bands of all rasters + #2089, liblwgeom: lwgeom_set_handlers replaces lwgeom_init_allocators. + #2150, regular_blocking is no longer a constraint. column of same name + in raster_columns now checks for existance of spatially_unique + and coverage_tile constraints + ST_Intersects(raster, geometry) behaves in the same manner as + ST_Intersects(geometry, raster) and is checked in geometry space. + point variant of ST_SetValue(raster) previously did not check SRID + of input geometry and raster. + ST_Hillshade parameters azimuth and altitude are now in degrees + instead of radians. + ST_Slope and ST_Aspect return pixel values in degrees instead of radians. + + + Deprecated signatures + #2104, ST_World2RasterCoord, ST_World2RasterCoordX and + ST_World2RasterCoordY renamed to ST_WorldToRasterCoord, + ST_WorldToRasterCoordX and ST_WorldToRasterCoordY. + ST_Raster2WorldCoord, ST_Raster2WorldCoordX and + ST_Raster2WorldCoordY renamed to ST_RasterToWorldCoord, + ST_RasterToWorldCoordX and ST_RasterToWorldCoordY + ST_Estimated_Extent renamed to ST_EstimatedExtent + ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint + ST_Line_Substring renamed to ST_LineSubstring + ST_Line_Locate_Point renamed to ST_LineLocatePoint + ST_MapAlgebraFctNgb and 1 and 2 raster variants of ST_MapAlgebraFct. + Use ST_MapAlgebra instead + 1 and 2 raster variants of ST_MapAlgebraExpr. + Use expression variants of ST_MapAlgebra instead + + + Bug Fixes + #2126, Better handling of empty rasters from ST_ConvexHull() + + + + + Release 2.0.3 + Release date: 2013/03/01 + This is a bug fix release, addressing issues that have been filed since the 2.0.2 release. + + Bug Fixes + #2126, Better handling of empty rasters from ST_ConvexHull() + #2134, Make sure to process SRS before passing it off to GDAL functions + Fix various memory leaks in liblwgeom + #2173, Fix robustness issue in splitting a line with own vertex also affecting topology building (#2172) + #2174, Fix usage of wrong function lwpoly_free() + #2176, Fix robustness issue with ST_ChangeEdgeGeom + #2184, Properly copy topologies with Z value + postgis_restore.pl support for mixed case geometry column name in dumps + #2188, Fix function parameter value overflow that caused problems when copying data from a GDAL dataset + #2216, More memory errors in MultiPolygon GeoJSON parsing (with holes) + Fix Memory leak in GeoJSON parser + + + Enhancements + #2141, More verbose output when constraints fail to be added to a raster column + Speedup ST_ChangeEdgeGeom + + Release 2.0.2 Release date: 2012/12/03 diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index a2199a261..b5f26dd17 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -439,8 +439,8 @@ New, Enhanced or changed PostGIS Functions - - PostGIS Functions new, behavior changed, or enhanced in 2.1 + + PostGIS Functions new or enhanced in 2.1 The functions given below are PostGIS functions that were added or enhanced. More Topology performance Improvements. Please refer to for more details. @@ -448,7 +448,7 @@ Tiger Geocoder upgraded to work with TIGER 2012 census data. geocode_settings added for debugging and tweaking rating preferences, loader made less greedy, now only downloads tables to be loaded. Please refer to for more details. - Functions enhanced in PostGIS 2.1 + Functions new in PostGIS 2.1 @@ -477,7 +477,7 @@ - + The functions given below are PostGIS functions that are enhanced in PostGIS 2.1. @@ -502,7 +502,10 @@ - + + + + PostGIS functions breaking changes in 2.1 The functions given below are PostGIS functions that have possibly breaking changes in PostGIS 2.1. If you use any of these, you may need to check your existing code. @@ -527,9 +530,8 @@ - - + PostGIS Functions new, behavior changed, or enhanced in 2.0 -- 2.50.1