]> granicus.if.org Git - postgis/commitdiff
Added shp2pgsql bugfix and autoconf improvement in Release Notes.
authorSandro Santilli <strk@keybit.net>
Thu, 14 Apr 2005 13:35:26 +0000 (13:35 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 14 Apr 2005 13:35:26 +0000 (13:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1618 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
doc/postgis.xml

diff --git a/CHANGES b/CHANGES
index 64c6aa261d4143fe05bb0c96a85acdac22e4f920..3559669517f864e318de5f2d26bcb73e15f7cbad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ PostGIS 1.0.0
        - BUGFIX in transform() releasing random memory address
        - BUGFIX in force_3dm() allocating less memory then required
        - NEW chapter about OGC compliancy enforcement
+       - BUGFIX in shp2pgsql escape of values starting with "'" or "\t" 
+       - NEW autoconf support for JTS lib
 
 PostGIS 1.0.0RC6
 2005/03/30
index 85626196a0e97188e30cb3865caced55e488fc5f..60de18a9f43697c7aa36276bbd828f22ec992789 100644 (file)
             <para>
                In alphabetical order: 
                Alex Bodnaru, Carl Anderson, David Techer, 
-               IIDA Tetsushi, Gerald Fenoy, Kris Jurka,
-               Mark Cave-Ayland, Markus Schaber,
+               IIDA Tetsushi, Gerald Fenoy, Gino Lucrezi,
+               Kris Jurka, Mark Cave-Ayland, Markus Schaber,
                Ralph Mason.
             </para>
           </listitem>
@@ -4663,8 +4663,10 @@ FROM geometry_table;</literallayout>
                        <para>Release date: 2005/04/??</para>
 
                        <para>Final 1.0.0 release.
-                       Contains a few bug fixes in the library
-                       and a few improvements in the loader.</para>
+                       Contains a few bug fixes, some improvements
+                       in the loader (most notably support for older
+                       postgis versions), and more docs.
+                       </para>
 
                        <sect2>
                                <title>Upgrading</title>
@@ -4688,10 +4690,12 @@ FROM geometry_table;</literallayout>
 
                        <sect2>
                                <title>Other changes/additions</title>
+       <para>BUGFIX in shp2pgsql escape of values starting with tab or single-quote</para>
        <para>NEW manual pages for loader/dumper</para>
        <para>NEW shp2pgsql support for old (HWGEOM) postgis versions</para>
        <para>NEW -p (prepare) flag for shp2pgsql</para>
        <para>NEW manual chapter about OGC compliancy enforcement</para>
+       <para>NEW autoconf support for JTS lib</para>
                        </sect2>
 
                </sect1>