]> granicus.if.org Git - postgis/commitdiff
shp2pgsql locale fixes are #3084, not #3048
authorSandro Santilli <strk@kbt.io>
Tue, 6 Jun 2017 12:18:31 +0000 (12:18 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 6 Jun 2017 12:18:31 +0000 (12:18 +0000)
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

NEWS
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index d4c588618a3c48333e51d1622121ee948f66c122..21a9cfa5d1cd820efa6faeb26145c34a0bccb351 100644 (file)
--- 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
index caf0c04a13a1a8517e193040a929c464f1075e1a..dcc70a5c6412e489f4a24b72a03936c4a1c4f9e2 100644 (file)
@@ -6,15 +6,15 @@
       <title>Release 2.3.0</title>
           <para>Release date: 2016/09/26</para>
           <para>This is a new feature release, with new functions, improved performance, all relevant bug fixes from PostGIS 2.2.3,and other goodies.</para>
-          
+
         <simplesect>
           <title>Important / Breaking Changes</title>
             <para>#3466, Casting from box3d to geometry now returns a 3D
-                     geometry (Julien Rouhaud of Dalibo)</para>     
+                     geometry (Julien Rouhaud of Dalibo)</para>
             <para>#3396, ST_EstimatedExtent, throw WARNING instead of ERROR
                      (Regina Obe)</para>
         </simplesect>
-     
+
 
         <simplesect>
             <title>New Features</title>
@@ -29,7 +29,7 @@
               <para>#1758, ST_Normalize (Sandro Santilli)</para>
               <para>#2236, shp2pgsql -d now emits "DROP TABLE IF EXISTS"</para>
               <para>#2259, ST_VoronoiPolygons and ST_VoronoiLines (Dan Baston)</para>
-              <para>#2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle 
+              <para>#2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle
                        implementation using Welzl's algorithm (Dan Baston)</para>
               <para>#2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)</para>
               <para>#3059, Allow passing per-dimension parameters in ST_Expand (Dan Baston)</para>
@@ -56,7 +56,7 @@
               <para>#3613, Segmentize geography using equal length segments
                        (Hugo Mercier of Oslandia)</para>
         </simplesect>
-      
+
         <simplesect>
             <title>Bug Fixes</title>
                <para>All relevant bug fixes from PostGIS 2.2.3</para>
@@ -74,9 +74,9 @@
               <para>Make adding a line to topology interruptible (Sandro Santilli)</para>
               <para>Documentation updates from Mike Toews</para>
       </simplesect>
-   
+
    </sect1>
-   
+
    <sect1>
       <title>Release 2.2.2</title>
         <para>Release date: 2016/03/22</para>
@@ -97,7 +97,7 @@
           <para>#3426, failing POINT EMPTY tests on fun architectures</para>
                  </simplesect>
     </sect1>
-    
+
      <sect1>
        <title>Release 2.2.1</title>
                  <para>Release date: 2016/01/06</para>
         <title>Bug Fixes</title>
         <para>#3159, do not force a bbox cache on ST_Affine</para>
         <para>#3018, GROUP BY geography sometimes returns duplicate rows</para>
-        <para>#3048, shp2pgsql - illegal number format when specific system locale set</para>
+        <para>#3084, shp2pgsql - illegal number format when specific system locale set</para>
         <para>#3094, Malformed GeoJSON inputs crash backend</para>
         <para>#3104, st_asgml introduces random characters in ID field</para>
         <para>#3155, Remove liblwgeom.h on make uninstall</para>