~ubuntu-branches/ubuntu/oneiric/postgis/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/release_notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alan Boudreault
  • Date: 2010-09-29 09:16:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100929091610-vj4efw8woq34hdn7
Tags: 1.5.2-1
* New upstream release, with a few bug fixes.
* Added shp2pgsql-gui binary.
* Removed patches, applied upstream: getopt.    

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <subtitle>Release Notes</subtitle>
5
5
 
6
6
      <sect1>
 
7
        <title>Release 1.5.2</title>
 
8
        <para>Release date: 2010/09/27</para>
 
9
        <para>This is a bug fix release, addressing issues that have been filed since the 1.5.1 release.</para>
 
10
        <simplesect>
 
11
          <title>Bug Fixes</title>
 
12
           <para>Loader: fix handling of empty (0-verticed) geometries in shapefiles. (Sandro Santilli)</para>
 
13
           <para>#536, Geography ST_Intersects, ST_Covers, ST_CoveredBy and Geometry ST_Equals not using spatial index (Regina Obe, Nicklas Aven)</para>
 
14
           <para>#573, Improvement to ST_Contains geography (Paul Ramsey)</para>
 
15
           <para>Loader: Add support for command-q shutdown in Mac GTK build (Paul Ramsey)</para>
 
16
           <para>#393, Loader: Add temporary patch for large DBF files (Maxime Guillaud, Paul Ramsey)</para>  
 
17
           <para>#507, Fix wrong OGC URN in GeoJSON and GML output (Olivier Courtin)</para>
 
18
           <para>spatial_ref_sys.sql Add datum conversion for projection SRID 3021 (Paul Ramsey)</para>
 
19
           <para>Geography - remove crash for case when all geographies are out of the estimate (Paul Ramsey)</para>
 
20
           <para>#469, Fix for array_aggregation error (Greg Stark, Paul Ramsey)</para>
 
21
           <para>#532, Temporary geography tables showing up in other user sessions (Paul Ramsey)</para>
 
22
           <para>#562, ST_Dwithin errors for large geographies (Paul Ramsey)</para>
 
23
           <para>#513, shape loading GUI tries to make spatial index when loading DBF only mode (Paul Ramsey)</para>
 
24
           <para>#527, shape loading GUI should always append log messages (Mark Cave-Ayland)</para>
 
25
           <para>#504, shp2pgsql should rename xmin/xmax fields (Sandro Santilli)</para>
 
26
           <para>#458, postgis_comments being installed in contrib instead of version folder (Mark Cave-Ayland)</para>
 
27
           <para>#474, Analyzing a table with geography column crashes server (Paul Ramsey)</para>
 
28
           <para>#581, LWGEOM-expand produces inconsistent results (Mark Cave-Ayland)</para>
 
29
           <para>#513, Add dbf filter to shp2pgsql-gui and allow uploading dbf only (Paul Ramsey)</para>
 
30
           <para>Fix further build issues against PostgreSQL 9.0 (Mark Cave-Ayland)</para>
 
31
           <para>#572, Password whitespace for Shape File</para> 
 
32
           <para>#603, shp2pgsql: "-w" produces invalid WKT for MULTI* objects. (Mark Cave-Ayland)</para>
 
33
        </simplesect>
 
34
      </sect1>
 
35
      
 
36
      <sect1>
7
37
        <title>Release 1.5.1</title>
8
38
        <para>Release date: 2010/03/11</para>
9
39
        <para>This is a bug fix release, addressing issues that have been filed since the 1.4.1 release.</para>
54
84
                        <listitem><para>ST_LongestLine</para></listitem>
55
85
                        <listitem><para>ST_MaxDistance</para></listitem>
56
86
                        <listitem><para>ST_ShortestLine</para></listitem>
57
 
          </itemizedlist>         
 
87
          </itemizedlist>  
 
88
          <para>ST_DumpPoints (Maxime van Noppen)</para>          
58
89
          <para>KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin)</para>
59
90
          <para>Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey)</para>
60
91
          <para>Add measure values to an existing linestring with ST_AddMeasure (Paul Ramsey)</para>