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

commit 297b42d4cb1ed4a5dc8e4c7519c21b91658e1307
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon May 9 16:45:32 2022 +0200

    Release notes for Apache SIS 1.2.
---
 static/release-notes/1.1.html |  2 +-
 static/release-notes/1.2.html | 67 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/static/release-notes/1.1.html b/static/release-notes/1.1.html
index 874a4cf5..19013e4c 100644
--- a/static/release-notes/1.1.html
+++ b/static/release-notes/1.1.html
@@ -7,7 +7,7 @@
   <body>
     <table style="border-style: solid; border-width: 1pt; background: 
lightgray"><tr>
       <td><a href="1.0.html">Previous release</a></td>
-      <td style="padding-left: 9pt">Next release</td>
+      <td style="padding-left: 9pt"><a href="1.2.html">Next release</a></td>
     </tr></table>
     <h1>SIS 1.1 Release notes</h1>
 
diff --git a/static/release-notes/1.2.html b/static/release-notes/1.2.html
new file mode 100644
index 00000000..2a3c6154
--- /dev/null
+++ b/static/release-notes/1.2.html
@@ -0,0 +1,67 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>SIS 1.2 Release notes</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+  </head>
+  <body>
+    <table style="border-style: solid; border-width: 1pt; background: 
lightgray"><tr>
+      <td><a href="1.1.html">Previous release</a></td>
+      <td style="padding-left: 9pt">Next release</td>
+    </tr></table>
+    <h1>SIS 1.2 Release notes</h1>
+
+<h2>Summary</h2>
+<p>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,
+   and in addition to netCDF support added in previous releases.
+   This release also contains various bug fixes improving the stability.
+   Some changes are listed below (non-exhaustive list):
+</p>
+
+<h2>New features</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-529'>SIS-529</a>] - 
Provide native GeoTIFF metadata</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-541'>SIS-541</a>] - 
Add &quot;World File&quot; reader and writer</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-540'>SIS-540</a>] - 
Add an ESRI ASCII Grid reader and writer</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-543'>SIS-543</a>] - 
Add a BIL/BIP/BSQ data store</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-524'>SIS-524</a>] - 
Image masking based on a geometry</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-528'>SIS-528</a>] - 
Add a &quot;system monitor&quot; with visual indication of seek operations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-533'>SIS-533</a>] - 
Add &quot;Rotated Latitude/Longitude&quot; coordinate operation</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-228'>SIS-228</a>] - 
Lambert Azimuthal Equal Area (EPSG:9820)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-229'>SIS-229</a>] - 
Lambert Azimuthal Equal Area (Spherical) (EPSG:1027)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-542'>SIS-542</a>] - 
Mercator auxiliary sphere</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-538'>SIS-538</a>] - 
Support ESRI WKT element GEOGTRAN</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-539'>SIS-539</a>] - 
Create a &quot;cloud&quot; group of modules, starting with AWS S3</li>
+</ul>
+
+<h2>Improvements</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-300'>SIS-300</a>] - 
Complete the information provided in Citations constants</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-520'>SIS-520</a>] - 
SQLStore should avoid creating features with cyclic associations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-514'>SIS-514</a>] - 
GridGeometry.subgrid(…) should accept an area of interest with less dimensions 
than the base grid</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-535'>SIS-535</a>] - 
Search for coordinate operations create too many CRS</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-336'>SIS-336</a>] - 
URL to EPSG installation instructions should be customizable</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-393'>SIS-393</a>] - 
Missing META-INF service declarations for authority factories</li>
+</ul>
+
+<h2>Bug fixes</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-523'>SIS-523</a>] - 
Download of EPSG data must use https</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-527'>SIS-527</a>] - 
Improve stability of JavaFX application</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-519'>SIS-519</a>] - 
Never-ending loop in AbstractFeature.equals/hashCode</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-532'>SIS-532</a>] - 
NaN from unhandled case in reverse Oblique Mercator calculations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-537'>SIS-537</a>] - 
Oblique Stereographic: Wrong longitude in reverse transform + suggested fix 
</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-522'>SIS-522</a>] - 
IllegalArgumentException in GridExtent.toEnvelope(…)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-521'>SIS-521</a>] - 
Malformed SQL query in SQLStore</li>
+</ul>
+
+<h2>Tasks</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-525'>SIS-525</a>] - 
Remove AccessController usage</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-530'>SIS-530</a>] - 
Change Interpolation interface to an abstract class</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-531'>SIS-531</a>] - 
Deprecate (for removal) LoggerFactory</li>
+</ul>
+
+  </body>
+</html>

Reply via email to