[SCM] PostGIS branch master updated. 3.4.0rc1-1135-gd107a0b2e
git at osgeo.org
git at osgeo.org
Sat Jun 1 06:09:07 PDT 2024
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 d107a0b2e95ddc1443399bdb0b84c7ee58f972d8 (commit)
from 91ad04d38f3a8cedc6140185389ff2881338c762 (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 d107a0b2e95ddc1443399bdb0b84c7ee58f972d8
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Jun 1 15:08:30 2024 +0200
Fix encoding of non-ascii characters in generated ChangeLog
See https://savannah.nongnu.org/bugs/?65689
diff --git a/GNUmakefile.in b/GNUmakefile.in
index d8c28b937..9964d099e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -242,7 +242,7 @@ config.status: configure
./configure
ChangeLog:
- git log --pretty --numstat --summary | git2cl > ChangeLog
+ git log --pretty --numstat --summary | PERL_UNICODE="IO" git2cl > ChangeLog
raster-sql:
$(MAKE) -C raster rtpostgis.sql
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list