From 11c76d98de1ae33a8fe9538e72046d735978e4c4 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 30 Oct 2013 09:54:39 +0000 Subject: [PATCH] Cleanup the NEWS file Drop license change info (#2514) as it's not really new since we'll be releasing 2.1.1 way before 2.2.0. git-svn-id: http://svn.osgeo.org/postgis/trunk@12069 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 951e81fca..cc7d20066 100644 --- a/NEWS +++ b/NEWS @@ -3,23 +3,19 @@ PostGIS 2.2.0 * Important / Breaking Changes * - - Split raster/rt_core/rt_api.c and raster/rt_pg/rt_pg.c files into - smaller files for ease of long-term maintenance and development - - #2514, Change raster license from GPL v3+ to v2+ - * Deprecated signatures * * New Features * - #2430, ST_ForceCurve - - * Enhancements * - - Added missing variants of ST_TPI(), ST_TRI() and ST_Roughness() - #1678, Added GUC postgis.gdal.datapath to specify GDAL config variable GDAL_DATA + - #2397, read encoding info automatically in shapefile loader + + * Enhancements * + - #2361, Added spatial_index column to raster_columns view - - #2397, read encoding info automatically in loader - #2390, Testsuite for pgsql2shp * Bug Fixes * @@ -33,6 +29,11 @@ PostGIS 2.2.0 - #2512, Support for foreign tables and materialized views in raster_columns and raster_overviews + * Code refactoring * + + - Split raster/rt_core/rt_api.c and raster/rt_pg/rt_pg.c files into + smaller files for ease of long-term maintenance and development + PostGIS 2.1.0 2013/08/17 -- 2.50.1