]> granicus.if.org Git - postgis/commitdiff
Version set to 1.0.5.
authorSandro Santilli <strk@keybit.net>
Wed, 16 Nov 2005 09:48:54 +0000 (09:48 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 16 Nov 2005 09:48:54 +0000 (09:48 +0000)
Added 1.0.5 release notes to manual.
Set 1.0.5 release date.

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

CHANGES
Version.config
doc/postgis.xml

diff --git a/CHANGES b/CHANGES
index e2459a149f2c02c366f143b2c234d8367f120698..4591cff73a72fb8f1fb5275f5206c264af6ed009 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,11 @@
 PostGIS 1.0.5CVS
+2005/11/25
        - New "Reporting Bugs" chapter in manual
        - Segfault fix in shp2pgsql (utf8 encoding)
        - Fixed computation of null values fraction in analyzer
        - Fixed return code of shp2pgsql
        - Fixed handling of trailing dots in dbf numerical attributes
-       - Schema aware postgis_proc_upgrade.pl, support for pgsql 7.2.1
+       - Schema aware postgis_proc_upgrade.pl, support for pgsql 7.2+
        - Fixed back-compatibility issue in loader (load of null shapefiles)
        - Fixed a small bug in the getPoint4d_p() low-level function
        - Fixed memory alignment problems
index 20296ae04bf2880f06e400f5843127e1054a32be..3bb34f45984bf11b53c7f449d9bbd046e1e83928 100644 (file)
@@ -4,7 +4,7 @@
 # shared library version
 SO_MAJOR_VERSION=1
 SO_MINOR_VERSION=0
-SO_MICRO_VERSION=5CVS
+SO_MICRO_VERSION=5
 
 # sql scripts version
 SCRIPTS_VERSION=0.3.0
index 3cdd2f4c96e4b8badda50eb4afb3280680787dc0..1c7d8b3433fe01213da53599430ba446af127d2f 100644 (file)
                Carl Anderson, David Skea, David Techer, 
                IIDA Tetsushi, Geographic Data BC, Gerald Fenoy,
                Gino Lucrezi, Klaus Foerster, Kris Jurka, Mark Cave-Ayland,
-               Mark Sondheim, Markus Schaber, Nikita Shulga, Norman Vine, 
-               Olivier Courtin, Ralph Mason,
-               Steffen Macke.
+               Mark Sondheim, Markus Schaber, Michael Fuhr, Nikita Shulga,
+               Norman Vine, Olivier Courtin, Ralph Mason, Steffen Macke.
             </para>
           </listitem>
         </varlistentry>
@@ -4830,6 +4829,69 @@ FROM geometry_table;</literallayout>
        <appendix id="release_notes">
                <title>Release Notes</title>
 
+               <sect1>
+                       <title>Release 1.0.5</title>
+                       <para>Release date: 2005/11/25</para>
+
+                       <para>
+Contains memory-alignment fixes in the library, a segfault fix in loader's
+handling of UTF8 attributes and a few improvements and cleanups.
+                       </para>
+
+                       <note><para>
+Return code of shp2pgsl changed from previous releases to conform to unix
+standards (return 0 on success).
+                       </para></note>
+
+                       <sect2>
+                               <title>Upgrading</title>
+
+                               <para>If you are upgrading from
+                               release 1.0.3 or later you <emphasis>DO
+                               NOT</emphasis> need a dump/reload.
+                               </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>Library changes</title>
+       <para>Fixed memory alignment problems</para>
+       <para>Fixed computation of null values fraction in analyzer</para>
+       <para>Fixed a small bug in the getPoint4d_p() low-level function</para>
+       <para>Speedup of serializer functions</para>
+                       </sect2>
+
+                       <sect2>
+                               <title>Loader changes</title>
+       <para>Fixed return code of shp2pgsql</para>
+       <para>Fixed back-compatibility issue in loader (load of null shapefiles)</para>
+       <para>Fixed handling of trailing dots in dbf numerical attributes</para>
+       <para>Segfault fix in shp2pgsql (utf8 encoding)</para>
+                       </sect2>
+
+                       <sect2>
+                               <title>Other changes</title>
+       <para>Schema aware postgis_proc_upgrade.pl, support for pgsql 7.2+</para>
+       <para>New "Reporting Bugs" chapter in manual</para>
+                       </sect2>
+
+
+               </sect1>
+
                <sect1>
                        <title>Release 1.0.4</title>
                        <para>Release date: 2005/09/09</para>