]> granicus.if.org Git - postgis/commitdiff
Bump versions for beta4
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 21 Mar 2012 20:03:36 +0000 (20:03 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 21 Mar 2012 20:03:36 +0000 (20:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9519 b70326c6-7e19-0410-871a-916f4a2858ee

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

index 605b606af82b42be38e781d525d2cc0255d25b42..ca8173ebf0ee280302664938388d6d5532b1c3a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,118 @@
+2012-03-19 20:40  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9517] README.postgis, README.raster: README.raster needs
+         updating or removal (#1649)
+
+2012-03-19 12:07  Sandro Santilli <strk@keybit.net>
+
+       * [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 <strk@keybit.net>
+
+       * [r9515] doc/reference_measure.xml: Fix typo puffered -> buffered
+
+2012-03-16 19:11  Sandro Santilli <strk@keybit.net>
+
+       * [r9514] liblwgeom/lwpoly.c: Be quieter on polygon ring collapse
+         (in ST_Simplify)
+
+2012-03-16 15:03  Regina Obe <lr@pcorp.us>
+
+       * [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 <lr@pcorp.us>
+
+       * [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 <lr@pcorp.us>
+
+       * [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 <lr@pcorp.us>
+
+       * [r9510] doc/reference_raster.xml: minor adjustment to example
+
+2012-03-16 12:25  Regina Obe <lr@pcorp.us>
+
+       * [r9509] doc/reference_raster.xml: Provide summarizing summary
+         stats example using intersection of geometry. Pretty fast.
+
+2012-03-16 12:15  Sandro Santilli <strk@keybit.net>
+
+       * [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 <strk@keybit.net>
+
+       * [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 <lr@pcorp.us>
+
+       * [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 <lr@pcorp.us>
+
+       * [r9505] doc/introduction.xml: fix spelling typos
+
+2012-03-16 06:59  Regina Obe <lr@pcorp.us>
+
+       * [r9504] doc/introduction.xml: Put in a section for crowd sourcing
+         campaigns
+
+2012-03-15 09:54  Sandro Santilli <strk@keybit.net>
+
+       * [r9503] configure.ac: Bail out if user specified json dir isn't
+         correct (#1688)
+
+2012-03-14 21:45  Regina Obe <lr@pcorp.us>
+
+       * [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 <lr@pcorp.us>
+
+       * [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 <bkpark at ucdavis.edu>
+
+       * [r9500] raster/test/core/Makefile.in: Updated to have C API tests
+         use libtool
+
+2012-03-14 19:05  Bborie Park <bkpark at ucdavis.edu>
+
+       * [r9499] configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB
+         for checking GDAL libraries
+
+2012-03-14 16:35  Sandro Santilli <strk@keybit.net>
+
+       * [r9498] configure.ac: Don't re-implement AC_PATH_PROG for
+         gdal-config
+
+2012-03-14 16:02  Paul Ramsey <pramsey@cleverelephant.ca>
+
+       * [r9495] ChangeLog, NEWS, README.postgis, Version.config,
+         extensions/upgradeable_versions.mk: Prepare for 2.0.0beta3
+         release
+
 2012-03-14 15:50  Sandro Santilli <strk@keybit.net>
 
        * [r9494] raster/rt_pg/Makefile.in: Encode dependency of raster
diff --git a/NEWS b/NEWS
index b34e27db361f1559540af71ffa6811ee8241ea90..9fd700c7e5d72d7ad650ae5ef001c018115d7cd4 100644 (file)
--- 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 
index 48bb0d14f223251ebcf5f25fb95c9cea1dbf1e63..814cb5cc484eac7ce89a89698296c62a34e835fb 100644 (file)
@@ -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
 
index 2b0d33801a5c5d3ed7196ec44d94d9c39ff90ad6..bb3f1f3148d6a51f971090c22b92bf50eb87f491 100644 (file)
@@ -5,5 +5,5 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=0beta4SVN
+POSTGIS_MICRO_VERSION=0beta5SVN
 
index a83e7eac5bb38c70b0b0278240ccdf61bd9e8f9f..b802525371467b0df8b20f5bf8b8993b2548fdb8 100644 (file)
@@ -7,4 +7,5 @@ UPGRADEABLE_VERSIONS = \
        2.0.0alpha6 \
        2.0.0beta1 \
        2.0.0beta2 \
-       2.0.0beta3
+       2.0.0beta3 \
+       2.0.0beta4