]> granicus.if.org Git - postgis/commitdiff
Indent and style NEWS file
authorSandro Santilli <strk@kbt.io>
Sat, 3 Dec 2016 22:32:07 +0000 (22:32 +0000)
committerSandro Santilli <strk@kbt.io>
Sat, 3 Dec 2016 22:32:07 +0000 (22:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@15270 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index cb5b969adda30fe8535ccad6474ded0b6761a583..cab1f35dda3dfceeb216bbbc18683bc7e7718ffa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,29 @@
+PostGIS 2.3.2-dev
+2017/MM/DD
+
+  * Bug Fixes
+
 PostGIS 2.3.1
 2016/11/28
 
   * Bug Fixes
+
   - #1973, st_concavehull() returns sometimes empty geometry collection
-           Fix from gde
+           (gde)
   - #3501, add raster constraint max extent exceeds array size limit
-        for large tables
+           for large tables
   - #3643, PostGIS not building on latest OSX XCode
   - #3644, Deadlock on interrupt
-  - #3650, Mark ST_Extent, ST_3DExtent and ST_Mem* 
-        agg functions as parallel safe so they can be parallelized
+  - #3650, Mark ST_Extent, ST_3DExtent and ST_Mem*
+           agg functions as parallel safe so they can be parallelized
   - #3652, Crash on Collection(MultiCurve())
   - #3656, Fix upgrade of aggregates from 2.2 or lower version
   - #3659, Crash caused by raster GUC define after CREATE EXTENSION
-     using wrong memory context. (manaeem)
+           using wrong memory context. (manaeem)
   - #3665, Index corruption and memory leak in BRIN indexes
-    patch from Julien Rouhaud (Dalibo)
+           (Julien Rouhaud of Dalibo)
   - #3667, geography ST_Segmentize bug
-    patch from Hugo Mercier (Oslandia)
+           (Hugo Mercier of Oslandia)
 
 PostGIS 2.3.0
 2016/09/26
@@ -33,8 +39,6 @@ PostGIS 2.3.0
   - #3396, ST_EstimatedExtent, throw WARNING instead of ERROR
            (Regina Obe)
 
- * Deprecated signatures *
-
  * New Features *
 
   - Add support for custom TOC in postgis_restore.pl
@@ -76,7 +80,9 @@ PostGIS 2.3.0
            (Hugo Mercier of Oslandia)
 
  * Bug Fixes
- - #2841, ST_MinimumBoundingCircle not covering original
+
+  - #2841, ST_MinimumBoundingCircle not covering original
+
  * Performance Enhancements *
 
   - #75, Enhancement to PIP short circuit (Dan Baston)
@@ -86,10 +92,6 @@ PostGIS 2.3.0
   - Make adding a line to topology interruptible (Sandro Santilli)
   - Documentation updates from Mike Toews
 
-PostGIS 2.3.0beta1
-2016/09/06
-See PostGIS 2.3.0 section for details
-
 PostGIS 2.2.2
 2016/03/22