Cleanup the NEWS file
authorSandro Santilli <strk@keybit.net>
Wed, 30 Oct 2013 09:54:39 +0000 (09:54 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 30 Oct 2013 09:54:39 +0000 (09:54 +0000)
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

diff --git a/NEWS b/NEWS
index 951e81fca2381ce05f5fd1eff3ae2c6369aecab6..cc7d2006649bcf72968dc956cd48f52f300f1340 100644 (file)
--- 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