git-svn-id: http://svn.osgeo.org/postgis/trunk@5982 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2010-09-18 23:54:51 +00:00
parent db579e6349
commit 8d55875ab2
2 changed files with 32 additions and 5 deletions

28
NEWS
View file

@ -28,18 +28,36 @@ PostGIS 1.5.2
- Bug Fixes
- Loader: fix handling of empty (0-verticed) geometries in shapefiles.
(Sandro Santilli)
- #536 Geography ST_Intersects, ST_Covers, ST_CoveredBy and
- #536, Geography ST_Intersects, ST_Covers, ST_CoveredBy and
Geometry ST_Equals not using spatial index (Regina Obe, Nicklas Aven)
- #573 Improvement to ST_Contains geography
- #573, Improvement to ST_Contains geography
- Loader: Add support for command-q shutdown in Mac GTK build (Paul Ramsey)
- #393 Loader: Add temporary patch for large DBF files
- #393, Loader: Add temporary patch for large DBF files
(Maxime Guillaud, Paul Ramsey)
- #507 Fix wrong OGC URN in GeoJSON and GML output (Olivier Courtin)
- #507, Fix wrong OGC URN in GeoJSON and GML output (Olivier Courtin)
- spatial_ref_sys.sql Add datum conversion for projection SRID 3021
(Paul Ramsey)
- Geography - remove crash for case when all geographies are out of
the estimate (Paul Ramsey)
- #469 Fix for array_aggregation error (Greg Stark, Paul Ramsey)
- #469, Fix for array_aggregation error (Greg Stark, Paul Ramsey)
- #532, Temporary geography tables showing up in other user sessions
(Paul Ramsey)
- #562, ST_Dwithin errors for large geographies (Paul Ramsey)
- #513, shape loading GUI tries to make spatial index when loading DBF only
mode (Paul Ramsey)
- #527, shape loading GUI should always append log messages
(Mark Cave-Ayland)
- #504 shp2pgsql should rename xmin/xmax fields (Sandro Santilli)
- #458 postgis_comments being installed in contrib instead of
version folder (Mark Cave-Ayland)
- #474 Analyzing a table with geography column crashes server
(Paul Ramsey)
- #581 LWGEOM-expand produces inconsistent results
(Mark Cave-Ayland)
- #471 DocBook dtd errors (Olivier Courtin)
- Enhancement
- #513 Add dbf filter to shp2pgsql-gui and allow uploading dbf only
(Paul Ramsey)
PostGIS 1.5.1
2010/03/11

View file

@ -18,6 +18,15 @@
<para>spatial_ref_sys.sql Add datum conversion for projection SRID 3021 (Paul Ramsey)</para>
<para>Geography - remove crash for case when all geographies are out of the estimate (Paul Ramsey)</para>
<para>#469, Fix for array_aggregation error (Greg Stark, Paul Ramsey)</para>
<para>#532, Temporary geography tables showing up in other user sessions (Paul Ramsey)</para>
<para>#562, ST_Dwithin errors for large geographies (Paul Ramsey)</para>
<para>#513, shape loading GUI tries to make spatial index when loading DBF only mode (Paul Ramsey)</para>
<para>#527, shape loading GUI should always append log messages (Mark Cave-Ayland)</para>
<para>#504, shp2pgsql should rename xmin/xmax fields (Sandro Santilli)</para>
<para>#458, postgis_comments being installed in contrib instead of version folder (Mark Cave-Ayland)</para>
<para>#474, Analyzing a table with geography column crashes server (Paul Ramsey)</para>
<para>#581, LWGEOM-expand produces inconsistent results (Mark Cave-Ayland)</para>
<para>#513, Add dbf filter to shp2pgsql-gui and allow uploading dbf only (Paul Ramsey)</para>
</simplesect>
</sect1>