From fa0150fb2034eafeac910a8676de455b06c0fbce Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 28 Oct 2009 10:58:33 +0000 Subject: [PATCH] correct links to postgis bug tracker and subversion repository. Also amend the release_notes section to reflect newer version changes git-svn-id: http://svn.osgeo.org/postgis/trunk@4683 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/release_notes.xml | 15 +++++++++++++++ doc/reporting.xml | 10 +++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 8451bb7c2..fa83a0a70 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -3,6 +3,21 @@ Appendix Release Notes + + Release 1.4.0 + Release date: 2009/7/24 + This is a significant release including many performance enhancements and bug fixes. + Major cleanup to underlying codebase. Populate_geometry_columns maintenance function. Faster unioning operations. + Expanded curved geometry support. + + + + Release 1.3.6 + Release date: 2009/5/6 + This release is a bug fix release to address issues with shp2pgsql memory issues on windows, + logical error importing dbf only files, improved error handling of AddGeometryColumns + + Release 1.3.5 Release date: 2008/12/15 diff --git a/doc/reporting.xml b/doc/reporting.xml index 81f69fc83..8e3debaf8 100644 --- a/doc/reporting.xml +++ b/doc/reporting.xml @@ -14,12 +14,12 @@ version() [for postgresql]. If you aren't using the latest release, it's worth taking a look at - its release + its release changelog first, to find out if your bug has already been fixed. Using the PostGIS bug + url="http://trac.osgeo.org/postgis/">PostGIS bug tracker will ensure your reports are not discarded, and will keep you informed on its handling process. Before reporting a new bug please query the database to see if it is a known one, and if it is please add @@ -38,7 +38,7 @@ bug or because the documentation is in error or deficient. Documentation issues can also be reported to the PostGIS bug + url="http://trac.osgeo.org/postgis">PostGIS bug tracker. If your revision is trivial, just describe it in a new bug tracker @@ -55,7 +55,7 @@ type: svn checkout - http://svn.refractions.net/postgis/trunk/ + http://svn.osgeo.org/postgis/trunk/ This will be stored in the directory ./trunk @@ -64,7 +64,7 @@ Make your changes to the documentation with your favorite text editor. On Unix, type (for example): - vi trunk/doc/postgis.xml + vim trunk/doc/postgis.xml Note that the documentation is written in SGML rather than HTML, so if you are not familiar with it please follow the example of the -- 2.50.1