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 a3dd09b8 Prepare documentation for the  release.
a3dd09b8 is described below

commit a3dd09b8c5dcd500e3589039ba42b7ab0b136c25
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Tue Jan 27 16:52:59 2026 +0100

    Prepare documentation for the  release.
---
 content/_index.md                                  |  2 +-
 content/command-line.md                            |  8 ++---
 .../referencing/CoordinateOperationSteps.html      |  2 +-
 content/howto/compound_crs.md                      |  4 +--
 content/howto/lookup_crs_urn.md                    |  2 +-
 content/release-management.md                      |  7 ++--
 content/release-notes/1.5.md                       |  2 +-
 content/release-notes/1.6.md                       | 41 ++++++++++++++++++++++
 layouts/shortcodes/version.html                    |  2 +-
 static/DOAP.rdf                                    |  5 +++
 10 files changed, 61 insertions(+), 14 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index 7db66126..7b1ea591 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -63,7 +63,7 @@ The API and the data encodings follow [international 
standards](standards.html)
 
 # Using Apache SIS    {#using}
 
-The latest SIS release is {{% version %}}, released in October 2025,
+The latest SIS release is {{% version %}}, released in January 2026,
 and can be [downloaded](downloads.html) as a `zip` files or as Maven 
dependencies.
 The EPSG geodetic dataset is optional for licensing reasons, but recommended.
 EPSG database installation is [described in a separated page](epsg.html).
diff --git a/content/command-line.md b/content/command-line.md
index e07a4670..fffa0f0f 100644
--- a/content/command-line.md
+++ b/content/command-line.md
@@ -145,7 +145,7 @@ sis crs EPSG:6676
     Scope["Cadastre, engineering survey, topographic mapping (large and medium 
scale)."],
     Area["Japan - onshore - Honshu between approximately 137°45'E and 139°E - 
Niigata-ken; Nagano-ken; Yamanashi-ken; Shizuoka-ken."],
     BBox[34.54, 137.32, 38.58, 139.91]],
-  Id["EPSG", 6676, "12.026", URI["urn:ogc:def:crs:EPSG:12.026:6676"]],
+  Id["EPSG", 6676, "12.047", URI["urn:ogc:def:crs:EPSG:12.047:6676"]],
   Remark["Replaces JGD2000 / Japan Plane Rectangular CS VIII (CRS code 2450) 
with effect from 21st October 2011."]]</pre>
 </details>
 <br/>
@@ -207,7 +207,7 @@ sis identifier 
https://sis.apache.org/examples/crs/MissingIdentifier.wkt
 produces an output like below:
 
 ```
-urn:ogc:def:crs:EPSG:12.026:27572  | NTF (Paris) / Lambert zone II
+urn:ogc:def:crs:EPSG:12.047:27572  | NTF (Paris) / Lambert zone II
 ```
 
 As we can see, Apache {{% SIS %}} has been able to find back the identifier 
code and the actual {{% CRS %}} name.
@@ -225,7 +225,7 @@ sis identifier 
https://sis.apache.org/examples/crs/WrongAxisOrder.wkt
 produces an output like below:
 
 ```
-!   urn:ogc:def:crs:EPSG:12.026:4979    | WGS 84
+!   urn:ogc:def:crs:EPSG:12.047:4979    | WGS 84
 
 Legend:
 !   Identified object matches definition provided by authority except for 
coordinate system axes.
@@ -263,7 +263,7 @@ sis identifier 
https://sis.apache.org/examples/crs/EquivalentDefinition.wkt
 produces an output like below:
 
 ```
-urn:ogc:def:crs:EPSG:12.026:3994  | WGS 84 / Mercator 41
+urn:ogc:def:crs:EPSG:12.047:3994  | WGS 84 / Mercator 41
 ```
 
 In above example, Apache {{% SIS %}} used the fact that a
diff --git a/content/developer-guide/referencing/CoordinateOperationSteps.html 
b/content/developer-guide/referencing/CoordinateOperationSteps.html
index f2d95031..a844bdcf 100644
--- a/content/developer-guide/referencing/CoordinateOperationSteps.html
+++ b/content/developer-guide/referencing/CoordinateOperationSteps.html
@@ -193,7 +193,7 @@
   OperationAccuracy[20.0],
   Area["Canada - onshore and offshore"],
   BBox[40.04, -141.01, 86.46, -47.74],
-  Id["EPSG", 1172, "12.026"]]</samp></pre>
+  Id["EPSG", 1172, "12.047"]]</samp></pre>
         </div>
       </div>
     </div>
diff --git a/content/howto/compound_crs.md b/content/howto/compound_crs.md
index 0a97536e..0bccf5c9 100644
--- a/content/howto/compound_crs.md
+++ b/content/howto/compound_crs.md
@@ -72,13 +72,13 @@ CompoundCRS["WGS 84 + MSL height + Julian",
       Axis["Latitude (B)", north],
       Axis["Longitude (L)", east],
       Unit["degree", 0.017453292519943295],
-    Id["EPSG", 4326, "12.026"]],
+    Id["EPSG", 4326, "12.047"]],
   VerticalCRS["MSL height",
     VerticalDatum["Mean Sea Level"],
     CS[vertical, 1],
       Axis["Gravity-related height (H)", up],
       Unit["metre", 1],
-    Id["EPSG", 5714, "12.026"]],
+    Id["EPSG", 5714, "12.047"]],
   TimeCRS["Julian",
     TimeDatum["Julian", TimeOrigin[-4713-11-24T12:00:00.000]],
     CS[temporal, 1],
diff --git a/content/howto/lookup_crs_urn.md b/content/howto/lookup_crs_urn.md
index 88f1fa79..bdad66a8 100644
--- a/content/howto/lookup_crs_urn.md
+++ b/content/howto/lookup_crs_urn.md
@@ -90,6 +90,6 @@ public class LookupAuthorityCode {
 ```
 Identifier declared in the CRS: null
 Searching in EPSG database: 27572
-Same, but more generic: urn:ogc:def:crs:EPSG:12.026:27572
+Same, but more generic: urn:ogc:def:crs:EPSG:12.047:27572
 
 ```
diff --git a/content/release-management.md b/content/release-management.md
index eac8ec32..e94f999e 100644
--- a/content/release-management.md
+++ b/content/release-management.md
@@ -337,8 +337,9 @@ That test may be done in a separated shell (console window) 
in order to preserve
 the variable value in the shell performing the release.
 
 ```bash
-unset SIS_DATA
 echo $SIS_DATA
+unset SIS_DATA
+unset SIS_TEST_OPTIONS
 gradle cleanTest test
 ```
 
@@ -512,7 +513,7 @@ mvn package --show-version --strict-checksums
 Verify that the EPSG dataset has been created, then cleanup:
 
 ```bash
-du --summarize --human-readable $SIS_DATA/Databases/SpatialMetadata
+du --summarize --human-readable with-epsg/target/Databases/SpatialMetadata
 mvn clean
 ```
 
@@ -541,7 +542,7 @@ Apply the following changes:
 * Move all `-classpath` content to `--module-path`.
 * Add the value of `$PATH_TO_FX` environment variable to the module-path.
 * Remove the `--no-fonts` option.
-* Add the `-use` and `--since 1.1,1.2,1.3,1.4,1.5` options (edit the list of 
releases).
+* Add the `-use` and `--since 1.1,1.2,1.3,1.4,1.5,1.6` options (edit the list 
of releases).
 * Delete all Java source files listed after the options, everything until the 
end of file.
 * Add the following line in-place of deleted lines (omit the 
`org.opengis.geoapi` module if not desired):
 
diff --git a/content/release-notes/1.5.md b/content/release-notes/1.5.md
index 1074b8b7..fff75382 100644
--- a/content/release-notes/1.5.md
+++ b/content/release-notes/1.5.md
@@ -3,7 +3,7 @@ title: SIS 1.5 Release notes
 ---
 
 * Release date: **2025-10-06**
-* Next release
+* [Next release](1.6.html)
 * [Previous release](1.4.html)
 * [Incompatible changes](#compatibility)
 * [Noticeable changes](#issues)
diff --git a/content/release-notes/1.6.md b/content/release-notes/1.6.md
new file mode 100644
index 00000000..63bbf219
--- /dev/null
+++ b/content/release-notes/1.6.md
@@ -0,0 +1,41 @@
+---
+title: SIS 1.6 Release notes
+---
+
+* Release date: **2026-01-31**
+* Next release
+* [Previous release](1.5.html)
+* [Incompatible changes](#compatibility)
+* [Noticeable changes](#issues)
+* Requirement: Java 11
+
+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:
+reading of GeoTIFF files having the GEO_METADATA tag defined by the Defense 
Geospatial Information Working Group (DGIWG),
+parsing of ISO 19115 metadata in XML format, parsing of Coordinate Reference 
Systems defined in the GML format,
+parsing of files in GPS Exchange Format (GPX).
+
+This release contains also an upgrade of EPSG geodetic dataset from version 
12.026 to version 12.047,
+together with various bug fixes improving performance and stability.
+
+# Incompatible changes    {#compatibility}
+
+The following changes in Apache SIS 1.6 are incompatibles with the previous 
release (SIS 1.5):
+
+* `CoordinateOperationContext` is not longer `Serializable`.
+* Elements deprecated in SIS 1.5 with the `forRemoval` attribute were removed 
in SIS 1.6.
+
+
+# Noticeable changes    {#issues}
+
+## New Features    {#features}
+* [SIS-622](https://issues.apache.org/jira/browse/SIS-622) — Support 
mathematical operations in filters
+
+## Improvements    {#improvements}
+* [SIS-620](https://issues.apache.org/jira/browse/SIS-620) — Use TIFF 
date/time as image temporal coordinate
+
+## Bug fixes    {#bugs}
+* [SIS-621](https://issues.apache.org/jira/browse/SIS-621) — ST_Transform does 
nothing when the CRS is declared on the attribute type
+
+## Tasks    {#tasks}
+* [SIS-624](https://issues.apache.org/jira/browse/SIS-624) — Upgrade EPSG 
dataset from 12.026 to 12.047
diff --git a/layouts/shortcodes/version.html b/layouts/shortcodes/version.html
index 400122e6..dc39e58d 100644
--- a/layouts/shortcodes/version.html
+++ b/layouts/shortcodes/version.html
@@ -1 +1 @@
-1.5
\ No newline at end of file
+1.6
\ No newline at end of file
diff --git a/static/DOAP.rdf b/static/DOAP.rdf
index 3ed8a8e9..b6e00d9a 100644
--- a/static/DOAP.rdf
+++ b/static/DOAP.rdf
@@ -168,6 +168,11 @@
       </asfext:Standard>
     </asfext:implements>
     <release>
+      <Version>
+        <name>Apache SIS 1.6 — Security fix</name>
+        <created>2026-01-31</created>
+        <revision>1.6</revision>
+      </Version>
       <Version>
         <name>Apache SIS 1.5 — ISO 19111 and EPSG upgrade</name>
         <created>2025-10-06</created>

Reply via email to