From: Regina Obe Date: Wed, 26 Jul 2017 06:10:32 +0000 (+0000) Subject: Add enhanced section for 2.4 and backport 2.3.1-2.3.3 release notes X-Git-Tag: 2.4.0alpha~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2c3c01c6415050d29eb908b0d3448b51d1c96c1;p=postgis Add enhanced section for 2.4 and backport 2.3.1-2.3.3 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@15506 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/release_notes.xml b/doc/release_notes.xml index b5cab2b65..3ccef2bc3 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,68 @@ Appendix Release Notes + + Release 2.3.3 + Release date: 2017/07/01 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements + #3777, GROUP BY anomaly with empty geometries + #3711, Azimuth error upon adding 2.5D edges to topology + #3726, PDF manual from dblatex renders fancy quotes for programlisting + (Mike Toews) + #3738, raster: Using -s without -Y in raster2pgsql transforms + raster data instead of setting srid + #3744, ST_Subdivide loses subparts of inverted geometries + (Darafei Praliaskouski Komzpa) + #3750, @ and ~ operator not always schema qualified in geometry + and raster functions. Causes restore issues. + (Shane StClair of Axiom Data Science) + #3682, Strange fieldlength for boolean in result of pgsql2shp + #3701, Escape double quotes issue in pgsql2shp + #3704, ST_AsX3D crashes on empty geometry + #3730, Change ST_Clip from Error to Notice when ST_Clip can't compute a band + + + + + Release 2.3.2 + Release date: 2017/01/31 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements + #3418, KNN recheck in 9.5+ fails with index returned tuples in wrong order + #3675, Relationship functions not using an index in some cases + #3680, PostGIS upgrade scripts missing GRANT for views + #3683, Unable to update postgis after postgres pg_upgrade going from < 9.5 to pg > 9.4 + #3688, ST_AsLatLonText: round minutes + + + + + Release 2.3.1 + Release date: 2016/11/28 + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements + #1973, st_concavehull() returns sometimes empty geometry collection + Fix from gde + #3501, add raster constraint max extent exceeds array size limit + 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 + #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 + patch from Hugo Mercier (Oslandia) + + Release 2.3.0 Release date: 2016/09/26 diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index f529e4a36..9f0b6c409 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -519,7 +519,38 @@ - TODO: Enhance some functions in 2.4 so this space isn't empty. + + Functions enhanced in PostGIS 2.4 + Most aggregates now marked as parallel safe + + + + + + + + + + + + + + + + + + + + + + - + + + + + + +