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

Sandro Santilli strk at kbt.io
Tue Jun 6 05:22:04 PDT 2017


Author: strk
Date: 2017-06-06 05:22:04 -0700 (Tue, 06 Jun 2017)
New Revision: 15418

Modified:
   branches/2.3/NEWS
   branches/2.3/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: branches/2.3/NEWS
===================================================================
--- branches/2.3/NEWS	2017-06-06 12:18:31 UTC (rev 15417)
+++ branches/2.3/NEWS	2017-06-06 12:22:04 UTC (rev 15418)
@@ -6,15 +6,15 @@
   - #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 
+  - #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 
+  - #3750, @ and ~ operator not always schema qualified in geometry
            and raster functions. Causes restore issues.
            (Shane StClair of Axiom Data Science)
-           
 
+
 PostGIS 2.3.2
 2017/01/31
 
@@ -314,7 +314,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: branches/2.3/doc/release_notes.xml
===================================================================
--- branches/2.3/doc/release_notes.xml	2017-06-06 12:18:31 UTC (rev 15417)
+++ branches/2.3/doc/release_notes.xml	2017-06-06 12:22:04 UTC (rev 15418)
@@ -15,7 +15,7 @@
           <para>#3688, ST_AsLatLonText: round minutes</para>
       </simplesect>
     </sect1>
-    
+
     <sect1>
       <title>Release 2.3.1</title>
       <para>Release date: 2016/11/28</para>
@@ -28,7 +28,7 @@
                 for large tables</para>
           <para>#3643, PostGIS not building on latest OSX XCode</para>
           <para>#3644, Deadlock on interrupt</para>
-          <para>#3650, Mark ST_Extent, ST_3DExtent and ST_Mem* 
+          <para>#3650, Mark ST_Extent, ST_3DExtent and ST_Mem*
                 agg functions as parallel safe so they can be parallelized</para>
           <para>#3652, Crash on Collection(MultiCurve())</para>
           <para>#3656, Fix upgrade of aggregates from 2.2 or lower version</para>
@@ -40,21 +40,21 @@
             patch from Hugo Mercier (Oslandia)</para>
       </simplesect>
     </sect1>
-      
+
     <sect1>
       <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
@@ -68,7 +68,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>
@@ -95,7 +95,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>
@@ -103,7 +103,7 @@
              <para>#3604, pgcommon/Makefile.in orders CFLAGS incorrectly leading to
                      wrong liblwgeom.h (Greg Troxel)</para>
       </simplesect>
-      
+
       <simplesect>
           <title>Performance Enhancements</title>
             <para>#75, Enhancement to PIP short circuit (Dan Baston)</para>
@@ -113,9 +113,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>
@@ -136,7 +136,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>
@@ -260,7 +260,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