]> granicus.if.org Git - postgis/commitdiff
add missing bug fix to list
authorRegina Obe <lr@pcorp.us>
Fri, 11 Nov 2016 19:51:31 +0000 (19:51 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 11 Nov 2016 19:51:31 +0000 (19:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@15228 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 9d4992d5031faeef4fa7fc91ba5b5710dbeceafd..6838503e35116a5836a60a18c985b29f1fa9c671 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PostGIS 2.3.1
   - #3644, Deadlock on interrupt
   - #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)
   - #3665, Index corruption and memory leak in BRIN indexes
     patch from Julien Rouhaud (Dalibo)
   - #3667, geography ST_Segmentize bug