You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/09/03 21:01:43 UTC

[james-project] 03/05: [3.7.1] Bump to 3.7.1 in the documentation

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 8bf1cfc56f99effbe2c718221bc05da71b683473
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Aug 26 14:03:50 2022 +0700

    [3.7.1] Bump to 3.7.1 in the documentation
---
 README.adoc                                             | 10 +++++-----
 docs/antora.yml                                         |  2 +-
 docs/modules/servers/pages/15-minute-demo.adoc          |  2 +-
 docs/modules/servers/pages/5-minute-demo.adoc           |  2 +-
 server/apps/distributed-app/docs/antora.yml             |  2 +-
 .../docs/modules/ROOT/pages/operate/index.adoc          | 17 ++++++++++-------
 .../docs/modules/ROOT/pages/run/k8s-values.adoc         |  2 +-
 .../docs/modules/ROOT/pages/run/run-docker.adoc         |  4 ++--
 .../apps/distributed-app/helm-chart/james/values.yaml   |  2 +-
 server/mailet/rate-limiter-redis/docker-compose.yml     |  2 +-
 server/mailet/rate-limiter/docker-compose.yml           |  2 +-
 src/homepage/howTo/mail-processing.html                 |  2 +-
 src/homepage/index.html                                 |  6 +++---
 src/site/markdown/mailet/quickstart.md                  |  2 +-
 src/site/xdoc/protocols/imap4.xml                       |  2 +-
 src/site/xdoc/server/install.xml                        |  8 ++++----
 src/site/xdoc/server/packaging.xml                      | 16 ++++++++--------
 src/site/xdoc/server/release-notes.xml                  | 12 ++++++++----
 18 files changed, 51 insertions(+), 44 deletions(-)

diff --git a/README.adoc b/README.adoc
index ae9cb78703..eea7d9225a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@ image:https://img.shields.io/badge/Join%20us-Mailing%20lists-purple.svg[link="ht
 link:https://gitter.im/apache/james-project[image:https://badges.gitter.im/apache/james-project.svg[Join the chat at link:https://gitter.im/apache/james-project]]
 image:https://img.shields.io/badge/CI-Jenkins-blue.svg[link="https://ci-builds.apache.org/job/james/job/ApacheJames/"]
 image:https://img.shields.io/badge/Documentation-green.svg[link="https://james.apache.org/documentation.html"]
-image:https://img.shields.io/badge/Downloads-3.7.0-yellow.svg[link="https://james.apache.org/download.cgi"]
+image:https://img.shields.io/badge/Downloads-3.7.1-yellow.svg[link="https://james.apache.org/download.cgi"]
 image:https://img.shields.io/badge/Images-docker-blue.svg[link="https://hub.docker.com/r/apache/james"]
 image:https://img.shields.io/badge/License-ApacheV2-orange.svg[link="https://www.apache.org/licenses/"]
 image:https://img.shields.io/badge/Latests-news-red.svg[link="https://james.apache.org/index.html#posts"]
@@ -22,7 +22,7 @@ of Control mail platform offered and  go further customizing filtering and routi
 
 Supported protocols are: IMAP, SMTP, link:https://jmap.io[JMAP], POP3 and more...
 
-The link:https://james.staged.apache.org/james-project/3.7.0/servers/distributed.html[*Distributed server*] focuses on delivering an easy-to-operate scalable mail server based on modern technologies
+The link:https://james.staged.apache.org/james-project/3.7.1/servers/distributed.html[*Distributed server*] focuses on delivering an easy-to-operate scalable mail server based on modern technologies
 (Cassandra, S3, OpenSearch and RabbitMQ).
 
 Read more on https://james.apache.org/[our website].
@@ -56,7 +56,7 @@ There is many other ways one can help us: packaging, communication, etc ...
 ====
 Requirements: `docker` installed.
 
-Here you will try James server version 3.7.0 thanks to a docker image. This James image has a default configuration using JPA
+Here you will try James server version 3.7.1 thanks to a docker image. This James image has a default configuration using JPA
 (hsqldb) and Lucene. It also includes a default domain named james.local and three default users: user01@james.local,
 user02@james.local, user03@james.local, with their default password being 1234.
 
@@ -64,7 +64,7 @@ Note: this James server will respond to IMAPS port 993 and SMTPS port 465.
 
 Pull and run the James image with the following single command:
 
-    $ docker run -p "465:465" -p "993:993" apache/james:demo-3.7.0
+    $ docker run -p "465:465" -p "993:993" apache/james:demo-3.7.1
 
 Then, connect this image with for instance, Thunderbird.
 link:https://james.apache.org/howTo/imap-server.html[This tutorial] covers more in depth user and domain creation, as well as Thunderbird setup.
@@ -120,7 +120,7 @@ link:docs/modules/development/pages/deployment-tests.adoc[This page] details how
 James comes with a https://james.apache.org/documentation.html[Documentation] and https://github.com/linagora/james-project/tree/master/src/adr[Architectural Decision Records].
 
 A more precise description of the *Distributed Server* architecture can be found
-link:https://james.staged.apache.org/james-project/3.7.0/servers/distributed/architecture/index.html[here].
+link:https://james.staged.apache.org/james-project/3.7.1/servers/distributed/architecture/index.html[here].
 
 == Articles for James community
 
diff --git a/docs/antora.yml b/docs/antora.yml
index cbc13e686f..0a05d7d77f 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,6 +1,6 @@
 name: james-project
 title: Apache James Server
-version: '3.7.0'
+version: '3.7.1'
 prerelease: SNAPSHOT
 nav:
 - modules/concepts/nav.adoc
diff --git a/docs/modules/servers/pages/15-minute-demo.adoc b/docs/modules/servers/pages/15-minute-demo.adoc
index c6220532fe..318a29219b 100644
--- a/docs/modules/servers/pages/15-minute-demo.adoc
+++ b/docs/modules/servers/pages/15-minute-demo.adoc
@@ -34,7 +34,7 @@ Now run the James demo server using this command:
 
 [source,bash]
 ----
-docker run -d -p "25:25" -p "143:143" -p "127.0.0.1:8000:8000" -v $(pwd)/webadmin.properties:/root/conf/webadmin.properties --name james apache/james:demo-3.7.0
+docker run -d -p "25:25" -p "143:143" -p "127.0.0.1:8000:8000" -v $(pwd)/webadmin.properties:/root/conf/webadmin.properties --name james apache/james:demo-latest
 ----
 
 Explanation:
diff --git a/docs/modules/servers/pages/5-minute-demo.adoc b/docs/modules/servers/pages/5-minute-demo.adoc
index 38219c43d7..94e95ad799 100644
--- a/docs/modules/servers/pages/5-minute-demo.adoc
+++ b/docs/modules/servers/pages/5-minute-demo.adoc
@@ -15,7 +15,7 @@ To begin, run the James demo server using Docker:
 
 [source,bash]
 ----
-docker run -d -p "25:25" -p "143:143" --name james apache/james:demo-3.7.0
+docker run -d -p "25:25" -p "143:143" --name james apache/james:demo-latest
 ----
 
 Explanation:
diff --git a/server/apps/distributed-app/docs/antora.yml b/server/apps/distributed-app/docs/antora.yml
index ab219bf95e..8f84aed309 100644
--- a/server/apps/distributed-app/docs/antora.yml
+++ b/server/apps/distributed-app/docs/antora.yml
@@ -1,6 +1,6 @@
 name: james-distributed-app
 title: Apache James Distributed Server
-version: '3.7.0'
+version: '3.7.1'
 prerelease: SNAPSHOT
 nav:
 - modules/ROOT/nav.adoc
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc
index e146864442..5865a7867f 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc
@@ -32,23 +32,26 @@ This section sums up and links upgrade instructions for people willing to upgrad
 
 .Upgrade path
 |===
-| Upgrade from | Recommended upgrade path to 3.7.0
+| Upgrade from | Recommended upgrade path to 3.7.1
+
+| 3.7.0
+| Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 | 3.6.2
-| Rolling upgrade to 3.7.0. No specific upgrade instructions to perform.
+| Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 | 3.6.1
-| Rolling upgrade to 3.7.0. No specific upgrade instructions to perform.
+| Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 | 3.6.0
-| Rolling upgrade to 3.7.0. No specific upgrade instructions to perform.
+| Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 | 3.5.0
 | 1. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#360-version[3.6.0 upgrade instructions]
 
 Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be done in a rolling fashion manner.
 
-2. Rolling upgrade to 3.7.0. No specific upgrade instructions to perform.
+2. Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 
 | 3.4.0
@@ -58,7 +61,7 @@ Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be do
 
 Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be done in a rolling fashion manner.
 
-3. Rolling upgrade to 3.7.0. No specific upgrade instructions to perform.
+3. Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 | 3.3.0
 | 1. upgrade to 3.4.0, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#340-version[3.4.0 upgrade instructions]
@@ -71,6 +74,6 @@ Note: Because of ElasticSearch upgrade (2.2 ->  6.3) this migration cannot be do
 
 Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be done in a rolling fashion manner.
 
-4. Rolling upgrade to 3.7.0. No specific upgrade instructions to perform.
+4. Rolling upgrade to 3.7.1. No specific upgrade instructions to perform.
 
 |===
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc
index b24ebd8ba1..7f670beead 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc
@@ -31,7 +31,7 @@ JMAP instance in the cluster
 |replicaImapSmtpInstanceCount |1 |The number of pods we deploy for James
 IMAP/SMTP instance in the cluster
 
-|image |apache/james:distributed-3.7.0 |The James image used for
+|image |apache/james:distributed-3.7.1 |The James image used for
 deployment (Cassandra - RabbitMQ - LDAP distributed James flavor)
 |===
 
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc
index 7961b74aac..ea78b624f3 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc
@@ -44,7 +44,7 @@ Then load the distributed server docker image:
 
 Alternatively we provide convenience distribution for the latest release:
 
-    docker pull apache/james:distributed-3.7.0
+    docker pull apache/james:distributed-3.7.1
 
 === Running
 Firstly, create your own user network on Docker for the James environment:
@@ -82,7 +82,7 @@ Copy your TLS keys to the current folder or generate it using the following comm
 To run this container :
 
     $ docker run --network james --hostname HOSTNAME -p "25:25" -p 80:80 -p "110:110" -p "143:143" -p "465:465" -p "587:587" -p "993:993" -p "127.0.0.1:8000:8000" --name james_run
-        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.7.0
+        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.7.1
 
 Where :
 
diff --git a/server/apps/distributed-app/helm-chart/james/values.yaml b/server/apps/distributed-app/helm-chart/james/values.yaml
index f215cdd572..7330017b63 100644
--- a/server/apps/distributed-app/helm-chart/james/values.yaml
+++ b/server/apps/distributed-app/helm-chart/james/values.yaml
@@ -9,7 +9,7 @@ dns:
 james:
   replicaJmapInstanceCount: 1
   replicaImapSmtpInstanceCount: 1
-  image: apache/james:distributed-3.7.0
+  image: apache/james:distributed-3.7.1
   ## Environment for James
   env:
     jamesCassandraKeyspace: sandbox_james
diff --git a/server/mailet/rate-limiter-redis/docker-compose.yml b/server/mailet/rate-limiter-redis/docker-compose.yml
index 45b1db8f50..757396f6a8 100644
--- a/server/mailet/rate-limiter-redis/docker-compose.yml
+++ b/server/mailet/rate-limiter-redis/docker-compose.yml
@@ -12,7 +12,7 @@ services:
     container_name: james
     hostname: james.local
     volumes:
-      - $PWD/target/james-server-rate-limiter-redis-3.7.0-SNAPSHOT-jar-with-dependencies.jar:/root/extensions-jars/james-server-rate-limiter-redis.jar
+      - $PWD/target/james-server-rate-limiter-redis-3.8.0-SNAPSHOT-jar-with-dependencies.jar:/root/extensions-jars/james-server-rate-limiter-redis.jar
       - $PWD/extensions.properties:/root/conf/extensions.properties
       - $PWD/redis.properties:/root/conf/redis.properties
       - $PWD/mailetcontainer.xml:/root/conf/mailetcontainer.xml
diff --git a/server/mailet/rate-limiter/docker-compose.yml b/server/mailet/rate-limiter/docker-compose.yml
index 5b4f8c9fb1..63ddeb72fe 100644
--- a/server/mailet/rate-limiter/docker-compose.yml
+++ b/server/mailet/rate-limiter/docker-compose.yml
@@ -7,6 +7,6 @@ services:
     container_name: james
     hostname: james.local
     volumes:
-      - $PWD/target/james-server-rate-limiter-3.7.0-SNAPSHOT-jar-with-dependencies.jar:/root/extensions-jars/james-server-rate-limiter.jar
+      - $PWD/target/james-server-rate-limiter-3.8.0-SNAPSHOT-jar-with-dependencies.jar:/root/extensions-jars/james-server-rate-limiter.jar
       - $PWD/extensions.properties:/root/conf/extensions.properties
       - $PWD/mailetcontainer.xml:/root/conf/mailetcontainer.xml
diff --git a/src/homepage/howTo/mail-processing.html b/src/homepage/howTo/mail-processing.html
index 5f2f4f21e7..e148ee0a85 100644
--- a/src/homepage/howTo/mail-processing.html
+++ b/src/homepage/howTo/mail-processing.html
@@ -50,7 +50,7 @@ layout: howTo
           Hence, we can arrange James standard components listed <a href="/server/dev-provided-mailets.html">here</a> to achieve basic logic. But what if our goals are more
           complex? What if we need our own processing components?</p>
 
-          <p>This page will propose a 'hands on practice' how-to using James 3.7.0. We will implement a custom mailet and a custom matcher,
+          <p>This page will propose a 'hands on practice' how-to using James 3.7.1. We will implement a custom mailet and a custom matcher,
           then deploy it in a James server.</p>
 
           <p>We need to choose our use case. We will, when a mail is delayed over one day, write a mail to the original sender
diff --git a/src/homepage/index.html b/src/homepage/index.html
index 74fe855743..4644dd7ead 100644
--- a/src/homepage/index.html
+++ b/src/homepage/index.html
@@ -119,14 +119,14 @@ layout: default
             <ul class="james-ul no-padding">
               <li class="post-template"><span class="long-arrow-right">&#8594;</span><span><b>
 WHAT WILL YOU TRY:</b><br>
-              <span>Here you will try James server v 3.7.0 thanks to an image. This James image has a default configuration
+              <span>Here you will try James server v 3.7.1 thanks to an image. This James image has a default configuration
                 using JPA (hsqldb) and Lucene. It also includes a default domain named james.local and three default users:
                 user01@james.local, user02@james.local, user03@james.local, with their default password being <i>1234</i>.<br>
                 <i>Note: this James server will respond to IMAPS port 993 and SMTPS port 465.</i></span></span>
               </li>
               <li class="post-template"><span class="long-arrow-right">&#8594;</span><span><b>STEPS YOU HAVE TO FOLLOW:</b><br>
                 Pull and run the James image with the following single command:<br><br>
-                <code class="highlighter-rouge">docker run -p "465:465" -p "993:993" apache/james:demo-3.7.0</code>
+                <code class="highlighter-rouge">docker run -p "465:465" -p "993:993" apache/james:demo-3.7.1</code>
 
                 <br><br>
                 Then, connect this image with for instance, Thunderbird. This <a href="howTo/imap-server.html">tutorial</a> covers more in depth user and domain creation,
@@ -168,7 +168,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template"><span><b>INCOMING WORK</b><br>
                 <ul>
                   <li><span class="long-arrow-right">&#8594;</span><span>Rework our documentation with <a href="https://antora.org/">Antora</a>,
-                    specify it on a per-server basis for ease of use. <a href="https://james.staged.apache.org/james-project/3.7.0/servers/index.html">Preview</a>...<br/>
+                    specify it on a per-server basis for ease of use. <a href="https://james.staged.apache.org/james-project/3.7.1/servers/index.html">Preview</a>...<br/>
                     We will furthermore target servers to identified use cases, formulated in non technical terms: Basic Server, Advanced Server and Distributed Server.<br/></span></li>
                   <li><span class="long-arrow-right">&#8594;</span><span>Promote guice based applications.<br/>
                     Spring server will be deprecated. A summary of community call describing this item can be found
diff --git a/src/site/markdown/mailet/quickstart.md b/src/site/markdown/mailet/quickstart.md
index 362aca7329..c89ae0e812 100644
--- a/src/site/markdown/mailet/quickstart.md
+++ b/src/site/markdown/mailet/quickstart.md
@@ -20,7 +20,7 @@ Just include something like this in your *pom.xml*
     <dependency>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet-api</artifactId>
-        <version>3.7.0</version>
+        <version>3.7.1</version>
     </dependency>
     <!-- other dependencies -->
 </dependencies>
diff --git a/src/site/xdoc/protocols/imap4.xml b/src/site/xdoc/protocols/imap4.xml
index 1f0381197a..200f35c4db 100644
--- a/src/site/xdoc/protocols/imap4.xml
+++ b/src/site/xdoc/protocols/imap4.xml
@@ -76,7 +76,7 @@
   </section>
 
   <section name='Apache James IMAP in Server and as component'>
-    <p><a href='http://james.apache.org/server'>Apache James Server 3.7.0</a> supports IMAP
+    <p><a href='http://james.apache.org/server'>Apache James Server 3.7.1</a> supports IMAP
        (using this library).</p>
     <p>The <a href="source-code.html">source code</a> page contains information on how 
        to develop on James IMAP.</p>
diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index c789fcb8e0..292af1dda5 100644
--- a/src/site/xdoc/server/install.xml
+++ b/src/site/xdoc/server/install.xml
@@ -29,11 +29,11 @@
 
   <subsection name="Java Virtual Machine">
 
-    <p>James 3.7.0 requires a Java Runtime Environment. Java version 11 is required to run the
+    <p>James 3.7.1 requires a Java Runtime Environment. Java version 11 is required to run the
        James application. The exact JREs available depends on the platform. In addition, the environment variable JAVA_HOME should be set to
        the JRE home directory before running James.</p>
     
-    <p>James 3.7.0 has been successfully tested on OpenJDK 11</p>
+    <p>James 3.7.1 has been successfully tested on OpenJDK 11</p>
   
   </subsection>
   
@@ -72,8 +72,8 @@
   </section>
 
   <section name="Build instructions">
-      <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.7.0">
-          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.7.0/README.adoc">README instructions</a> about compilation.</p>
+      <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.7.1">
+          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.7.1/README.adoc">README instructions</a> about compilation.</p>
 
       <ul>Using these instructions, you can build the following images:
           <li>Guice + JPA + Lucene</li>
diff --git a/src/site/xdoc/server/packaging.xml b/src/site/xdoc/server/packaging.xml
index a18298fc78..fd4e52a1a5 100644
--- a/src/site/xdoc/server/packaging.xml
+++ b/src/site/xdoc/server/packaging.xml
@@ -76,9 +76,9 @@
                     <tr>
                         <td>Docker image</td>
                         <td>Not available. Contributions welcomed for JIB support.</td>
-                        <td>apache/james:cassandra-3.7.0</td>
-                        <td>apache/james:distributed-3.7.0</td>
-                        <td>apache/james:jpa-3.7.0</td>
+                        <td>apache/james:cassandra-3.7.1</td>
+                        <td>apache/james:distributed-3.7.1</td>
+                        <td>apache/james:jpa-3.7.1</td>
                         <td>None</td>
                     </tr>
                     <tr>
@@ -230,7 +230,7 @@
                         <th>Supported protocols</th>
                     </tr>
                     <tr>
-                        <td>apache/james:distributed-3.7.0</td>
+                        <td>apache/james:distributed-3.7.1</td>
                         <td>Multi-node</td>
                         <td>Cassandra</td>
                         <td>S3 or Cassandra</td>
@@ -239,7 +239,7 @@
                         <td>SMTP, IMAP, JMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:jpa-3.7.0</td>
+                        <td>apache/james:jpa-3.7.1</td>
                         <td>Single node</td>
                         <td>Embedded Derby database (JPA, SQL)</td>
                         <td>Not applicable</td>
@@ -248,7 +248,7 @@
                         <td>SMTP, IMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:demo-3.7.0</td>
+                        <td>apache/james:demo-3.7.1</td>
                         <td>Pre-provisioned Single node instance to ease project discovery</td>
                         <td>Embedded Derby database (JPA, SQL)</td>
                         <td>Not applicable</td>
@@ -257,7 +257,7 @@
                         <td>SMTP, IMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:memory-3.7.0</td>
+                        <td>apache/james:memory-3.7.1</td>
                         <td>Single node for test purposes</td>
                         <td>Memory (no persistence)</td>
                         <td>Memory (no persistence)</td>
@@ -266,7 +266,7 @@
                         <td>SMTP, IMAP, JMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:cassandra-3.7.0</td>
+                        <td>apache/james:cassandra-3.7.1</td>
                         <td>Single node on top of a shared database</td>
                         <td>Cassandra</td>
                         <td>Cassandra</td>
diff --git a/src/site/xdoc/server/release-notes.xml b/src/site/xdoc/server/release-notes.xml
index 88215b7773..73cb1fbcad 100644
--- a/src/site/xdoc/server/release-notes.xml
+++ b/src/site/xdoc/server/release-notes.xml
@@ -39,6 +39,14 @@
                 of a <a href="https://github.com/apache/james-project/blob/master/CHANGELOG.md">changelog file</a>
                 as well as details <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md">upgrade instructions</a>.</p>
         </section>
+        <section name="Version 3.7.1">
+            <p>Released March 2021</p>
+            <p><a href="https://james.apache.org/james/update/2022/08/26/james-3.7.1.html">Read the release announce</a>. </p>
+        </section>
+        <section name="Version 3.7.0">
+            <p>Released March 2021</p>
+            <p><a href="https://james.apache.org/james/update/2022/03/21/james-3.7.0.html">Read the release announce</a>. </p>
+        </section>
         <section name="Version 3.6.1">
             <p>Released December 2021</p>
             <p><a href="https://james.apache.org/james/update/2021/12/02/james-3.6.1.html">Read the release announce</a>. </p>
@@ -50,10 +58,6 @@
                 <li><b>CVE-2021-40525</b>: Apache James: Sieve file storage vulnerable to path traversal attacks</li>
             </ul>
         </section>
-        <section name="Version 3.7.0">
-            <p>Released March 2021</p>
-            <p><a href="https://james.apache.org/james/update/2022/03/21/james-3.7.0.html">Read the release announce</a>. </p>
-        </section>
         <section name="Version 3.6.0">
             <p>Released March 2021</p>
             <p><a href="https://james.apache.org/james/update/2021/03/16/james-3.6.0.html">Read the release announce</a>. </p>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org