]> granicus.if.org Git - postgis/commitdiff
Added release notes chapter
authorSandro Santilli <strk@keybit.net>
Thu, 13 Jan 2005 08:39:27 +0000 (08:39 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 13 Jan 2005 08:39:27 +0000 (08:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1290 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 62e9d5cadcaf66f765dd99da3caafa63e2a437e2..a22babed0ac2ec7594651156efd30af8936e0c37 100644 (file)
@@ -4347,4 +4347,86 @@ FROM geometry_table;</literallayout>
 
     </sect1>
   </chapter>
+
+       <chapter>
+               <title>Release Notes</title>
+
+               <sect1>
+                       <title>Release 1.0.0</title>
+
+                       <para>This is a major postgis release, with internal
+                       storage of postgis types redesigned to be smaller
+                       and faster on indexed queries.</para>
+
+                       <sect2>
+                               <title>Upgrading</title>
+
+                               <para>You need a dump/reload to upgrade
+                               from precedent releases. Take a look at
+                               utils/postgis_restore.pl for a convenient
+                               way to do so.</para>
+                       </sect2>
+
+                       <sect2>
+                               <title>Changes</title>
+
+                               <para>
+                               Faster canonical input parsing.
+                               </para>
+
+                               <para>
+                               Lossless canonical output.
+                               </para>
+
+                               <para>
+                               EWKB Canonical binary IO with PG>73.
+                               </para>
+
+                               <para>
+                               Support for up to 4d coordinates, providing
+                               lossless shapefile->postgis->shapefile
+                               conversion.
+                               </para>
+
+                               <para>
+                               New function: UpdateGeometrySRID(), AsGML(),
+                               SnapToGrid(), ForceRHR(), estimated_extent(),
+                               accum().
+                               </para>
+
+                               <para>
+                               Vertical positioning indexed operators.
+                               </para>
+
+                               <para>
+                               JOIN selectivity function.
+                               </para>
+
+                               <para>
+                               More geometry constructors / editors.
+                               </para>
+
+                               <para>
+                               Postgis extension API.
+                               </para>
+
+                               <para>
+                               UTF8 support in loader.
+                               </para>
+
+                       </sect2>
+
+                       <sect2>
+                               <title>Credits</title>
+
+                               <para>
+                               This release includes contributions from
+                               (in alphabetical order):
+                               Carl Anderson, David Blasby, IIDA Tetsushi,
+                               Kris Jurka, Mark Cave-Ayland, Markus Schaber,
+                               Ralph Mason.
+                               </para>
+                       </sect2>
+               </sect1>
+       </chapter>
 </book>