[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-111-g433c05307
git at osgeo.org
git at osgeo.org
Sat Jul 2 08:06:41 PDT 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, master has been updated
via 433c05307f0b433939a95639c53ed7e06f3c6806 (commit)
via bf3282c6ad9a9255e9cb7224c82879fb8c744b52 (commit)
from 42b519ad80053ea5e7d936a196533cedaa419e93 (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 433c05307f0b433939a95639c53ed7e06f3c6806
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 2 11:03:19 2022 -0400
Fix ANY case for windows packaging
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 02d6339af..854261b7b 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -254,7 +254,7 @@ export UPGRADEABLE_VERSIONS=$value
export WIN_RELEASED_VERSIONS="2.0.0 2.0.1 2.0.3 2.0.4 2.0.6 2.1.4 2.1.7 2.1.8 2.2.0 2.2.3 2.3.0 2.3.7 2.4.0 2.4.4"
for EXTNAME in postgis postgis_raster postgis_topology postgis_sfcgal postgis_tiger_geocoder address_standardizer; do
cp extensions/$EXTNAME/sql/$EXTNAME--${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
- cp extensions/postgis/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+ cp extensions/$EXTNAME/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
cp extensions/$EXTNAME/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension/$EXTNAME--${POSTGIS_MINOR_MAX_VER}--${POSTGIS_MICRO_VER}.sql
cp extensions/$EXTNAME/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension/$EXTNAME--${POSTGIS_MICRO_VER}next--${POSTGIS_MICRO_VER}.sql
commit bf3282c6ad9a9255e9cb7224c82879fb8c744b52
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 2 10:59:17 2022 -0400
Update news in prep for release
diff --git a/NEWS b/NEWS
index 7f8716a29..b81a2d165 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.3.0dev
-2022/XX/XX
+PostGIS 3.3.0beta1
+2022/07/xx
Changes since PostGIS 3.3.0alpha1
* Enhancements *
- #5158, pgtopo_import / pgtopo_export manpages (Sandro Santilli)
@@ -13,6 +13,7 @@ Changes since PostGIS 3.3.0alpha1
* New features *
- #5169, ST_SimplifyPolygonHull (requires GEOS 3.11)
(Paul Ramsey, Martin Davis)
+ - #5162, ST_TriangulatePolygon with GEOS 3.11+ (Paul Ramsey, Martin Davis)
PostGIS 3.3.0alpha1
@@ -69,7 +70,7 @@ Use below to enable it.
- #5132, GH683, sfcgal: ST_3DUnion aggregate function (Sergei Shoulbakov)
- #5143, SFCGAL ST_AlphaShape and ST_OptimalAlphaShape (Loïc Bartoletti)
- ST_TriangulatePolygon with GEOS 3.11+ (Paul Ramsey, Martin Davis)
- - ST_SimplifyPolygonHull with GEOS 3.11+ (Paul Ramsey, Martin Davis)
+ - #5162, ST_SimplifyPolygonHull with GEOS 3.11+ (Paul Ramsey, Martin Davis)
* Bug Fix *
- #5100, Support for PostgreSQL 15 (atoi removal) (Laurenz Albe)
-----------------------------------------------------------------------
Summary of changes:
NEWS | 7 ++++---
ci/winnie/package_postgis.sh | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list