[postgis-commits] svn - r2691 - in trunk: . doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Mon Aug 13 09:12:58 PDT 2007
Author: pramsey
Date: 2007-08-13 09:12:57 -0700 (Mon, 13 Aug 2007)
New Revision: 2691
Modified:
trunk/ChangeLog
trunk/HOWTO_RELEASE
trunk/NEWS
trunk/README.postgis
trunk/Version.config
trunk/doc/postgis.xml
Log:
Version flip up to 1.3.1
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-13 15:51:04 UTC (rev 2690)
+++ trunk/ChangeLog 2007-08-13 16:12:57 UTC (rev 2691)
@@ -1,3 +1,16 @@
+--------- PostGIS-1.3.1 release [2007-08-13] --------------------------
+
+2007-08-13 Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
+
+ * doc/postgis.xml: This time really fix the documentation missing
+ tag problem...
+ * doc/postgis.xml: Fix documentation since an error in the 1.3.0
+ release notes xml caused the build to fail (this may need author
+ review)
+ * lwgeom/lwgeom.c: Remove warning about unused variable in
+ lwgeom.c (it was a leftover from the PostgreSQL 8.3
+ compatibility patch)
+
--------- PostGIS-1.3.0 release [2007-08-09] --------------------------
2007-07-28 Mark Leslie <mleslie at refractions.net>
Modified: trunk/HOWTO_RELEASE
===================================================================
--- trunk/HOWTO_RELEASE 2007-08-13 15:51:04 UTC (rev 2690)
+++ trunk/HOWTO_RELEASE 2007-08-13 16:12:57 UTC (rev 2691)
@@ -28,10 +28,12 @@
been reported (extract from ChangeLog).
4) Edit README.postgis and set release date and version.
5) Add release notes in doc/postgis.xml
-6) Tag the release:
+6) Commit all your changes
+7) Tag the release:
$ base=http://svn.refractions.net/postgis/
$ rel=MAJ.MIN.MIC
$ svn copy -m "Tagged release $rel" $base/trunk $base/tags/$rel
-7) Run: sh make_dist.sh MAJ.MIN.MIC
-8) Publish
-9) Announce
+8) Run: sh make_dist.sh MAJ.MIN.MIC
+9) Publish
+10) Announce
+
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2007-08-13 15:51:04 UTC (rev 2690)
+++ trunk/NEWS 2007-08-13 16:12:57 UTC (rev 2691)
@@ -1,3 +1,8 @@
+PostGIS 1.3.1
+2007/08/13
+ - Fixed documentation bugs and release number errors
+ in previous cut
+
PostGIS 1.3.0
2007/08/09
- Began migration of functions to the SQL-MM-centric naming convension
Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis 2007-08-13 15:51:04 UTC (rev 2690)
+++ trunk/README.postgis 2007-08-13 16:12:57 UTC (rev 2691)
@@ -1,7 +1,7 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-VERSION: 1.3.0 (2007/08/09)
+VERSION: 1.3.1 (2007/08/13)
MORE INFORMATION: http://postgis.refractions.net
Modified: trunk/Version.config
===================================================================
--- trunk/Version.config 2007-08-13 15:51:04 UTC (rev 2690)
+++ trunk/Version.config 2007-08-13 16:12:57 UTC (rev 2691)
@@ -5,5 +5,5 @@
REL_MAJOR_VERSION=1
REL_MINOR_VERSION=3
-REL_MICRO_VERSION=0
+REL_MICRO_VERSION=1
Modified: trunk/doc/postgis.xml
===================================================================
--- trunk/doc/postgis.xml 2007-08-13 15:51:04 UTC (rev 2690)
+++ trunk/doc/postgis.xml 2007-08-13 16:12:57 UTC (rev 2691)
@@ -5883,6 +5883,13 @@
<title>Release Notes</title>
<sect2>
+ <title>Release 1.3.1</title>
+ <para>Release date: 2007/08/13</para>
+ <para>This release fixes some oversights in the previous release
+ around version numbering, documentation, and tagging.</para>
+ </sect2>
+
+ <sect2>
<title>Release 1.3.0</title>
<para>Release date: 2007/08/09</para>
<para>This release provides performance enhancements to the relational
More information about the postgis-commits
mailing list