Updated 1.0.5 release documentation

git-svn-id: http://svn.osgeo.org/postgis/trunk@2040 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2005-11-16 09:49:39 +00:00
parent 9657e4678c
commit c932a7a291
2 changed files with 67 additions and 4 deletions

View file

@ -25,12 +25,13 @@ PostGIS 1.1.0CVS
- Stricter mapping between DBF and SQL integer and string attributes
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 a small bug in the getPoint4d_p() low-level function
- Fixed memory alignment problems
- Speedup of serializer functions

View file

@ -104,9 +104,8 @@
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>
@ -4970,6 +4969,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>