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 723ca6e1a9b325fad06038110d26f71f2b2012b4
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Thu Dec 8 21:52:46 2022 +0100

    Minor adjustments in documentation about new release.
---
 layouts/shortcodes/version.html | 2 +-
 source/formats.md               | 2 +-
 source/javafx.md                | 9 +++++++++
 source/release-management.md    | 9 +++++----
 source/standards.md             | 2 +-
 5 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/layouts/shortcodes/version.html b/layouts/shortcodes/version.html
index ea710abb..a58941b0 100644
--- a/layouts/shortcodes/version.html
+++ b/layouts/shortcodes/version.html
@@ -1 +1 @@
-1.2
\ No newline at end of file
+1.3
\ No newline at end of file
diff --git a/source/formats.md b/source/formats.md
index 916d49ff..6dd208b4 100644
--- a/source/formats.md
+++ b/source/formats.md
@@ -40,7 +40,7 @@ in which case the root resource will be `Aggregate`.
     <td><code>Resource</code></td>
   </tr><tr>
     <td>{{% GPX %}}</td>
-    <td>Read</td>
+    <td>Read/write</td>
     <td><code>FeatureSet</code></td>
   </tr><tr>
     <td>{{% ISO %}} 19115 {{% XML %}}</td>
diff --git a/source/javafx.md b/source/javafx.md
index 6fbae502..c17e71fc 100644
--- a/source/javafx.md
+++ b/source/javafx.md
@@ -26,6 +26,15 @@ On first execution, the application will ask user to 
download the [JavaFX framew
 That framework is not included in the Apache {{% SIS %}} binaries for 
licensing reasons (it is under GPL license).
 Later on, the application will offer to download the [EPSG geodetic 
dataset](epsg.html) when first needed.
 That dataset is not included neither again for licensing reasons.
+
+## Troubleshooting
+
+If the application fails to start and the error message said _"Error 
initializing QuantumRenderer: no suitable pipeline found"_,
+then the JavaFX SDK is probably for the wrong platform.
+For example users on Intel platforms need to choose `x64` (not `aarch64`) on 
the download page.
+
+## First look
+
 After those two steps are completed, user can see an application like below:
 
 <div id="carousel" class="carousel slide" data-bs-ride="carousel">
diff --git a/source/release-management.md b/source/release-management.md
index 2434fcba..cf9c0818 100644
--- a/source/release-management.md
+++ b/source/release-management.md
@@ -24,8 +24,8 @@ the current release attempt. Those versions shall be set on 
the command line lik
 {{< highlight bash >}}
 gpg --list-keys                     # For getting the value to put in <your 
key ID>
 unset PATH_TO_FX
-export OLD_VERSION={{% version %}}
-export NEW_VERSION=1.2
+export OLD_VERSION=1.2
+export NEW_VERSION={{% version %}}
 export RELEASE_CANDIDATE=1
 export SIGNING_KEY=<your key ID>    # hexadecimal number with 8 or 40 digits.
 {{< / highlight >}}
@@ -62,7 +62,7 @@ Replace the `$OLD_VERSION` number by `$NEW_VERSION` in the 
values of following p
 * `DOWNLOAD_URL` in 
`core/sis-utility/src/main/java/org/apache/sis/setup/OptionalInstallations.java`
 file.
 * `<sis.non-free.version>` in root `pom.xml` file.
 * Review the `README` and `NOTICE` files in root directory.
-* Review the `README` files in `application/sis-console/src/main/artifact/` 
and subdirectories.
+* Review the `README` files in `application/sis-javafx/src/main/artifact/` and 
subdirectories.
 
 Commit and merge with other branches up to master.
 
@@ -153,10 +153,11 @@ git checkout -b $NEW_VERSION-RC
 export SIS_RC_DIR=`pwd`
 {{< / highlight >}}
 
-Remove the modules that are not yet ready for a release.
+Remove the files and modules that are not yet ready for a release.
 This may require removing `<module>` elements in the parent `pom.xml` file.
 
 {{< highlight bash >}}
+git rm .asf.yaml
 git rm -r core/sis-cql
 git rm -r storage/sis-shapefile
 git rm -r application/sis-webapp
diff --git a/source/standards.md b/source/standards.md
index b126435d..b74a3051 100644
--- a/source/standards.md
+++ b/source/standards.md
@@ -24,7 +24,7 @@ Some standards are implemented partially, others almost fully.
     <td></td>
     <td>Conceptual schema language</td>
   </tr><tr>
-    <td>ISO 19115-1:2014</td>
+    <td>ISO 19115-1:2014/Amd 1:2018</td>
     <td>OGC Topic 11</td>
     <td></td>
     <td>Metadata — fundamentals</td>

Reply via email to