]> granicus.if.org Git - postgis/commitdiff
Versions and news for the 1.3.3 release.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 12 Apr 2008 18:32:14 +0000 (18:32 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 12 Apr 2008 18:32:14 +0000 (18:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2768 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog
NEWS
README.postgis
Version.config
doc/postgis.xml

index 5a5c2ff924baa892b4ca460427f5d84567dcbb35..cd39b11383116714add6fd4dbe28eac80fb17cc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-2008-04-13 Paul Ramsey <pramsey@cleverelephant.ca>
+---------  PostGIS-1.3.3 release [2008-04-12] --------------------------
+
+2008-04-12 Paul Ramsey <pramsey@cleverelephant.ca>
 
         * load/shp2pgsql.c
           Added patch from Regina Obe to support DBF-only
diff --git a/NEWS b/NEWS
index f610ed9521742a3fc083aa8486c538cd905aec7c..ed1729afb3bd00c472ffebf0a6c3d5ea6d5850d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index f3a9cf8cf70a3a9683887dacb81538dddc55791b..87479197afc2268a2f2a17215d141e1bbdc78624 100644 (file)
@@ -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 @@ Directory structure:
 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
index dc6923af79e793ca3945b355da1d016813ab84af..da05cf9b38bfcb01cbbbf12d45fbd864f62b84ed 100644 (file)
@@ -5,5 +5,5 @@
 
 REL_MAJOR_VERSION=1
 REL_MINOR_VERSION=3
-REL_MICRO_VERSION=3SVN
+REL_MICRO_VERSION=3
 
index 8ca031378fc703f2d7dc2834046b5bf6aee31222..fb6781753b0d7c7b4b853994bb6e9557e6f012d7 100644 (file)
@@ -6065,6 +6065,16 @@ z' = z </programlisting> This method is a subcase of
     <sect1>
       <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>