[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-37-gc06fbdf97
git at osgeo.org
git at osgeo.org
Wed Jul 13 16:01:24 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 c06fbdf9729a2566a818098edc65867341a25bde (commit)
via bebe90341afdfa03142bcd43259ab459d3b24f6d (commit)
from 7614fb30249bdbe7b4d99f0fda9c977d917e31ca (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 c06fbdf9729a2566a818098edc65867341a25bde
Author: Regina Obe <lr at pcorp.us>
Date: Wed Jul 13 19:01:17 2022 -0400
Fix xsl was showing 3.2 items instead of 3.3 items in changed section
diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl
index 33cd4cfcf..296b832c1 100644
--- a/doc/xsl/postgis_aggs_mm.xml.xsl
+++ b/doc/xsl/postgis_aggs_mm.xml.xsl
@@ -572,7 +572,7 @@
<xsl:for-each select="refsection">
<xsl:for-each select="para | */para">
<xsl:choose>
- <xsl:when test="contains(.,'Changed: 3.2')">
+ <xsl:when test="contains(.,'Changed: 3.3')">
<listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /></simpara></listitem>
</xsl:when>
</xsl:choose>
commit bebe90341afdfa03142bcd43259ab459d3b24f6d
Author: Regina Obe <lr at pcorp.us>
Date: Wed Jul 13 18:58:43 2022 -0400
Update date and version on README
diff --git a/README.postgis b/README.postgis
index 66a1e8612..f0b7a4bd5 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.3.0beta1
-:Date: 2022-07-03
+:Version: 3.3.0beta2
+:Date: 2022-07-13
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
-----------------------------------------------------------------------
Summary of changes:
README.postgis | 4 ++--
doc/xsl/postgis_aggs_mm.xml.xsl | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list