<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>
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
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
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>
<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