[postgis-commits] svn - r2768 - in trunk: . doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Sat Apr 12 11:32:15 PDT 2008


Author: pramsey
Date: 2008-04-12 11:32:14 -0700 (Sat, 12 Apr 2008)
New Revision: 2768

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README.postgis
   trunk/Version.config
   trunk/doc/postgis.xml
Log:
Versions and news for the 1.3.3 release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-12 18:31:58 UTC (rev 2767)
+++ trunk/ChangeLog	2008-04-12 18:32:14 UTC (rev 2768)
@@ -1,5 +1,7 @@
-2008-04-13 Paul Ramsey <pramsey at cleverelephant.ca>
+---------  PostGIS-1.3.3 release [2008-04-12] --------------------------
 
+2008-04-12 Paul Ramsey <pramsey at cleverelephant.ca>
+
         * load/shp2pgsql.c
           Added patch from Regina Obe to support DBF-only
           loading of attributes without shapes.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-04-12 18:31:58 UTC (rev 2767)
+++ trunk/NEWS	2008-04-12 18:32:14 UTC (rev 2768)
@@ -1,3 +1,18 @@
+PostGIS 1.3.3
+2008/04/12
+        - shp2pgsql, pgsql2shp improvements
+          - regression tests on Windows
+          - OS/X 10.5 compatibility
+          - DBF-only loading flag (-n)
+          - fix to Date DBF output
+        - ST_SimplifyPreserveTopology(geometry, float8)
+          Allows simplification of polygons without creating
+          invalid geometries.
+        - Fix to |>> and <<| operators
+        - Build system more sensitive to GEOS version number
+        - KML support updates (from Eduin Carillo)
+        - SVG support updates (from Marco Hugentobler) 
+
 PostGIS 1.3.2
 2007/12/01
         - Improvements in the TIGER geocoder

Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis	2008-04-12 18:31:58 UTC (rev 2767)
+++ trunk/README.postgis	2008-04-12 18:32:14 UTC (rev 2768)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 1.3.2 (2007/12/01)
+VERSION: 1.3.3 (2008/04/12)
 
 MORE INFORMATION: http://postgis.refractions.net
 
@@ -31,7 +31,7 @@
 REQUIREMENTS
 ------------
 
-PostGIS is compatible with PostgreSQL 7.4 and above.
+PostGIS is compatible with PostgreSQL 8.0 and above.
 
 You *must* have full PostgreSQL - including server headers - installed
 for this to work. Note that server headers are not installed by

Modified: trunk/Version.config
===================================================================
--- trunk/Version.config	2008-04-12 18:31:58 UTC (rev 2767)
+++ trunk/Version.config	2008-04-12 18:32:14 UTC (rev 2768)
@@ -5,5 +5,5 @@
 
 REL_MAJOR_VERSION=1
 REL_MINOR_VERSION=3
-REL_MICRO_VERSION=3SVN
+REL_MICRO_VERSION=3
 

Modified: trunk/doc/postgis.xml
===================================================================
--- trunk/doc/postgis.xml	2008-04-12 18:31:58 UTC (rev 2767)
+++ trunk/doc/postgis.xml	2008-04-12 18:32:14 UTC (rev 2768)
@@ -6066,6 +6066,16 @@
       <title>Release Notes</title>
 
       <sect2>
+        <title>Release 1.3.3</title>
+        <para>Release date: 2008/04/12</para>
+        <para>This release fixes bugs shp2pgsql, adds enhancements
+        to SVG and KML support, adds a ST_SimplifyPreserveTopology
+        function, makes the build more sensitive to GEOS versions,
+        and fixes a handful of severe but rare failure cases.
+        </para>
+      </sect2>
+
+      <sect2>
         <title>Release 1.3.2</title>
         <para>Release date: 2007/12/01</para>
         <para>This release fixes bugs in ST_EndPoint() and ST_Envelope,



More information about the postgis-commits mailing list