]> granicus.if.org Git - postgis/commitdiff
Closes (#134)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Jun 2009 23:27:02 +0000 (23:27 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Jun 2009 23:27:02 +0000 (23:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4159 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 2e81a439824f09c8d5dbfc0d636584fc4aff0180..bc6d4e38cfa53cb8ca77a19612d6333665b8b5d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PostGIS 1.4.0
 2009/05/XX
 
+ - API Stability
+   - As of the 1.4 release series, the public API of PostGIS will not
+     change during minor releases.
  - New Features
    - ST_Union() uses high-speed cascaded union when compiled against
      GEOS 3.1+ (Paul Ramsey)
@@ -23,8 +26,7 @@ PostGIS 1.4.0
    - ST_AsGeoJSON() return JSON formatted geometry (Olivier Courtin)
  - Compatibility
    - The versions below are the *minimum* requirements for PostGIS 1.4
-   - PostgreSQL 8.2 and higher on Linux / *NIX
-   - PostgreSQL 8.2 and higher on Windows
+   - PostgreSQL 8.2 and higher on all platforms
    - GEOS 3.0 and higher only
    - PROJ4 4.5 and higher only
  - Enhancements