[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-15-g22268fe

git at osgeo.org git at osgeo.org
Sat Dec 19 07:10:00 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  22268fe43d169b9ab27968d34d11961ba8049eca (commit)
      from  67f8455f2afdce80032f01be6c3ef961bf7c5125 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22268fe43d169b9ab27968d34d11961ba8049eca
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Dec 19 10:09:45 2020 -0500

    Some cleanup

diff --git a/NEWS b/NEWS
index 57b453c..9edb9f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
+PostGIS 3.2.0
+2021/xx/xx
+
 
 PostGIS 3.1.0
-2020/12/xx
+2020/12/18
 
 This version requires PostgreSQL 9.6 or higher and GEOS 3.6 or higher
 Additional features are enabled if you are running GEOS 3.9.
@@ -11,10 +14,7 @@ Additional features are enabled if you are running GEOS 3.9.
            met or explicitly disabled (--without-protobuf)
   - #4258, Separated postgis_sfcgal from postgis
            into its own lib file and extension (Regina Obe)
-  - svn number is replaced by git hash in version output
-    (Sandro Santilli, Raúl Marín)
   - #4577, Drop support for PostgreSQL 9.5 (Raúl Marín)
-  - #4579, Drop postgis_proc_set_search_path.pl (Raúl Marín)
   - #4601, ST_TileEnvelope signature changed.
   - #3057, ST_Force3D, ST_Force3DZ, ST_Force3DM and ST_Force4D signatures changed.
 
@@ -34,6 +34,7 @@ Additional features are enabled if you are running GEOS 3.9.
            for overlay with exact tolerance (Sandro Santilli)
   - #4624, ST_HexagonGrid and ST_SquareGrid, set returning functions to
            generate tilings of the plane (Paul Ramsey)
+  - #4624, ST_Hexagon and ST_Square, shape generators (Paul Ramsey)
   - #4804, (GEOS 3.9+) ST_ReducePrecision allows valid precision reduction
            (Paul Ramsey)
   - #4710, ST_ClusterKMeans now works with 3D geometries (Darafei Praliaskouski)
@@ -80,7 +81,6 @@ Additional features are enabled if you are running GEOS 3.9.
   - #4677, Share gserialized objects between different cache types (Raúl Marín)
   - #4601, Add ST_TileEnvelope margin argument (Yuri Astrakhan)
   - #2972, Add quiet mode (-q) to pgsql2shp (Kristian Thy)
-  - #4617, Add configure switch `--without-phony-revision` (Raúl Marín)
   - #3057, Optional value params for Force3D*, Force4D functions (Kristian Thy)
   - #4569, Allow unknown SRID geometry insertion into typmod SRID column (Paul Ramsey)
   - #4149, ST_Simplify(geom, 0) is now O(N).
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index a74af15..3e6f067 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -59,5 +59,4 @@ UPGRADEABLE_VERSIONS = \
 	3.0.2 \
 	3.0.3 \
 	3.1.0 \
-	3.1.1 \
-	3.2.0dev
+	3.1.1dev

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               | 10 +++++-----
 extensions/upgradeable_versions.mk |  3 +--
 2 files changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list