From: Paul Ramsey Date: Tue, 3 Apr 2012 19:22:38 +0000 (+0000) Subject: Prep for 2.0.0 X-Git-Tag: 2.0.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb646d6b3b97d811fd9497856273cbbd8756b5fc;p=postgis Prep for 2.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9602 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 3c3d745c6..c0e37b4e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2012-04-03 18:46 Bborie Park + + * [r9601] raster/rt_pg/rt_pg.c: Fix error message + +2012-04-03 18:29 Sandro Santilli + + * [r9600] NEWS: Use full URL to trac query + +2012-04-03 18:24 Paul Ramsey + + * [r9599] NEWS: Add extensions + +2012-04-03 18:21 Paul Ramsey + + * [r9598] NEWS: Convert text to UTF8 + +2012-04-03 18:10 Paul Ramsey + + * [r9597] NEWS: Final answer? + +2012-04-03 17:46 Paul Ramsey + + * [r9596] NEWS: rewrite breaking section + +2012-04-03 17:34 Paul Ramsey + + * [r9595] NEWS: More minor edits + +2012-04-03 17:27 Sandro Santilli + + * [r9594] NEWS: Add ST_Node item + +2012-04-03 17:25 Paul Ramsey + + * [r9593] NEWS: Minor reorg of NEWS, more to come + +2012-04-03 12:05 Sandro Santilli + + * [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 + + * [r9591] doc/reference_processing.xml: Add note about input noding + for ST_Polygonize and ST_BuildArea + +2012-04-01 20:19 Paul Ramsey + + * [r9590] ChangeLog: Update changelog on trunk + +2012-04-01 20:16 Paul Ramsey + + * [r9586] NEWS, README.postgis, Version.config, + extensions/upgradeable_versions.mk: Version bumps for RC2 + 2012-03-31 16:26 Bborie Park * [r9585] raster/rt_core/rt_api.c: Minor tweak to message regarding diff --git a/README.postgis b/README.postgis index e20f10f05..8c92d5ec1 100644 --- a/README.postgis +++ b/README.postgis @@ -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 diff --git a/Version.config b/Version.config index daf8b8825..37676be1d 100644 --- a/Version.config +++ b/Version.config @@ -5,5 +5,5 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=0 -POSTGIS_MICRO_VERSION=0rc3SVN +POSTGIS_MICRO_VERSION=1SVN diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 6cbfaa995..5d86f2bd7 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -10,4 +10,5 @@ UPGRADEABLE_VERSIONS = \ 2.0.0beta3 \ 2.0.0beta4 \ 2.0.0rc1 \ - 2.0.0rc2 + 2.0.0rc2 \ + 2.0.0