From e3aaab5e66531b053ec29df76a6e82e76e9d8ce7 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 23 Jan 2006 00:13:34 +0000 Subject: [PATCH] Set version to 1.1.1, edited 1.1.1 Release Notes chapter in manual and set release date (2006-01-23). git-svn-id: http://svn.osgeo.org/postgis/trunk@2296 b70326c6-7e19-0410-871a-916f4a2858ee --- CHANGES | 3 ++- Version.config | 2 +- doc/postgis.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 98053fc42..35a3bd63d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,5 @@ -PostGIS 1.1.1CVS +PostGIS 1.1.1 +2006/01/23 - Source code cleanups - Solaris 2.7 and MingW support improvements diff --git a/Version.config b/Version.config index 62b462d94..aaad960e7 100644 --- a/Version.config +++ b/Version.config @@ -4,7 +4,7 @@ # shared library / release version SO_MAJOR_VERSION=1 SO_MINOR_VERSION=1 -SO_MICRO_VERSION=1CVS +SO_MICRO_VERSION=1 # JDBC code version JDBC_MAJOR_VERSION=1 diff --git a/doc/postgis.xml b/doc/postgis.xml index 18cd158c3..986cb60fd 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -5197,6 +5197,59 @@ FROM geometry_table; Release Notes + + Release 1.1.1 + Release date: 2006/01/23 + + +This is an important Bugfix release, upgrade is highly +recommended. +Previous version contained a bug in postgis_restore.pl preventing +hard upgrade procedure to complete +and a bug in GEOS-2.2+ connector preventing GeometryCollection objects +to be used in topological operations. + + + + Upgrading + + +If you are upgrading from release 1.0.3 or later follow the +soft upgrade procedure. + + + +If you are upgrading from a release between 1.0.0RC6 and +1.0.2 (inclusive) and really want a live upgrade read the +upgrade section of the 1.0.3 +release notes chapter. + + + +Upgrade from any release prior to 1.0.0RC6 requires an +hard upgrade. + + + + + Bug fixes +Fixed a premature exit in postgis_restore.pl +BUGFIX in geometrycollection handling of GEOS-CAPI connector +Solaris 2.7 and MingW support improvements +BUGFIX in line_locate_point() +Fixed handling of postgresql paths +BUGFIX in line_substring() +Added support for localized cluster in regress tester + + + + New functionalities +New Z and M interpolation in line_substring() +New Z and M interpolation in line_interpolate_point() +added NumInteriorRing() alias due to OpenGIS ambiguity + + + Release 1.1.0 Release date: 2005/12/21 -- 2.49.0