]> granicus.if.org Git - postgis/commitdiff
Prep for 2.0.0
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Apr 2012 19:22:38 +0000 (19:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Apr 2012 19:22:38 +0000 (19:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9602 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog
README.postgis
Version.config
extensions/upgradeable_versions.mk

index 3c3d745c6c1af57207d5a38c5044dc51c4547d47..c0e37b4e4c668686c602aa50c83eeabd788d92f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2012-04-03 18:46  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9601] raster/rt_pg/rt_pg.c: Fix error message
+
+2012-04-03 18:29  Sandro Santilli <strk@keybit.net>
+
+       * [r9600] NEWS: Use full URL to trac query
+
+2012-04-03 18:24  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9599] NEWS: Add extensions
+
+2012-04-03 18:21  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9598] NEWS: Convert text to UTF8
+
+2012-04-03 18:10  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9597] NEWS: Final answer?
+
+2012-04-03 17:46  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9596] NEWS: rewrite breaking section
+
+2012-04-03 17:34  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9595] NEWS: More minor edits
+
+2012-04-03 17:27  Sandro Santilli <strk@keybit.net>
+
+       * [r9594] NEWS: Add ST_Node item
+
+2012-04-03 17:25  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9593] NEWS: Minor reorg of NEWS, more to come
+
+2012-04-03 12:05  Sandro Santilli <strk@keybit.net>
+
+       * [r9592] postgis/postgis.sql.in.c: Write CREATE TYPE as expected
+         by postgis_proc_upgrade.pl (#1746)
+         
+         The script expects CREATE TYPE to spawn multimultiple lines ...
+
+2012-04-03 12:05  Sandro Santilli <strk@keybit.net>
+
+       * [r9591] doc/reference_processing.xml: Add note about input noding
+         for ST_Polygonize and ST_BuildArea
+
+2012-04-01 20:19  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9590] ChangeLog: Update changelog on trunk
+
+2012-04-01 20:16  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9586] NEWS, README.postgis, Version.config,
+         extensions/upgradeable_versions.mk: Version bumps for RC2
+
 2012-03-31 16:26  Bborie Park <bkpark at ucdavis.edu>
 
        * [r9585] raster/rt_core/rt_api.c: Minor tweak to message regarding
index e20f10f05e2d16af779309b2b9ddb0a02f746dd4..8c92d5ec10a528cff9552f5e07bef0656c2a5fec 100644 (file)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.0.0rc2
-:Date: 2012-04-01
+:Version: 2.0.0
+:Date: 2012-04-03
 :Website: http://postgis.org
 
 This distribution contains a module which implements GIS simple features, ties
index daf8b8825f235eeebf8ee09d2122956f5ef7fb4e..37676be1d0a943712e1a11fb35d13b83306d2657 100644 (file)
@@ -5,5 +5,5 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=0rc3SVN
+POSTGIS_MICRO_VERSION=1SVN
 
index 6cbfaa9959eda8589d84989a17e3fa01d5663ae4..5d86f2bd79f4d575c84caac479404e9188576093 100644 (file)
@@ -10,4 +10,5 @@ UPGRADEABLE_VERSIONS = \
        2.0.0beta3 \
        2.0.0beta4 \
        2.0.0rc1 \
-       2.0.0rc2 
+       2.0.0rc2 \
+       2.0.0