|
81 | 81 | </simplesect> |
82 | 82 | </sect1> |
83 | 83 |
|
| 84 | + <sect1> |
| 85 | + <title>Release 2.1.8</title> |
| 86 | + <para>Release date: 2015-07-07</para> |
| 87 | + <para>This is a critical bug fix release.</para> |
| 88 | + <simplesect> |
| 89 | + <title>Bug Fixes</title> |
| 90 | + <para>#3159, do not force a bbox cache on ST_Affine</para> |
| 91 | + <para>#3018, GROUP BY geography sometimes returns duplicate rows</para> |
| 92 | + <para>#3048, shp2pgsql - illegal number format when specific system locale set</para> |
| 93 | + <para>#3094, Malformed GeoJSON inputs crash backend</para> |
| 94 | + <para>#3104, st_asgml introduces random characters in ID field</para> |
| 95 | + <para>#3155, Remove liblwgeom.h on make uninstall</para> |
| 96 | + <para>#3177, gserialized_is_empty cannot handle nested empty cases</para> |
| 97 | + <para>Fix crash in ST_LineLocatePoint</para> |
| 98 | + </simplesect> |
| 99 | + </sect1> |
| 100 | + |
| 101 | + <sect1> |
| 102 | + <title>Release 2.1.7</title> |
| 103 | + <para>Release date: 2015-03-30</para> |
| 104 | + <para>This is a critical bug fix release.</para> |
| 105 | + <simplesect> |
| 106 | + <title>Bug Fixes</title> |
| 107 | + <para>#3086, ST_DumpValues() crashes backend on cleanup with invalid band indexes</para> |
| 108 | + <para>#3088, Do not (re)define strcasestr in a liblwgeom.h</para> |
| 109 | + <para>#3094, Malformed GeoJSON inputs crash backend</para> |
| 110 | + </simplesect> |
| 111 | + </sect1> |
| 112 | + |
| 113 | + <sect1> |
| 114 | + <title>Release 2.1.6</title> |
| 115 | + <para>Release date: 2015-03-20</para> |
| 116 | + <para>This is a bug fix and performance improvement release.</para> |
| 117 | + <simplesect> |
| 118 | + <title>Enhancements</title> |
| 119 | + <para>#3000, Ensure edge splitting and healing algorithms use indexes</para> |
| 120 | + <para>#3048, Speed up geometry simplification (J.Santana @ CartoDB)</para> |
| 121 | + <para>#3050, Speep up geometry type reading (J.Santana @ CartoDB)</para> |
| 122 | + </simplesect> |
| 123 | + <simplesect> |
| 124 | + <title>Bug Fixes</title> |
| 125 | + <para>#2941, allow geography columns with SRID other than 4326</para> |
| 126 | + <para>#3069, small objects getting inappropriately fluffed up w/ boxes</para> |
| 127 | + <para>#3068, Have postgis_typmod_dims return NULL for unconstrained dims</para> |
| 128 | + <para>#3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions</para> |
| 129 | + <para>#3058, Fix ND-GiST picksplit method to split on the best plane</para> |
| 130 | + <para>#3052, Make operators <-> and <#> available for PostgreSQL < 9.1</para> |
| 131 | + <para>#3045, Fix dimensionality confusion in &&& operator</para> |
| 132 | + <para>#3016, Allow unregistering layers of corrupted topologies</para> |
| 133 | + <para>#3015, Avoid exceptions from TopologySummary</para> |
| 134 | + <para>#3020, ST_AddBand out-db bug where height using width value</para> |
| 135 | + <para>#3031, Allow restore of Geometry(Point) tables dumped with empties in them</para> |
| 136 | + </simplesect> |
| 137 | + </sect1> |
| 138 | + |
84 | 139 | <sect1> |
85 | 140 | <title>Release 2.1.5</title> |
86 | 141 | <para>Release date: 2014-12-18</para> |
|
0 commit comments