[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1004-g94c8074e1

git at osgeo.org git at osgeo.org
Sun Jun 25 23:36:27 PDT 2023


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  94c8074e149c78f071b0e6672c729830ff854608 (commit)
      from  d9016782e1de2344d9dde9fefccd98be49212e8d (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 94c8074e149c78f071b0e6672c729830ff854608
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jun 26 02:34:05 2023 -0400

    NEWS cleanup
    
     - Prefix extension name for items that are not postgis core extension
     - Add proj/geos extra info as breaking changes, cause someone's parsing
       might be screwed up by these changes

diff --git a/NEWS b/NEWS
index 2c10db179..b083a7911 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
 PostGIS 3.4.0dev
-xxxx/xx/xx
+2023/xx/xx
 
 * Breaking Changes *
   - #5229, Drop support for Proj < 6.1 and PG 11 (Regina Obe)
+  - #5306, GH734, postgis_full_version() and postgis_proj_version()
+    now output more information about proj network configuration
+    and data paths. GEOS compile-time version
+    also shown if different from run-time (Paul Ramsey, Sandro Santilli)
 
 * New Features *
   - #5052, target version support in postgis_extensions_upgrade
@@ -11,10 +15,10 @@ xxxx/xx/xx
   - New install-extension-upgrades command in postgis script (Sandro Santilli)
   - #5257, #5261, #5277, Support changes for PostgreSQL 16 (Regina Obe)
   - #5006, GH705, ST_Transform: Support PROJ pipelines (Robert Coup, Koordinates)
-  - #5283, RenameTopology (Sandro Santilli)
-  - #5286, RenameTopoGeometryColumn (Sandro Santilli)
-  - GH703, Add min/max resampling as options (Christian Schroeder)
-  - #5336, topogeometry cast to topoelement support (Regina Obe)
+  - #5283, [postgis_topology] RenameTopology (Sandro Santilli)
+  - #5286, [postgis_topology] RenameTopoGeometryColumn (Sandro Santilli)
+  - GH703, [postgis_raster] Add min/max resampling as options (Christian Schroeder)
+  - #5336, [postgis_topology] topogeometry cast to topoelement support (Regina Obe)
   - Allow singleton geometry to be inserted into Geometry(Multi*) columns (Paul Ramsey)
   - GH721, New window-based ST_ClusterWithinWin and ST_ClusterIntersectingWin (Paul Ramsey)
   - #5397, [address_standardizer] debug_standardize_address function (Regina Obe)
@@ -28,7 +32,7 @@ xxxx/xx/xx
   - Speed up coincident nodes check in topology validation  (Sandro Santilli)
   - GH718, ST_QuantizeCoordinates(): speed-up implementation (Even Rouault)
   - Repair spatial planner stats to use computed selectivity for contains/within queries (Paul Ramsey)
-  - Additional metadata on Proj installation in postgis_proj_version (Paul Ramsey)
+  - GH734, Additional metadata on Proj installation in postgis_proj_version (Paul Ramsey)
   - #5177, allow building tools without PostgreSQL server headers (Sandro Santilli)
 
 * Bug Fix *

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

Summary of changes:
 NEWS | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list