From b9977552081160b6d58a9a26965a8e5dc8fa28c3 Mon Sep 17 00:00:00 2001 From: Mark Leslie Date: Thu, 9 Aug 2007 22:50:16 +0000 Subject: [PATCH] Added release notes and updated version numbers and release dates. git-svn-id: http://svn.osgeo.org/postgis/trunk@2684 b70326c6-7e19-0410-871a-916f4a2858ee --- ChangeLog | 2 ++ NEWS | 16 ++++++++++++++-- README.postgis | 2 +- Version.config | 2 +- doc/postgis.xml | 41 ++++++++++++++++++++++++++++++++++++++++- 5 files changed, 58 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2dedae51..cff006487 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +--------- PostGIS-1.3.0 release [2007-08-09] -------------------------- + 2007-07-28 Mark Leslie * lwgeom/lwpostgis.sql.in, diff --git a/NEWS b/NEWS index 9cb8aba72..dadcfdc14 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ -PostGIS 1.2.2-CVS -????/??/?? +PostGIS 1.3.0 +2007/08/09 + - Began migration of functions to the SQL-MM-centric naming convension + using the spatial type (SP) prefix + - Performance enhancements: + - Created cached and indexed point-in-polygon short-circuits + for the functions ST_Contains, ST_Intersects, ST_Within + ST_Disjoint. + - Added inline index support for relational functions + (except disjoint) + - Added ST_Covers, ST_CoveredBy and ST_DWithin relational functions + - Extended curved geometry support to geometry accessor functions and + some geometry processing functions - JDBC: Added Hibernate Dialect from Norman Barker + - Enhanced regression tests for curved geometries and kml functions PostGIS 1.2.1 2007/01/11 diff --git a/README.postgis b/README.postgis index b7f3605ee..ec90116a3 100644 --- a/README.postgis +++ b/README.postgis @@ -1,7 +1,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -VERSION: 1.2.1 (2007/01/11) +VERSION: 1.3.0 (2007/08/09) MORE INFORMATION: http://postgis.refractions.net diff --git a/Version.config b/Version.config index 3be537c46..e12ceed85 100644 --- a/Version.config +++ b/Version.config @@ -5,5 +5,5 @@ REL_MAJOR_VERSION=1 REL_MINOR_VERSION=3 -REL_MICRO_VERSION=0RC5 +REL_MICRO_VERSION=0 diff --git a/doc/postgis.xml b/doc/postgis.xml index f30f2a034..92993cce3 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -59,6 +59,13 @@ + + Mark Leslie <mleslie@refractions.net> + + Ongoing maintenance and development of core functions. + + + Chris Hodgson <chodgson@refractions.net> @@ -156,7 +163,7 @@ url="http://www.sai.msu.su/~megera/postgres/gist">http://www.sai.msu.su/~megera/postgres/gist. - + More information about Mapserver internet map server is available at http://mapserver.gis.umn.edu. @@ -5875,6 +5882,38 @@ Release Notes + + Release 1.3.0 + Release date: 2007/08/09 + This release provides performance enhancements to the relational + functions, adds new relational functions and begins the migration of + our function names to the SQL-MM convension, using the spatial type + (SP) prefix. + + Added Functionality + JDBC: Added Hibernate Dialect (thanks to Norman Barker) + Added ST_Covers and ST_CoveredBy relational functions. + Description and justification of these functions can be found at + http://lin-ear-th-inking.blogspot.com/2007/06/subtleties-of-ogc-covers-spatial.html + Added ST_DWithin relational function. + functions and some processing functions. + + + Performance Enhancements + Added cached and indexed point-in-polygon short-circuits + for the functions ST_Contains, ST_Intersects, ST_Within and + ST_Disjoint + Added inline index support for relational functions + (except ST_Disjoint) + + + Other Changes + Extended curved geometry support into the geometery accessor + and some processing functions + Began migration of functions to the SQL-MM naming convension; + using a spatial type (ST) prefix. + + Release 1.2.1 -- 2.50.0