From: Regina Obe Date: Mon, 4 Apr 2011 03:10:51 +0000 (+0000) Subject: Add pgsql2shp allow predefined list to news and release. Add Loic Dachary to credits. X-Git-Tag: 2.0.0alpha1~1802 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4b4c6c600c803c32306a9f3ba41db2219599aa9;p=postgis Add pgsql2shp allow predefined list to news and release. Add Loic Dachary to credits. git-svn-id: http://svn.osgeo.org/postgis/trunk@7000 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index d2d0f4ee9..6ebb680d4 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,7 @@ YYYY/MM/DD - Lots of bug fixes and enhancements to shp2pgsql (Jeff Adams / Azavea) Beefing up regression tests for loaders Reproject support for both geometry and geography during import + - pgsql2shp conversion from predefined list (Loic Dachary) - Shp-pgsql GUI loader - support loading multiple files at a time. (Mark Leslie) - Extras - upgraded tiger_geocoder from using old TIGER format diff --git a/doc/introduction.xml b/doc/introduction.xml index 4dededdd5..e51a70e00 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -152,8 +152,8 @@ Phillipot, Ben Jubb, Bernhard Reiter, Bruce Rindahl, Bruno Wolff III, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea, David Techer, Eduin Carrillo, Frank Warmerdam, George Silva, - Gerald Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Jeff Adams, Kashif Rasul, Klaus Foerster, Kris Jurka, Leo Hsu, Mark - Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita Shulga, Norman Vine, + Gerald Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Jeff Adams, Kashif Rasul, Klaus Foerster, Kris Jurka, Loic Dachary, Leo Hsu, + Mark Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita Shulga, Norman Vine, Ralph Mason, Steffen Macke, Stephen Frost, Vincent Picavet diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 16ba197ff..290b8bce8 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -47,6 +47,7 @@ Enhancements Made shape file loader tolerant of truncated multibyte values found in some free worldwide shapefiles (Sandro Santilli) Bug Fixes, Enhancements and addition of more regression tests for shp2pgsql. Reproject support for both geometry and geography during import. (Jeff Adams / Azavea) + pgsql2shp conversion from predefined list (Loic Dachary) Shp-pgsql GUI loader - support loading multiple files at a time. (Mark Leslie) Extras - upgraded tiger_geocoder from using old TIGER format to use new TIGER shp and file structure format (Stephen Frost) Extras - revised tiger_geocoder to work with TIGER census 2010 data and addition of reverse geocoder function. (Regina Obe, Leo Hsu)