[SCM] postgis.net branch website updated. clarity-final-185-g18f8be9
git at osgeo.org
git at osgeo.org
Mon Jun 8 14:16:02 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.net".
The branch, website has been updated
via 18f8be98bd30c17c6ab604086932a83e071f837f (commit)
via 9a17c0a164a0f888a2de6ca1a9178d91f7789a27 (commit)
from ad6f1339ad37cb5f067e07549f57ac7edd71c9b6 (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 18f8be98bd30c17c6ab604086932a83e071f837f
Author: Paul Ramsey <paul.ramsey at snowflake.com>
Date: Mon Jun 8 14:15:55 2026 -0700
Add 3.6.4 release
diff --git a/config.toml b/config.toml
index 63cf194..531c23b 100644
--- a/config.toml
+++ b/config.toml
@@ -170,8 +170,8 @@ enableRobotsTXT = true
is_dev = true
[params.postgis.releases.36]
minor = "3.6"
- dev = "3.6.4dev"
- tag = "3.6.3"
+ dev = "3.6.5dev"
+ tag = "3.6.4"
[params.postgis.releases.35]
minor = "3.5"
dev = "3.5.7dev"
commit 9a17c0a164a0f888a2de6ca1a9178d91f7789a27
Author: Paul Ramsey <paul.ramsey at snowflake.com>
Date: Mon Jun 8 14:14:35 2026 -0700
Syntax
diff --git a/content/development/source_code.md b/content/development/source_code.md
index c1ed626..a99284c 100644
--- a/content/development/source_code.md
+++ b/content/development/source_code.md
@@ -21,7 +21,7 @@ The **official** PostGIS GIT repository is hosted at OSGeo.
* **https://gitea.osgeo.org/postgis/**
-Changes pushed to the official repository will be replicated to the two mirror repository sites. Changes committed to the mirror sites will be over-written the next time a changes are synced from OSGeo.
+Changes pushed to the official repository will be replicated to the two mirror repository sites. Changes committed to the mirror sites will be over-written the next time changes are synced from OSGeo.
* GitHub mirror: https://github.com/postgis/postgis/
* GitLab mirror: https://gitlab.com/postgis/postgis/
-----------------------------------------------------------------------
Summary of changes:
config.toml | 4 ++--
content/development/source_code.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list