From: Paul Ramsey Date: Wed, 21 Mar 2012 20:03:36 +0000 (+0000) Subject: Bump versions for beta4 X-Git-Tag: 2.0.0beta4~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72f97d86fc1b4bc8009d45e0990f6282c3aaa340;p=postgis Bump versions for beta4 git-svn-id: http://svn.osgeo.org/postgis/trunk@9519 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 605b606af..ca8173ebf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,118 @@ +2012-03-19 20:40 Paul Ramsey + + * [r9517] README.postgis, README.raster: README.raster needs + updating or removal (#1649) + +2012-03-19 12:07 Sandro Santilli + + * [r9516] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, + regress/tickets_expected: ST_SnapToGrid: retain type on empty + return (#1695) + +2012-03-16 19:13 Sandro Santilli + + * [r9515] doc/reference_measure.xml: Fix typo puffered -> buffered + +2012-03-16 19:11 Sandro Santilli + + * [r9514] liblwgeom/lwpoly.c: Be quieter on polygon ring collapse + (in ST_Simplify) + +2012-03-16 15:03 Regina Obe + + * [r9513] doc/html/images/st_mapalgebraexpr2_08.png, + doc/reference_raster.xml: fix typo in example was adding band 1 + twice + +2012-03-16 12:58 Regina Obe + + * [r9512] doc/html/images/st_clip04.png, + doc/html/images/st_clip05.png, doc/reference_raster.xml: surreal + clipping + +2012-03-16 12:47 Regina Obe + + * [r9511] doc/reference_raster.xml: slightly more efficient (and + hmm my last timing was with 2 buildings instead of 3) + +2012-03-16 12:40 Regina Obe + + * [r9510] doc/reference_raster.xml: minor adjustment to example + +2012-03-16 12:25 Regina Obe + + * [r9509] doc/reference_raster.xml: Provide summarizing summary + stats example using intersection of geometry. Pretty fast. + +2012-03-16 12:15 Sandro Santilli + + * [r9508] .gitignore, postgis/Makefile.in, postgis/legacy.sql.in.c, + postgis/legacy_compatibility_layer.sql.in.c, + postgis/legacy_minimal.sql.in.c: Rename + legacy_compatibility_layer.sql to legacy_minimal.sql + + As per + http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html + +2012-03-16 11:58 Sandro Santilli + + * [r9507] postgis/lwgeom_transform.c: Do not take PROJ4 errno value + as a sign of error (#1580, #1690) + + Dejavu... + +2012-03-16 08:48 Regina Obe + + * [r9506] postgis/legacy.sql.in.c, + postgis/legacy_compatibility_layer.sql.in.c: Add more descriptive + notes detailing difference between files + +2012-03-16 08:27 Regina Obe + + * [r9505] doc/introduction.xml: fix spelling typos + +2012-03-16 06:59 Regina Obe + + * [r9504] doc/introduction.xml: Put in a section for crowd sourcing + campaigns + +2012-03-15 09:54 Sandro Santilli + + * [r9503] configure.ac: Bail out if user specified json dir isn't + correct (#1688) + +2012-03-14 21:45 Regina Obe + + * [r9502] doc/reference_raster.xml: put note about slowness of + raster st_union and promise it will be better in later versions + +2012-03-14 21:35 Regina Obe + + * [r9501] doc/reference_raster.xml: change example to be more + efficient (prior version was taking 9-10 seconds this much + improved one takes 3.5 seconds) + +2012-03-14 20:26 Bborie Park + + * [r9500] raster/test/core/Makefile.in: Updated to have C API tests + use libtool + +2012-03-14 19:05 Bborie Park + + * [r9499] configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB + for checking GDAL libraries + +2012-03-14 16:35 Sandro Santilli + + * [r9498] configure.ac: Don't re-implement AC_PATH_PROG for + gdal-config + +2012-03-14 16:02 Paul Ramsey + + * [r9495] ChangeLog, NEWS, README.postgis, Version.config, + extensions/upgradeable_versions.mk: Prepare for 2.0.0beta3 + release + 2012-03-14 15:50 Sandro Santilli * [r9494] raster/rt_pg/Makefile.in: Encode dependency of raster diff --git a/NEWS b/NEWS index b34e27db3..9fd700c7e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -PostGIS 2.0.0beta3 +PostGIS 2.0.0beta4 2012/MM/DD * Testers our unsung heroes * We are most indebted to the numerous members in the PostGIS community diff --git a/README.postgis b/README.postgis index 48bb0d14f..814cb5cc4 100644 --- a/README.postgis +++ b/README.postgis @@ -1,7 +1,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.0.0beta3 +:Version: 2.0.0beta4 :Date: YYYY-MM-DD :Website: http://postgis.org diff --git a/Version.config b/Version.config index 2b0d33801..bb3f1f314 100644 --- a/Version.config +++ b/Version.config @@ -5,5 +5,5 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=0 -POSTGIS_MICRO_VERSION=0beta4SVN +POSTGIS_MICRO_VERSION=0beta5SVN diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index a83e7eac5..b80252537 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -7,4 +7,5 @@ UPGRADEABLE_VERSIONS = \ 2.0.0alpha6 \ 2.0.0beta1 \ 2.0.0beta2 \ - 2.0.0beta3 + 2.0.0beta3 \ + 2.0.0beta4