Skip to content

Commit 72e1af0

Browse files
committed
up port PostGIS 2.1 branch release notes
git-svn-id: http://svn.osgeo.org/postgis/trunk@14307 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent 45e0c27 commit 72e1af0

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,31 @@ PostGIS 2.2.0
159159
smaller files for ease of long-term maintenance and development
160160
- #1220, lwerror and lwnotice function became internal to liblwgeom
161161

162+
PostGIS 2.1.8
163+
2015/07/07
164+
165+
* Bug Fixes *
166+
167+
- #3159, do not force a bbox cache on ST_Affine
168+
- #3018, GROUP BY geography sometimes returns duplicate rows
169+
- #3048, shp2pgsql - illegal number format when specific system locale set
170+
- #3094, Malformed GeoJSON inputs crash backend
171+
- #3104, st_asgml introduces random characters in ID field
172+
- #3155, Remove liblwgeom.h on make uninstall
173+
- #3177, gserialized_is_empty cannot handle nested empty cases
174+
- Fix crash in ST_LineLocatePoint
175+
176+
177+
PostGIS 2.1.7
178+
2015/03/30
179+
180+
* Bug Fixes *
181+
182+
- #3086, ST_DumpValues() crashes backend on cleanup with invalid
183+
band indexes
184+
- #3088, Do not (re)define strcasestr in a liblwgeom.h
185+
- #3094, Malformed GeoJSON inputs crash backend
186+
162187
PostGIS 2.1.6
163188
2015/03/20
164189

doc/release_notes.xml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,61 @@
8181
</simplesect>
8282
</sect1>
8383

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 &lt;-&gt; and &lt;#&gt; available for PostgreSQL &lt; 9.1</para>
131+
<para>#3045, Fix dimensionality confusion in &amp;&amp;&amp; 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+
84139
<sect1>
85140
<title>Release 2.1.5</title>
86141
<para>Release date: 2014-12-18</para>

0 commit comments

Comments
 (0)