[SCM] PostGIS branch master updated. 3.7.0beta1-224-gdad477d05f
git at osgeo.org
git at osgeo.org
Tue Aug 4 08:50:08 PDT 2026
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 dad477d05fb5a8a65284346f0ca41a764bd6e036 (commit)
from 04ad750d1bb385eeffce1b2fd1d083f33f7a4bbc (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 dad477d05fb5a8a65284346f0ca41a764bd6e036
Author: Regina Obe <lr at pcorp.us>
Date: Tue Aug 4 11:46:04 2026 -0400
Update NEWS for X3D curved and NURB support.
Closes #3705
Closes #1416
Closes https://github.com/postgis/postgis/pull/1069
for PostGIS 3.7.0
diff --git a/NEWS b/NEWS
index 76ac9141e2..b51c441573 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,12 @@ These are only changes since 3.7.0beta1.
- Add Woodpecker linux/arm64 build and regression coverage under
QEMU to match the Jenkins Berrie64 platform (Darafei Praliaskouski)
+ - #1416, ST_AsX3D outputs NURBSCURVE as X3D NurbsCurve
+ and linearizes other curve geometries
+ (Darafei Praliaskouski)
+ - #3705, ST_AsX3D outputs valid coordinate nodes for 2D multi-geometries
+ and GeometryCollections (Darafei Praliaskouski)
+
PostGIS 3.7.0beta1
2026/07/20
@@ -65,8 +71,6 @@ These are only changes since 3.7.0alpha1.
preprocessed with AltiVec vector macros (Darafei Praliaskouski)
- #6094, [upgrade] Avoid legacy string literal warnings in downgrade checks
with standard_conforming_strings off (Darafei Praliaskouski)
- - #3705, ST_AsX3D outputs valid coordinate nodes for 2D multi-geometries
- and GeometryCollections (Darafei Praliaskouski)
- #5423, Use a DTD-free expanded DocBook input for EPUB builds so
out-of-tree builds do not need dbtoepub entity path support
(Darafei Praliaskouski)
@@ -271,6 +275,11 @@ To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed
signatures and return semantics (Darafei Praliaskouski)
- #1168, [raster] Support curved geometry inputs in ST_AsRaster
(Darafei Praliaskouski)
+ - #1416, ST_AsX3D outputs NURBSCURVE as X3D NurbsCurve
+ and linearizes other curve geometries
+ (Darafei Praliaskouski)
+ - #3705, ST_AsX3D outputs valid coordinate nodes for 2D multi-geometries
+ and GeometryCollections (Darafei Praliaskouski)
* Bug Fixes *
-----------------------------------------------------------------------
Summary of changes:
NEWS | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list