]> granicus.if.org Git - postgis/commitdiff
Set version to 1.1.1, edited 1.1.1 Release Notes chapter in manual
authorSandro Santilli <strk@keybit.net>
Mon, 23 Jan 2006 00:13:34 +0000 (00:13 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 23 Jan 2006 00:13:34 +0000 (00:13 +0000)
and set release date (2006-01-23).

git-svn-id: http://svn.osgeo.org/postgis/trunk@2296 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
Version.config
doc/postgis.xml

diff --git a/CHANGES b/CHANGES
index 98053fc420f021e3b810270a8fc9d53fc4501c69..35a3bd63d4a45d78c5c4a1a6131ca15bbf8cb6ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
-PostGIS 1.1.1CVS
+PostGIS 1.1.1
+2006/01/23
 
        - Source code cleanups
        - Solaris 2.7 and MingW support improvements
index 62b462d947b5efc200b3c303cc9e1780b254a697..aaad960e73c6c02669c3a038a05193cc4acb4faa 100644 (file)
@@ -4,7 +4,7 @@
 # shared library / release version
 SO_MAJOR_VERSION=1
 SO_MINOR_VERSION=1
-SO_MICRO_VERSION=1CVS
+SO_MICRO_VERSION=1
 
 # JDBC code version
 JDBC_MAJOR_VERSION=1
index 18cd158c34d47329528b9cef0853e4863733bc94..986cb60fd30892e512a21b0da0c8ef7e06d8f9bb 100644 (file)
@@ -5197,6 +5197,59 @@ FROM geometry_table;</literallayout>
        <appendix id="release_notes">
                <title>Release Notes</title>
 
+               <sect1>
+                       <title>Release 1.1.1</title>
+                       <para>Release date: 2006/01/23</para>
+
+                       <para>
+This is an important Bugfix release, upgrade is <emphasis>highly
+recommended</emphasis>.
+Previous version contained a bug in postgis_restore.pl preventing
+<link linkend="hard_upgrade">hard upgrade</link> procedure to complete
+and a bug in GEOS-2.2+ connector preventing GeometryCollection objects
+to be used in topological operations.
+                       </para>
+
+                       <sect2>
+                               <title>Upgrading</title>
+
+                               <para>
+If you are upgrading from release 1.0.3 or later follow the
+<link linkend="soft_upgrade">soft upgrade</link> procedure.
+                               </para>
+
+                               <para>
+If you are upgrading from a release <emphasis>between 1.0.0RC6 and
+1.0.2</emphasis> (inclusive) and really want a live upgrade read the
+<link linkend="rel_1.0.3_upgrading">upgrade section</link> of the 1.0.3
+release notes chapter.
+                               </para>
+
+                               <para>
+Upgrade from any release prior to 1.0.0RC6 requires an
+<link linkend="hard_upgrade">hard upgrade</link>.
+                               </para>
+                       </sect2>
+
+                       <sect2>
+                               <title>Bug fixes</title>
+<para>Fixed a premature exit in postgis_restore.pl </para>
+<para>BUGFIX in geometrycollection handling of GEOS-CAPI connector</para>
+<para>Solaris 2.7 and MingW support improvements</para>
+<para>BUGFIX in line_locate_point()</para>
+<para>Fixed handling of postgresql paths</para>
+<para>BUGFIX in line_substring()</para>
+<para>Added support for localized cluster in regress tester</para>
+                       </sect2>
+
+                       <sect2>
+                               <title>New functionalities</title>
+<para>New Z and M interpolation in line_substring()</para>
+<para>New Z and M interpolation in line_interpolate_point()</para>
+<para>added NumInteriorRing() alias due to OpenGIS ambiguity</para>
+                       </sect2>
+
+               </sect1>
                <sect1>
                        <title>Release 1.1.0</title>
                        <para>Release date: 2005/12/21</para>