From f13293b3d601e5ad423b818be6410a51935b2607 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sat, 29 Mar 2014 05:17:57 +0000 Subject: [PATCH] #2690, documentation needs 2.1.2 release section git-svn-id: http://svn.osgeo.org/postgis/trunk@12385 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/release_notes.xml | 65 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/doc/release_notes.xml b/doc/release_notes.xml index df9d6a8ac..111e32214 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -6,6 +6,71 @@ Release 2.2.0 Release date: YYYY/MM/DD + + Release 2.1.2 + Release date: 2014/03/31 + This is a bug fix release, addressing issues that have been filed since the 2.1.1 release. + + Bug Fixes + #2666, Error out at configure time if no SQL preprocessor can be found + #2534, st_distance returning incorrect results for large geographies + #2539, Check for json-c/json.h presence/usability before json/json.h + #2543, invalid join selectivity error from simple query + #2546, GeoJSON with string coordinates parses incorrectly + #2547, Fix ST_Simplify(TopoGeometry) for hierarchical topogeoms + #2552, Fix NULL raster handling in ST_AsPNG, ST_AsTIFF and + ST_AsJPEG + #2555, Fix parsing issue of range arguments of ST_Reclass + #2556, geography ST_Intersects results depending on insert order + #2580, Do not allow installing postgis twice in the same database + #2589, Remove use of unnecessary void pointers + #2607, Cannot open more than 1024 out-db files in one process + #2610, Ensure face splitting algorithm uses the edge index + #2615, EstimatedExtent (and hence, underlying stats) gathering wrong bbox + #2619, Empty rings array in GeoJSON polygon causes crash + #2634, regression in sphere distance code + #2638, Geography distance on M geometries sometimes wrong + #2648, #2653, Fix topology functions when "topology" is not in search_path + #2654, Drop deprecated calls from topology + #2655, Let users without topology privileges call postgis_full_version() + #2674, Fix missing operator = and hash_raster_ops opclass on raster + #2675, #2534, #2636, #2634, #2638, Geography distance issues with tree optimization + + + Enhancements + #2494, avoid memcopy in GiST index (hayamiz) + #2560, soft upgrade: avoid drop/recreate of aggregates that hadn't changed + + + + + Release 2.1.1 + Release date: 2013/11/06 + This is a bug fix release, addressing issues that have been filed since the 2.1.0 release. + + Important Changes + #2514, Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS Extension as GPLv2. + + + Bug Fixes + #2396, Make regression tests more endian-agnostic + #2434, Fix ST_Intersection(geog,geog) regression in rare cases + #2454, Fix behavior of ST_PixelAsXXX functions regarding exclude_nodata_value parameter + #2489, Fix upgrades from 2.0 leaving stale function signatures + #2525, Fix handling of SRID in nested collections + #2449, Fix potential infinite loop in index building + #2493, Fix behavior of ST_DumpValues when passed an empty raster + #2502, Fix postgis_topology_scripts_installed() install schema + #2504, Fix segfault on bogus pgsql2shp call + #2512, Support for foreign tables and materialized views in raster_columns and raster_overviews + + + Enhancements + #2478, support for tiger 2013 + #2463, support for exact length calculations on arc geometries + + + Release 2.1.0 -- 2.40.0