]> granicus.if.org Git - postgis/commitdiff
Add David Techer, new doco enhancements, new populate_geometry_columns
authorRegina Obe <lr@pcorp.us>
Wed, 10 Jun 2009 01:26:54 +0000 (01:26 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 10 Jun 2009 01:26:54 +0000 (01:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4162 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index d41d1582256f7f439825f23e9927b39643188bd6..2f71bdcd75f7502c422025ee3cb5625ad7ec85a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ PostGIS 1.4.0
  - API Stability
    - As of the 1.4 release series, the public API of PostGIS will not
         change during minor releases.
+
+ - Compatibility
+   - The versions below are the *minimum* requirements for PostGIS 1.4
+   - PostgreSQL 8.2 and higher on all platforms
+   - GEOS 3.0 and higher only
+   - PROJ4 4.5 and higher only
+
  - New Features
    - ST_Union() uses high-speed cascaded union when compiled against
         GEOS 3.1+ (Paul Ramsey)
@@ -24,11 +31,9 @@ PostGIS 1.4.0
    - Geometry parser returns explicit error message about location of
         syntax errors (Mark Cave-Ayland)
    - 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 all platforms
-   - GEOS 3.0 and higher only
-   - PROJ4 4.5 and higher only
+   - Populate_Geometry_Columns() -- automatically add records to
+        geometry_columns for TABLES and VIEWS (Kevin Neufeld)
+
  - Enhancements
    - Core geometry system moved into independent library, liblwgeom.
         (Mark Cave-Ayland)
@@ -54,6 +59,8 @@ PostGIS 1.4.0
    - Shp2pgsql and pgsql2shp re-worked to depend on the common
         parsing/unparsing code in liblwgeom (Mark Cave-Ayland)
    - Use of PDF DbLatex to build PDF docs and preliminary instructions for build  (Jean David Techer)
+   - Automated User documentation build (PDF and HTML) and Developer Doxygen Documentation (Kevin Neufeld)
+   - Automated build of document images using ImageMagick from WKT geometry text files (Kevin Neufeld)
    - More attractive CSS for HTML documentation (Dane Springmeyer)
  - Bug fixes
    - http://trac.osgeo.org/postgis/query?status=closed&milestone=postgis+1.4.0&order=priority