Changeset 5130 for trunk/NEWS

Show
Ignore:
Timestamp:
01/15/10 10:06:38 (2 years ago)
Author:
pramsey
Message:

Prepare for 1.5.0b2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r5120 r5130  
    11PostGIS 1.5.0 
     2 
     3  * Important Changes * 
     4 
     5  - =~ operator now indicate bounding box equality, not feature equality 
     6  - GEOS 3.1 is now the minimum accepted version of GEOS 
     7  - GEOS, LibXML2, and Proj4 are now mandatory dependencies 
     8 
     9  * New Features * 
    210 
    311  - Add Hausdorff distance calculations (#209) (Vincent Picavet) 
     
    513  - Performance improvements to ST_Distance (Nicklas Aven) 
    614  - Addition of other Distance related visualization and analysis functions (Nicklas Aven) 
    7         - ST_ClosestPoint 
    8         - ST_DFullyWithin 
    9         - ST_LongestLine 
    10         - ST_MaxDistance 
    11         - ST_ShortestLine 
     15    - ST_ClosestPoint 
     16    - ST_DFullyWithin 
     17    - ST_LongestLine 
     18    - ST_MaxDistance 
     19    - ST_ShortestLine 
    1220  - KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin) 
    1321  - Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey) 
     
    2230    - ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, 
    2331      ST_Intersects, ST_Covers, ST_Buffer 
    24   - Documentationn updates and improvements (Regina Obe, Kevin Neufeld) 
     32  - Documentation updates and improvements (Regina Obe, Kevin Neufeld) 
    2533  - Testing and quality control (Regina Obe) 
    2634  - Many many other changes: