]> granicus.if.org Git - postgis/commitdiff
Changes in advance of 1.3.6
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 4 May 2009 17:56:13 +0000 (17:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 4 May 2009 17:56:13 +0000 (17:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@4063 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog
NEWS
doc/postgis.xml

index 65a200b7505ba9fe74225d59eca8100be0a86c06..a419c7cc1dbd0ffdb90bda7ec7ea70cb4afcc25f 100644 (file)
--- 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 e01443d6565cab4ae55f6ee33eca44cd6c4fa437..d905d9d629046ca3c472e58e29dc74f12b42c7cc 100644 (file)
--- 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)
index 772979eca4182fe97a44477f4c9ceb2d9914336d..a4585c78978e849e43b0cdb20eb60194f8f543a7 100644 (file)
@@ -6288,7 +6288,7 @@ z' = z </programlisting> This method is a subcase of
 
       <sect2>
         <title>Release 1.3.6</title>
-        <para>Release date: 2009/04/21</para>
+        <para>Release date: 2009/05/04</para>
         <para>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.</para>