From: Sandro Santilli Date: Tue, 6 Jun 2017 12:18:31 +0000 (+0000) Subject: shp2pgsql locale fixes are #3084, not #3048 X-Git-Tag: 2.4.0alpha~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33cb8054651bcfe42b6645e4e0a41ba7ecd791b7;p=postgis shp2pgsql locale fixes are #3084, not #3048 Thanks Andreas Schild via https://www.transifex.com/postgis/postgis/translate/#de/release_notesxmlpot/74993584/ git-svn-id: http://svn.osgeo.org/postgis/trunk@15417 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index d4c588618..21a9cfa5d 100644 --- a/NEWS +++ b/NEWS @@ -9,10 +9,10 @@ PostGIS 2.4.0 - #3753, Gist penalty speed improvements for 2d and nd points (Darafei Praliaskouski) - #3677, ST_FrechetDistance (Shinichi Sugiyama) - + * Bug Fixes * - #3682, Boolean (FTLogical) should be 1 byte not 2 bytes - + PostGIS 2.3.0 2016/09/26 @@ -288,7 +288,7 @@ PostGIS 2.2.0 max extent constraint - #3018, GROUP BY geography sometimes returns duplicate rows - #3020, ST_AddBand out-db bug where height using width value - - #3048, shp2pgsql - illegal number format when specific system locale set + - #3084, shp2pgsql - illegal number format when specific system locale set - #3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions - #3086, ST_DumpValues() crashes backend on cleanup with invalid band indexes diff --git a/doc/release_notes.xml b/doc/release_notes.xml index caf0c04a1..dcc70a5c6 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -6,15 +6,15 @@ Release 2.3.0 Release date: 2016/09/26 This is a new feature release, with new functions, improved performance, all relevant bug fixes from PostGIS 2.2.3,and other goodies. - + Important / Breaking Changes #3466, Casting from box3d to geometry now returns a 3D - geometry (Julien Rouhaud of Dalibo) + geometry (Julien Rouhaud of Dalibo) #3396, ST_EstimatedExtent, throw WARNING instead of ERROR (Regina Obe) - + New Features @@ -29,7 +29,7 @@ #1758, ST_Normalize (Sandro Santilli) #2236, shp2pgsql -d now emits "DROP TABLE IF EXISTS" #2259, ST_VoronoiPolygons and ST_VoronoiLines (Dan Baston) - #2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle + #2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle implementation using Welzl's algorithm (Dan Baston) #2991, Enable ST_Transform to use PROJ.4 text (Mike Toews) #3059, Allow passing per-dimension parameters in ST_Expand (Dan Baston) @@ -56,7 +56,7 @@ #3613, Segmentize geography using equal length segments (Hugo Mercier of Oslandia) - + Bug Fixes All relevant bug fixes from PostGIS 2.2.3 @@ -74,9 +74,9 @@ Make adding a line to topology interruptible (Sandro Santilli) Documentation updates from Mike Toews - + - + Release 2.2.2 Release date: 2016/03/22 @@ -97,7 +97,7 @@ #3426, failing POINT EMPTY tests on fun architectures - + Release 2.2.1 Release date: 2016/01/06 @@ -221,7 +221,7 @@ Bug Fixes #3159, do not force a bbox cache on ST_Affine #3018, GROUP BY geography sometimes returns duplicate rows - #3048, shp2pgsql - illegal number format when specific system locale set + #3084, shp2pgsql - illegal number format when specific system locale set #3094, Malformed GeoJSON inputs crash backend #3104, st_asgml introduces random characters in ID field #3155, Remove liblwgeom.h on make uninstall