]> granicus.if.org Git - postgis/commitdiff
correct links to postgis bug tracker and subversion repository. Also amend the relea...
authorRegina Obe <lr@pcorp.us>
Wed, 28 Oct 2009 10:58:33 +0000 (10:58 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 28 Oct 2009 10:58:33 +0000 (10:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4683 b70326c6-7e19-0410-871a-916f4a2858ee

doc/release_notes.xml
doc/reporting.xml

index 8451bb7c2c3e792328a50f5e13fcf2688a03611f..fa83a0a70058b96de4cf4dd70760603b4061bd4b 100644 (file)
@@ -3,6 +3,21 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
 
+         <sect1>
+        <title>Release 1.4.0</title>
+        <para>Release date: 2009/7/24</para>
+        <para>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.</para>
+      </sect1>
+         
+      <sect1>
+        <title>Release 1.3.6</title>
+        <para>Release date: 2009/5/6</para>
+        <para>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</para>
+      </sect1>
+         
       <sect1>
         <title>Release 1.3.5</title>
         <para>Release date: 2008/12/15</para>
index 81f69fc834bbbf5911bf30365c0559f126df2664..8e3debaf83666b670cbd7d4d71ece18a8332b495 100644 (file)
     version()</code> [for postgresql].</para>
 
     <para>If you aren't using the latest release, it's worth taking a look at
-    its <ulink url="http://svn.refractions.net/postgis/trunk/NEWS">release
+    its <ulink url="http://svn.osgeo.org/postgis/trunk/NEWS">release
     changelog</ulink> first, to find out if your bug has already been
     fixed.</para>
 
     <para>Using the <ulink
-    url="http://code.google.com/p/postgis/issues/list">PostGIS bug
+    url="http://trac.osgeo.org/postgis/">PostGIS bug
     tracker</ulink> 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.</para>
 
     <para>Documentation issues can also be reported to the <ulink
-    url="http://code.google.com/p/postgis/issues/list">PostGIS bug
+    url="http://trac.osgeo.org/postgis">PostGIS bug
     tracker</ulink>.</para>
 
     <para>If your revision is trivial, just describe it in a new bug tracker
@@ -55,7 +55,7 @@
         type:</para>
 
         <para><command>svn checkout
-        http://svn.refractions.net/postgis/trunk/</command></para>
+        http://svn.osgeo.org/postgis/trunk/</command></para>
 
         <para>This will be stored in the directory ./trunk</para>
       </listitem>
@@ -64,7 +64,7 @@
         <para>Make your changes to the documentation with your favorite text
         editor. On Unix, type (for example):</para>
 
-        <para><command>vi trunk/doc/postgis.xml</command></para>
+        <para><command>vim trunk/doc/postgis.xml</command></para>
 
         <para>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