[postgis-commits] svn - r2684 - in trunk: . doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Aug 9 15:50:17 PDT 2007


Author: mleslie
Date: 2007-08-09 15:50:16 -0700 (Thu, 09 Aug 2007)
New Revision: 2684

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README.postgis
   trunk/Version.config
   trunk/doc/postgis.xml
Log:
Added release notes and updated version numbers and release dates.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-08-09 22:48:53 UTC (rev 2683)
+++ trunk/ChangeLog	2007-08-09 22:50:16 UTC (rev 2684)
@@ -1,3 +1,5 @@
+---------  PostGIS-1.3.0 release [2007-08-09] --------------------------
+
 2007-07-28 Mark Leslie <mleslie at refractions.net>
 
 	* lwgeom/lwpostgis.sql.in,

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2007-08-09 22:48:53 UTC (rev 2683)
+++ trunk/NEWS	2007-08-09 22:50:16 UTC (rev 2684)
@@ -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

Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis	2007-08-09 22:48:53 UTC (rev 2683)
+++ trunk/README.postgis	2007-08-09 22:50:16 UTC (rev 2684)
@@ -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
 

Modified: trunk/Version.config
===================================================================
--- trunk/Version.config	2007-08-09 22:48:53 UTC (rev 2683)
+++ trunk/Version.config	2007-08-09 22:50:16 UTC (rev 2684)
@@ -5,5 +5,5 @@
 
 REL_MAJOR_VERSION=1
 REL_MINOR_VERSION=3
-REL_MICRO_VERSION=0RC5
+REL_MICRO_VERSION=0
 

Modified: trunk/doc/postgis.xml
===================================================================
--- trunk/doc/postgis.xml	2007-08-09 22:48:53 UTC (rev 2683)
+++ trunk/doc/postgis.xml	2007-08-09 22:50:16 UTC (rev 2684)
@@ -60,6 +60,13 @@
         </varlistentry>
 
         <varlistentry>
+          <term>Mark Leslie &#60;mleslie at refractions.net&#62;</term>
+          <listitem>
+            <para>Ongoing maintenance and development of core functions.</para>
+          </listitem>
+        </varlistentry>        
+
+        <varlistentry>
           <term>Chris Hodgson &#60;chodgson at refractions.net&#62;</term>
 
           <listitem>
@@ -156,7 +163,7 @@
           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>
@@ -5876,6 +5883,38 @@
       <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>
 
         <para>Release date: 2007/01/11</para>



More information about the postgis-commits mailing list