[postgis-tickets] r15417 - shp2pgsql locale fixes are #3084, not #3048

Sandro Santilli strk at kbt.io
Tue Jun 6 05:18:31 PDT 2017


Author: strk
Date: 2017-06-06 05:18:31 -0700 (Tue, 06 Jun 2017)
New Revision: 15417

Modified:
   trunk/NEWS
   trunk/doc/release_notes.xml
Log:
shp2pgsql locale fixes are #3084, not #3048

Thanks Andreas Schild via
https://www.transifex.com/postgis/postgis/translate/#de/release_notesxmlpot/74993584/

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2017-06-02 20:13:54 UTC (rev 15416)
+++ trunk/NEWS	2017-06-06 12:18:31 UTC (rev 15417)
@@ -9,11 +9,11 @@
   - #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 @@
            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

Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml	2017-06-02 20:13:54 UTC (rev 15416)
+++ trunk/doc/release_notes.xml	2017-06-06 12:18:31 UTC (rev 15417)
@@ -6,16 +6,16 @@
       <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>
               <para>Add support for custom TOC in postgis_restore.pl
@@ -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>
@@ -221,7 +221,7 @@
         <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>



More information about the postgis-tickets mailing list