[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.8-13-g2b018b93a
git at osgeo.org
git at osgeo.org
Fri Nov 11 19:35:11 PST 2022
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, stable-2.5 has been updated
via 2b018b93a36534f19d16e3e5bc8c87c4a57bd5f8 (commit)
from 6a7dccbbbcbb7e0287a7db2dc41bc1aab820380d (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 2b018b93a36534f19d16e3e5bc8c87c4a57bd5f8
Author: Regina Obe <lr at pcorp.us>
Date: Fri Nov 11 22:25:42 2022 -0500
Final edits before release
Try to get subdivide to agree in GEOS 3.9
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 2d8f96d66..bff441693 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2022-07-18
+Date: 2022-11-11
Versioning Scheme
-----------------
@@ -126,7 +126,7 @@ Release procedure
- Copy tarball, pdf, md5, doc-html via ssh/sftp upload.osgeo.org/postgis/ source and docs folders.
Verify it shows on https://download.osgeo.org/postgis
- - PostGIS doc release versioned doc - http://postgis.net/documentation/
+ - PostGIS doc release versioned doc - https://postgis.net/documentation/
- On postgis.net server, change /etc/nginx/sites-enabled/postgis.net (Versionless URL line )
- nginx -t #to confirm you didn't breat the config
- service nginx reload
diff --git a/README.postgis b/README.postgis
index 74df05f2e..d542508d1 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,9 +1,9 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 2.5.8
-:Date: 2022-08-18
-:Website: http://postgis.net
+:Version: 2.5.9
+:Date: 2022-11-11
+:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
the features to R-tree indexing, and provides many spatial functions for
@@ -31,10 +31,9 @@ Directory structure::
REQUIREMENTS
------------
-PostGIS is compatible with PostgreSQL 9.4-11.
+PostGIS is compatible with PostgreSQL 9.4-12.
-You *must* have the full PostgreSQL - including server headers - installed for
-this to work.
+You *must* have the full PostgreSQL - including server headers - installed to be able to compile.
* PROJ4 (Required, Version 4.9.0 or higher):
@@ -43,9 +42,10 @@ this to work.
http://trac.osgeo.org/proj/
-* GEOS (Required, Version 3.5 or higher)
+* GEOS (Required, Version 3.5 - 3.8)
- 3.6+ is strongly recommended to expose most GEOS features
- 3.7+ is needed just for the ST_FrechetDistance function
+ - For GEOS 3.9 and above some regression tests may fail but are harmless failures
The GEOS library provides support for exact topological tests such as
ST_Touches(), ST_Contains(), ST_Disjoint() and spatial operations such as
diff --git a/regress/subdivide.sql b/regress/subdivide.sql
index cc1bdc36c..91c3389b1 100644
--- a/regress/subdivide.sql
+++ b/regress/subdivide.sql
@@ -52,7 +52,6 @@ create table big_polygon_sliced as (
SELECT '4' As rn,
(select ST_Area(geom)::numeric(12,1) from big_polygon) as orig_area,
SUM(ST_Area(gs.geom))::numeric(12,1) as pieces_area,
- COUNT(gs.geom) as num_pieces,
MAX(ST_NPoints(gs.geom)) as max_vert
FROM big_polygon_sliced gs;
diff --git a/regress/subdivide_expected b/regress/subdivide_expected
index bf58e60b4..cd9e83dbb 100644
--- a/regress/subdivide_expected
+++ b/regress/subdivide_expected
@@ -4,7 +4,7 @@
ERROR: lwgeom_subdivide: cannot subdivide to fewer than 5 vertices per output
#3522|POINT(1 1)
#3744|1600000000000000
-4|29321996468.6|29321996468.6|1857|256
+4|29321996468.6|29321996468.6|256
#4211|0.00008316000
#4217|0.00002463668
#4301|0.00213614552
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 4 ++--
README.postgis | 14 +++++++-------
regress/subdivide.sql | 1 -
regress/subdivide_expected | 2 +-
4 files changed, 10 insertions(+), 11 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list