[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-509-gd69349c

git at osgeo.org git at osgeo.org
Fri Sep 10 11:23:00 PDT 2021


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  d69349c8fa56d99abf105868b9139ba7eb4fe118 (commit)
      from  f6cbffe2367c641fab33d30bd3a68e49f70926e4 (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 d69349c8fa56d99abf105868b9139ba7eb4fe118
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Sep 10 14:21:19 2021 -0400

    Get rid of regress/real in configure
    Fix proj website URL and change from proj4 to proj
    Add missing upgrade targets
    Start prepping news for release

diff --git a/NEWS b/NEWS
index b5676d3..16b4b87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,87 @@
+PostGIS 3.2.0alpha1
+2021/09/xx
+
+This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
+Additional features are enabled if you are running GEOS 3.9, Proj 6.1+, and PostgreSQL 14+
+
+ * Breaking changes *
+  - #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.
+  - #4933, topology.GetFaceByPoint will not work with topologies having invalid edge linking.
+  - #4981, ST_StartPoint support any geometry. No longer returns null for non-linestrings.
+  - #4149, ST_AsMVTGeom now preserves more of original geometry's details at scale close to target extent.
+           If you need previous simplifying behaviour, you can ST_Simplify the geometry in advance.
+           (Darafei Praliaskouski)
+
+ * Enhancements *
+  - #2592, Do not allow CreateTopology to define topologies with SRID < 0
+           (Sandro Santilli)
+  - #3232, Prevent moving an isolated node to different face
+           (Sandro Santilli)
+  - Consider collection TopoGeometries while editing topology primitives.
+           (Sandro Santilli)
+  - #3248, Prevent removing isolated edges if used in a TopoGeometry
+           (Sandro Santilli)
+  - #3231, Prevent removing isolated nodes if used in a TopoGeometry
+           (Sandro Santilli)
+  - #3239, Prevent headling topology edges if the connecting node is
+           used in the definition of a TopoGeometry (Sandro Santilli)
+  - #4950, Speed up checking containing_face for nodes in ValidateTopology
+           (Sandro Santilli)
+  - #4945, Multi-shell face check in ValidateTopology (Sandro Santilli)
+  - #4944, Side-location conflict check in ValidateTopology (Sandro Santilli)
+  - #3042, ValidateTopology check for edge linking (Sandro Santilli)
+  - #3276, ValidateTopology check for face's mbr (Sandro Santilli)
+  - #4936, Bounding box limited ValidateTopology (Sandro Santilli)
+  - #4933, Speed up topology building in presence of big faces (Sandro Santilli)
+  - #3233, ValidateTopology check for node's containing_face (Sandro Santilli)
+  - #4830, ValidateTopology check for edges side face containment
+           (Sandro Santilli)
+  - #4827, Allow NaN coordinates in WKT input (Paul Ramsey)
+  - ST_Value() accepts resample parameter to add bilinear option (Paul Ramsey)
+  - #3778, #4401, ST_Boundary now works for TIN and does not linearize curves (Aliaksandr Kalenik)
+  - #4881, #4884, Store sign of edge_id for lineal TopoGeometry in relation table
+           to retain direction (Sandro Santilli)
+  - #4628, Add an option to disable ANALYZE when loading shapefiles (Stefan Corneliu Petrea)
+  - #4924, Faster ST_RemoveRepeatedPoints on large multipoints, O(NlogN) instead of O(N^2)
+           (Aliaksandr Kalenik, Darafei Praliaskouski)
+  - #4925, fix ST_DumpPoints to not overlook points (Aliaksandr Kalenik)
+  - ST_SRID(topogeometry) override, to speedup lookups (Sandro Santilli)
+  - #2175, Avoid creating additional nodes when adding same closed
+           line to topology (Sandro Santilli)
+  - #4974, Upgrade path for address_standardizer_data_us
+           (Jan Katins of Aiven, Regina Obe)
+  - #4975, PostGIS upgrade change to not use temp tables (Jan Katins of Aiven)
+  - #4981, ST_StartPoint support any geometry (Aliaksandr Kalenik)
+  - #4799, Include srs in GeoJSON where it exists in spatial_ref_sys.
+  - #4986, GIST indexes on Postgres 14 are now created faster using Hilbert-sorting method.
+           (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, Giuseppe Broccolo)
+
+ * New features*
+  - #4923, topology.ValidateTopologyRelation (Sandro Santilli)
+  - #4933, topology.GetFaceContainingPoint (Sandro Santilli)
+  - #2175, ST_Scroll (Sandro Santilli)
+  - #4841, FindTopology to quickly get a topology record (Sandro Santilli)
+  - #4869, FindLayer to quickly get a layer record (Sandro Santilli)
+  - #4851, TopoGeom_addTopoGeom function (Sandro Santilli)
+  - ST_MakeValid(geometry, options) allows alternative validity building
+    algorithms with GEOS 3.10 (Paul Ramsey)
+  - ST_InterpolateRaster() fills in raster cells between sample points
+    using one of a number of algorithms (inverse weighted distance, average, etc)
+    using algorithms from GDAL
+    (Paul Ramsey)
+  - ST_Contour() generates contour lines from raster values
+    using algorithms from GDAL (Paul Ramsey)
+  - ST_SetZ()/ST_SetM() fills in z/m coordinates of a geometry using data read
+    from a raster (Paul Ramsey)
+  - New postgis.gdal_vsi_options GUC allows out-db rasters on VSI network
+    services to be accessed with authentication keys, etc. (Paul Ramsey)
+  - ST_DumpSegments returns a set of segments of input geometry (Aliaksandr Kalenik)
+  - #4859, ST_Point, ST_PointZ, ST_PointM, ST_PointZM, constructors
+    with SRID parameter (Paul Ramsey)
+  - #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
+    the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)
+
+
 PostGIS 3.2.0
 2021/xx/xx
 
diff --git a/README.postgis b/README.postgis
index a1ea9e0..e58f682 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.2.0dev
-:Date: 2021-xx-xx
+:Version: 3.2.0alpha1
+:Date: 2021-09-10
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -43,7 +43,7 @@ this to work.
   The PROJ4 catographic projection library is required if you want to use the
   ST_Transform() function to reproject features within the database.
 
-    http://trac.osgeo.org/proj/
+    https://proj.org
 
 * GEOS (Required, Version 3.6 or higher)
   - 3.9+ is needed to take advantage of
diff --git a/configure.ac b/configure.ac
index 422fd87..e633a9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1595,7 +1595,6 @@ AC_OUTPUT([GNUmakefile
    regress/core/tests.mk
    regress/dumper/Makefile
    regress/loader/Makefile
-	 regress/real/Makefile
    doc/Makefile
    doc/Makefile.comments
    doc/html/image_src/Makefile
diff --git a/doc/installation.xml b/doc/installation.xml
index 7a469ae..3964213 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -166,11 +166,11 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 
 	  <listitem>
 		<para>
-		  Proj4 reprojection library. Proj4 4.9 or above is required.
-			The Proj4 library is used to provide coordinate reprojection support within
-		  PostGIS. Proj4 is available for download from
-		  <ulink url="http://trac.osgeo.org/proj/">
-			http://trac.osgeo.org/proj/
+		  Proj reprojection library. Proj 4.9 or above is required.
+			The Proj library is used to provide coordinate reprojection support within
+		  PostGIS. Proj is available for download from
+		  <ulink url="https://proj.org/">
+			https://proj.org/
 		  </ulink>
 		  .
 		</para>
@@ -434,9 +434,9 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 		  <term><command>--with-projdir=DIR</command></term>
 		  <listitem>
 			<para>
-			  Proj4 is a reprojection library required by PostGIS. Use this
+			  Proj is a reprojection library required by PostGIS. Use this
 			  parameter (<command>--with-projdir=/path/to/projdir</command>) to
-			  manually specify a particular Proj4 installation directory that
+			  manually specify a particular Proj installation directory that
 			  PostGIS will build against.
 			</para>
 		  </listitem>
@@ -740,7 +740,7 @@ CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;
 	  <note>
 		<para>
 		  If you configured PostGIS using non-standard PostgreSQL, GEOS, or
-		  Proj4 locations, you may need to add their library locations to the
+		  Proj locations, you may need to add their library locations to the
 		  <varname>LD_LIBRARY_PATH</varname> environment variable.
 		</para>
 	  </note>
@@ -1265,7 +1265,7 @@ pretty_address
 
 	<para>
 	  Also check that configure has correctly detected the location and version
-	  of PostgreSQL, the Proj4 library and the GEOS library.
+	  of PostgreSQL, the Proj library and the GEOS library.
 	</para>
 
 	<orderedlist>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 49bef65..4674adb 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -59,9 +59,11 @@ UPGRADEABLE_VERSIONS = \
 	3.0.1 \
 	3.0.2 \
 	3.0.3 \
-	3.0.4dev \
+	3.0.4 \
+	3.0.5dev \
 	3.1.0 \
 	3.1.1 \
 	3.1.2	\
 	3.1.3 \
-	3.1.4dev
+	3.1.4 \
+	3.1.5dev

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

Summary of changes:
 NEWS                               | 84 ++++++++++++++++++++++++++++++++++++++
 README.postgis                     |  6 +--
 configure.ac                       |  1 -
 doc/installation.xml               | 18 ++++----
 extensions/upgradeable_versions.mk |  6 ++-
 5 files changed, 100 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list