[SCM] postgis.net branch website updated. clarity-final-141-g6dbd9c0
git at osgeo.org
git at osgeo.org
Thu Jun 5 08:55:29 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.net".
The branch, website has been updated
via 6dbd9c0501602bd31ee408e04f7de7099aa04311 (commit)
from bd41cdf8aa921c21a4c866af5a34ed9aa43fe8aa (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 6dbd9c0501602bd31ee408e04f7de7099aa04311
Author: Regina Obe <lr at pcorp.us>
Date: Thu Jun 5 11:45:12 2025 -0400
- Add Swedish Translation links
- Notice about Windows PostGIS Bundle 3.5.3 release
diff --git a/config.toml b/config.toml
index bea0524..0d85828 100644
--- a/config.toml
+++ b/config.toml
@@ -123,7 +123,7 @@ enableRobotsTXT = true
# (Optional, default false) Enable or disable adding tags for post pages automatically to the navigation sidebar.
geekdocTagsToMenu = false
- docLanguages = ['en', 'ja', 'fr', 'zh_Hans', 'de', 'ko_KR', 'es', 'it', 'br']
+ docLanguages = ['en', 'ja', 'fr', 'zh_Hans', 'sv', 'de', 'ko_KR', 'es', 'it', 'br']
# (Optional, default 'title') Configure how to sort file-tree menu entries. Possible options are 'title', 'linktitle',
# 'date', 'publishdate', 'expirydate' or 'lastmod'. Every option can be used with a reverse modifier as well
diff --git a/content/documentation/getting_started/install_windows/released_versions.md b/content/documentation/getting_started/install_windows/released_versions.md
index 27046e8..d86457b 100644
--- a/content/documentation/getting_started/install_windows/released_versions.md
+++ b/content/documentation/getting_started/install_windows/released_versions.md
@@ -6,23 +6,21 @@ geekdocHidden: true
geekdocHiddenTocTree: false
---
-PostGIS 3.5.2 came out January 18th, 2025. Windows PostGIS Bundle 3.5.2 installers for PostgreSQL 13-17 was released February 1st 2025.
-PostgreSQL 17 rereleased April 14th 2025, to [fix bad build of h3 for pg17](https://lists.osgeo.org/pipermail/postgis-devel/2025-April/030510.html).
+PostGIS 3.5.3 came out May 17th, 2025. Windows PostGIS Bundle 3.5.3 installers for PostgreSQL 13-17 was released June 5th 2025.
Binaries for versions of PostgreSQL 13-17 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 13-17(64-bit) available on [OSGeo downloads][5] and application stackbuilder.
-PostGIS 3.5.2 bundle includes:
+PostGIS 3.5.3 bundle includes:
- * PostGIS 3.5.2 with MVT support, with raster, [GEOS](https://libgeos.org/posts/2024-09-06-geos-3-13-released/) 3.13.0, [PROJ](https://proj.org/download.html#past-releases) 8.2.1, [SFCGAL](http://sfcgal.org) support (1.5.2), address_standardizer, topology
+ * PostGIS 3.5.3 with MVT support, with raster, [GEOS](https://github.com/libgeos/geos/blob/3.13.1/NEWS.md) 3.13.1, [PROJ](https://proj.org/download.html#past-releases) 8.2.1, [SFCGAL](http://sfcgal.org) support (1.5.2), address_standardizer, topology
* PostGIS Tiger geocoder extension - Tiger 2024
- * pgRouting 3.7 [pgRouting 3.7.2](https://docs.pgrouting.org/3.7/en/index.html)
+ * pgRouting 3.8 [pgRouting 3.8.0](https://docs.pgrouting.org/3.8/en/index.html)
* Commandline raster loader (raster2pgsql), shapefile import/export (shp2pgsql,pgsql2shp)
* Commandline [osm2pgrouting 2.3.8](https://github.com/pgRouting/osm2pgrouting/wiki/Documentation-for-osm2pgrouting-v2.3) for loading data from .osm files into pgRouting routable format
* GUI: shp2pgsql-gui which has both import and export support for geometry/geography
- * [ogrfdw 1.1.5](https://github.com/pramsey/pgsql-ogr-fdw/releases/tag/v1.1.5) - spatial foreign data wrapper for
+ * [ogrfdw 1.1.7](https://github.com/pramsey/pgsql-ogr-fdw/releases/tag/v1.1.7) - spatial foreign data wrapper for
reading both spatial (spatial columns become postgis geometry) and non-spatial data. [IMPORT FOREIGN SCHEMA](http://www.postgresonline.com/journal/archives/359-Import-Foreign-Schema-for-ogr_fdw-for-PostgreSQL-9.5.html) support
New features in 1.1 - `character_encoding` option and utility functions `ogr_fdw_drivers()`, `ogr_fdw_version()`.
- Changes in 1.1.5 include improved date handling and support of GDAL list types mapping to PostgreSQL array types.
* [GDAL 3.9.2](https://gdal.org/download.html#current-releases) with OpenJPEG 2.5.20 (JPEG 2000), ODBC, Curl, SQLite3 (for GeoPackage and OSM support), excel (XLS) (via FreeXL 1.0.6), libreoffice, XLSX spreadsheet (via expat), Arrow 13.0 for Arrow, Parquet, and GeoParquet support (used by both PostGIS raster and ogrfdw)
* [pgpointcloud](https://github.com/pgpointcloud/pointcloud) 1.2.5
-----------------------------------------------------------------------
Summary of changes:
config.toml | 2 +-
.../getting_started/install_windows/released_versions.md | 12 +++++-------
2 files changed, 6 insertions(+), 8 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list