]> granicus.if.org Git - postgis/commitdiff
Added release notes and updated version numbers and release dates.
authorMark Leslie <mark.leslie@lisasoft.com>
Thu, 9 Aug 2007 22:50:16 +0000 (22:50 +0000)
committerMark Leslie <mark.leslie@lisasoft.com>
Thu, 9 Aug 2007 22:50:16 +0000 (22:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2684 b70326c6-7e19-0410-871a-916f4a2858ee

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

index f2dedae512c8e05a45f0b95327669a6ef1196075..cff00648789172cf39315b9033359fe971541ac4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+---------  PostGIS-1.3.0 release [2007-08-09] --------------------------
+
 2007-07-28 Mark Leslie <mleslie@refractions.net>
 
        * lwgeom/lwpostgis.sql.in,
diff --git a/NEWS b/NEWS
index 9cb8aba723b5c65ed630bf7488b6c370f613148f..dadcfdc14faac173c80ca36cf486ef5e272a7e8d 100644 (file)
--- 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
index b7f3605eed0cb5e3c217a4b8e6b79966028579f8..ec90116a3a43453014a3eaeadc6d3b2d0bfa9156 100644 (file)
@@ -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
 
index 3be537c46826235765c54ada6ac95e90113bba27..e12ceed85259303b07e64861ebfb473b8fb842f7 100644 (file)
@@ -5,5 +5,5 @@
 
 REL_MAJOR_VERSION=1
 REL_MINOR_VERSION=3
-REL_MICRO_VERSION=0RC5
+REL_MICRO_VERSION=0
 
index f30f2a0349cfc1dfb1aa09da84797e5ed3d3179e..92993cce317697fc3b8a0702405a444198f0b873 100644 (file)
           </listitem>
         </varlistentry>
 
+        <varlistentry>
+          <term>Mark Leslie &#60;mleslie@refractions.net&#62;</term>
+          <listitem>
+            <para>Ongoing maintenance and development of core functions.</para>
+          </listitem>
+        </varlistentry>        
+
         <varlistentry>
           <term>Chris Hodgson &#60;chodgson@refractions.net&#62;</term>
 
           url="http://www.sai.msu.su/~megera/postgres/gist">http://www.sai.msu.su/~megera/postgres/gist</ulink>.</para>
         </listitem>
 
-        <listitem>
+          <listitem>
           <para>More information about Mapserver internet map server is
           available at <ulink url="http://mapserver.gis.umn.edu/">http://mapserver.gis.umn.edu</ulink>.</para>
         </listitem>
     <sect1>
       <title>Release Notes</title>
 
+      <sect2>
+        <title>Release 1.3.0</title>
+        <para>Release date: 2007/08/09</para>
+        <para>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.</para>
+        <sect3>
+          <title>Added Functionality</title>
+          <para>JDBC: Added Hibernate Dialect (thanks to Norman Barker)</para>
+          <para>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</para>
+          <para>Added ST_DWithin relational function.</para>
+          functions and some processing functions.</para>
+        </sect3>
+        <sect3>
+          <title>Performance Enhancements</title>
+          <para>Added cached and indexed point-in-polygon short-circuits
+          for the functions ST_Contains, ST_Intersects, ST_Within and 
+          ST_Disjoint</para>
+          <para>Added inline index support for relational functions
+          (except ST_Disjoint)</para>
+        </sect3>
+        <sect3>
+          <title>Other Changes</title>
+          <para>Extended curved geometry support into the geometery accessor 
+          and some processing functions</para>
+          <para>Began migration of functions to the SQL-MM naming convension;
+          using a spatial type (ST) prefix.</para>
+        </sect3>
+      </sect2>
       <sect2>
         <title>Release 1.2.1</title>