From: Sandro Santilli Date: Thu, 14 Apr 2005 13:35:26 +0000 (+0000) Subject: Added shp2pgsql bugfix and autoconf improvement in Release Notes. X-Git-Tag: pgis_1_0_0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d02ddf902e34f8755a70b437f99623e706e9b87;p=postgis Added shp2pgsql bugfix and autoconf improvement in Release Notes. git-svn-id: http://svn.osgeo.org/postgis/trunk@1618 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 64c6aa261..355966951 100644 --- 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 diff --git a/doc/postgis.xml b/doc/postgis.xml index 85626196a..60de18a9f 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -101,8 +101,8 @@ 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. @@ -4663,8 +4663,10 @@ FROM geometry_table; Release date: 2005/04/?? Final 1.0.0 release. - Contains a few bug fixes in the library - and a few improvements in the loader. + Contains a few bug fixes, some improvements + in the loader (most notably support for older + postgis versions), and more docs. + Upgrading @@ -4688,10 +4690,12 @@ FROM geometry_table; Other changes/additions + BUGFIX in shp2pgsql escape of values starting with tab or single-quote NEW manual pages for loader/dumper NEW shp2pgsql support for old (HWGEOM) postgis versions NEW -p (prepare) flag for shp2pgsql NEW manual chapter about OGC compliancy enforcement + NEW autoconf support for JTS lib