-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
+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
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
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
REL_MAJOR_VERSION=1
REL_MINOR_VERSION=3
-REL_MICRO_VERSION=3SVN
+REL_MICRO_VERSION=3
<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>