[SCM] PostGIS branch stable-3.5 updated. 3.5.3-26-g6a13f3cb0
git at osgeo.org
git at osgeo.org
Thu Jul 3 10:10:06 PDT 2025
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-3.5 has been updated
via 6a13f3cb0b5af43f4dea38beeef48678a1886bc2 (commit)
from 3fddeb47969fe6337694549035c3d4c0776cc4ab (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 6a13f3cb0b5af43f4dea38beeef48678a1886bc2
Author: Laurențiu Nicola <lnicola at dend.ro>
Date: Thu Jul 3 17:34:03 2025 +0300
Quote path passed to xsltproc
diff --git a/NEWS b/NEWS
index 8f8616fcf..46fcabbb6 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PostgreSQL 12-18 required. GEOS 3.8+ required. Proj 6.1+ required.
- #5923, CG_ExtrudeStraightSkeleton crashes on empty polygon (Loïc Bartoletti)
- #5935, Require GDAL 2.4 for postgis_raster
and switch to GDALGetDataTypeSizeBytes (Laurențiu Nicola)
+- GT-257, fix issue with xsltproc with path has spaces (Laurențiu Nicola)
PostGIS 3.5.3
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e5ad8365e..733a41c8b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -83,7 +83,7 @@ XSLT_PATH= \
$(builddir):$(abs_srcdir)
XSLTPROC_PATH_OPT= \
- --path $(XSLT_PATH)
+ --path "$(XSLT_PATH)"
XSLTPROC_CUSTOM_VARS = \
--stringparam postgis_version $(POSTGIS_MAJOR_VERSION).$(POSTGIS_MINOR_VERSION) \
-----------------------------------------------------------------------
Summary of changes:
NEWS | 1 +
doc/Makefile.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list