From: Paul Ramsey Date: Mon, 4 May 2009 17:56:13 +0000 (+0000) Subject: Changes in advance of 1.3.6 X-Git-Tag: 1.3.6~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ad0554506120639290b2cada99f15d046540898;p=postgis Changes in advance of 1.3.6 git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@4063 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 65a200b75..a419c7cc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2009-04-29 19:36 kneufeld + + * regress/run_test: fix for ERROR in regression logs + - first test if the table is there before attempting to drop it + +2009-04-27 22:08 robe + + * loader/pgsql2shp.c: add another sentence + +2009-04-27 22:04 robe + + * loader/pgsql2shp.c: change empty table error to just a warning + +2009-04-27 22:01 robe + + * doc/README: typo + +2009-04-27 19:48 kneufeld + + * doc/README: test commit + +2009-04-27 19:21 kneufeld + + * doc/postgis.xml: test commit + +2009-04-27 19:09 kneufeld + + * TODO: Test commit to test autobuild + +2009-04-26 20:12 kneufeld + + * Version.config: reverted the name of the branch back to 1.3.6SVN, + otherwise changes made in the branch will overwrite the already + named postgis-1.3.6RC1.tar.gz tagged release in the snapshot + autobuilding process. Also, an every changing branch repo should + not have the same name as a tagged static release. + +2009-04-26 05:08 kneufeld + + * doc/postgis.xml: converted xref to link so dblatex can build a + pdf + +2009-04-26 04:56 kneufeld + + * doc/postgis.xml: added missing id references + +2009-04-21 20:04 pramsey + + * ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, Version.config, + doc/postgis.xml, make_dist.sh: 1.3.6rc1 release preparation + +2009-04-21 17:45 pramsey + + * configure.in, make_dist.sh: more search paths for XSL sheets in + configure + 2009-04-06 17:32 pramsey * NEWS, doc/postgis.xml: Fix mis-spelling in Eduin Carrillo's name diff --git a/NEWS b/NEWS index e01443d65..d905d9d62 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PostGIS 1.3.6 -2009/04/21 +2009/05/04 - pgsql2shp now creates .prj files where applicable (Regina Obe) - Big fixes for CURVE handling in many functions (Mark Cave-Ayland, Mark Leslie) diff --git a/doc/postgis.xml b/doc/postgis.xml index 772979eca..a4585c789 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -6288,7 +6288,7 @@ z' = z This method is a subcase of Release 1.3.6 - Release date: 2009/04/21 + Release date: 2009/05/04 This release adds support for PostgreSQL 8.4, exporting prj files from the database with shape data, and several small bug fixes in the handling of "curve" types.