[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-407-g8b4f0b658
git at osgeo.org
git at osgeo.org
Tue Sep 12 05:44:36 PDT 2023
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 8b4f0b658c683e04d10aa3a4ded685783d52411e (commit)
from eb027f6eeb3bde6e5b5511fe5c2c730d6b9b4ab9 (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 8b4f0b658c683e04d10aa3a4ded685783d52411e
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Sep 12 14:43:49 2023 +0200
Wrap firstname/surname in personname tag
This will be mandatory with docbook5 and is already supported
References #5531
diff --git a/doc/postgis.xml b/doc/postgis.xml
index f508420b6..a2322b8f7 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -97,9 +97,10 @@
<corpauthor>The PostGIS Development Group</corpauthor>
<editor>
- <firstname>Paul</firstname>
-
- <surname>Ramsey</surname>
+ <personname>
+ <firstname>Paul</firstname>
+ <surname>Ramsey</surname>
+ </personname>
<affiliation>
<orgname><ulink url="http://www.cleverelephant.ca">clever elephant</ulink></orgname>
-----------------------------------------------------------------------
Summary of changes:
doc/postgis.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list