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 27402fc5 Add versions of EPSG geodetic dataset in release notes.
27402fc5 is described below

commit 27402fc54f40b07c20cad83ba55d817db64f6a81
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Fri Jan 30 23:56:16 2026 +0100

    Add versions of EPSG geodetic dataset in release notes.
---
 content/release-notes/0.7.md | 1 +
 content/release-notes/0.8.md | 1 +
 content/release-notes/1.0.md | 1 +
 content/release-notes/1.1.md | 1 +
 content/release-notes/1.2.md | 1 +
 content/release-notes/1.3.md | 1 +
 content/release-notes/1.4.md | 1 +
 content/release-notes/1.5.md | 1 +
 content/release-notes/1.6.md | 1 +
 9 files changed, 9 insertions(+)

diff --git a/content/release-notes/0.7.md b/content/release-notes/0.7.md
index 33f9231f..4cb34650 100644
--- a/content/release-notes/0.7.md
+++ b/content/release-notes/0.7.md
@@ -8,6 +8,7 @@ title: SIS 0.7 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 6
+* EPSG version: 8.9
 
 The main new features of Apache SIS 0.7 are:
 
diff --git a/content/release-notes/0.8.md b/content/release-notes/0.8.md
index f6ef25c0..e958b5ca 100644
--- a/content/release-notes/0.8.md
+++ b/content/release-notes/0.8.md
@@ -8,6 +8,7 @@ title: SIS 0.8 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 7
+* EPSG version: 9.1
 
 An important change in Apache SIS 0.8 is the replacement of the deprecated 
JSR-275 dependency
 by [JSR-363 — Units of Measurement API](https://jcp.org/en/jsr/detail?id=363)
diff --git a/content/release-notes/1.0.md b/content/release-notes/1.0.md
index e09109ee..b7e6d998 100644
--- a/content/release-notes/1.0.md
+++ b/content/release-notes/1.0.md
@@ -8,6 +8,7 @@ title: SIS 1.0 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 8 + JAXB (either bundled in the JDK or provided)
+* EPSG version: 9.7
 
 Apache SIS 1.0 can marshal and unmarshal metadata in XML documents using the 
new ISO 19115-3 standard.
 The previous ISO 19139 standard is still supported and automatically 
recognized at unmarshalling time.
diff --git a/content/release-notes/1.1.md b/content/release-notes/1.1.md
index 2f4a4ef2..55c746fc 100644
--- a/content/release-notes/1.1.md
+++ b/content/release-notes/1.1.md
@@ -8,6 +8,7 @@ title: SIS 1.1 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 8
+* EPSG version: 9.9.1
 
 Apache SIS 1.1 can read GeoTIFF images, apply raster reprojections and create 
isolines from rasters.
 It can read features from a SQL database with the `FeatureType` inferred by 
analyzing the database schema.
diff --git a/content/release-notes/1.2.md b/content/release-notes/1.2.md
index fdca2a8f..404297e1 100644
--- a/content/release-notes/1.2.md
+++ b/content/release-notes/1.2.md
@@ -8,6 +8,7 @@ title: SIS 1.2 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 8
+* EPSG version: 9.9.1
 
 Apache SIS 1.2 can read World Files and ESRI ASCII grid and BIL/BIP/BSQ 
rasters,
 in addition to GeoTIFF support added in SIS 1.1,
diff --git a/content/release-notes/1.3.md b/content/release-notes/1.3.md
index 4c9a0ba4..88466776 100644
--- a/content/release-notes/1.3.md
+++ b/content/release-notes/1.3.md
@@ -8,6 +8,7 @@ title: SIS 1.3 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 8
+* EPSG version: 9.9.1
 
 This release contains an upgrade of the `org.apache.sis.metadata.iso.quality` 
package
 to the ISO 19157:2013 international standard.
diff --git a/content/release-notes/1.4.md b/content/release-notes/1.4.md
index b958e419..b3ec12f6 100644
--- a/content/release-notes/1.4.md
+++ b/content/release-notes/1.4.md
@@ -8,6 +8,7 @@ title: SIS 1.4 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 11
+* EPSG version: 9.9.1
 
 This release contains the upgrade from Java 8 to Java 11,
 including the migration to Java Platform Module System (JPMS).
diff --git a/content/release-notes/1.5.md b/content/release-notes/1.5.md
index fff75382..9456a110 100644
--- a/content/release-notes/1.5.md
+++ b/content/release-notes/1.5.md
@@ -8,6 +8,7 @@ title: SIS 1.5 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 11
+* EPSG version: 12.026
 
 This release contains the upgrade of EPSG geodetic dataset from version 9 to 
version 12,
 which implies an upgrade from ISO 19111:2007 to ISO 19111:2019.
diff --git a/content/release-notes/1.6.md b/content/release-notes/1.6.md
index 63bbf219..d48d4370 100644
--- a/content/release-notes/1.6.md
+++ b/content/release-notes/1.6.md
@@ -8,6 +8,7 @@ title: SIS 1.6 Release notes
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
 * Requirement: Java 11
+* EPSG version: 12.047
 
 This release contains a fix for security issue 
[CVE-2025-68280](https://www.cve.org/CVERecord?id=CVE-2025-68280).
 The vulnerability impacted the following services:

Reply via email to