This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 96bc7c2a Adjust the release date and add a note about GDAL support.
96bc7c2a is described below

commit 96bc7c2aa9d5e287bf07e00a143cd73eb04f29d1
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon Oct 6 10:21:12 2025 +0200

    Adjust the release date and add a note about GDAL support.
---
 content/_index.md            | 2 ++
 content/release-notes/1.5.md | 2 +-
 static/DOAP.rdf              | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index b26555be..7db66126 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -29,6 +29,7 @@ The API and the data encodings follow [international 
standards](standards.html)
   * Read Landsat (groups of GeoTIFF files).
   * Read ESRI BIL/BIP/BSQ and read/write ERSI ASCII Grid.
   * Read/write World Files with any image format supported by Image I/O.
+  * If the [GDAL library][GDAL] is installed, read other two-dimensional 
raster formats supported by GDAL.
 * Feature formats:
   * Read [Moving Feature Comma Separated Values (CSV) encoding][MF_CSV].
   * Read [Moving Feature netCDF encoding][netCDF_MF].
@@ -89,3 +90,4 @@ are also provided for allowing users to experiment some SIS 
functionalities befo
 [MF_CSV]:    https://docs.opengeospatial.org/is/14-084r2/14-084r2.html
 [JSR_385]:   https://jcp.org/en/jsr/detail?id=385
 [seshat]:    https://unitsofmeasurement.github.io/seshat/
+[GDAL]:      https://gdal.org/
diff --git a/content/release-notes/1.5.md b/content/release-notes/1.5.md
index 53854a11..1074b8b7 100644
--- a/content/release-notes/1.5.md
+++ b/content/release-notes/1.5.md
@@ -2,7 +2,7 @@
 title: SIS 1.5 Release notes
 ---
 
-* Release date: **2025-10-05**
+* Release date: **2025-10-06**
 * Next release
 * [Previous release](1.4.html)
 * [Incompatible changes](#compatibility)
diff --git a/static/DOAP.rdf b/static/DOAP.rdf
index 8706e11a..3ed8a8e9 100644
--- a/static/DOAP.rdf
+++ b/static/DOAP.rdf
@@ -170,7 +170,7 @@
     <release>
       <Version>
         <name>Apache SIS 1.5 — ISO 19111 and EPSG upgrade</name>
-        <created>2025-10-05</created>
+        <created>2025-10-06</created>
         <revision>1.5</revision>
       </Version>
       <Version>

Reply via email to