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

mjumper pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9363c864 Mark 1.5.0 as released.
9363c864 is described below

commit 9363c864968296464968a518934811acf4acb94c
Author: Michael Jumper <[email protected]>
AuthorDate: Sun Feb 19 09:28:06 2023 -0800

    Mark 1.5.0 as released.
---
 content/doap.rdf                              |  7 +++
 content/doc/guacamole-common                  |  2 +-
 content/doc/guacamole-common-js               |  2 +-
 content/doc/guacamole-ext                     |  2 +-
 content/doc/gug                               |  2 +-
 content/doc/libguac                           |  2 +-
 content/doc/libguac-terminal                  |  1 +
 content/index.html                            |  4 +-
 content/releases/0.8.3/index.html             |  2 +-
 content/releases/0.8.4/index.html             |  2 +-
 content/releases/0.9.0/index.html             |  2 +-
 content/releases/0.9.1/index.html             |  2 +-
 content/releases/0.9.10-incubating/index.html |  2 +-
 content/releases/0.9.11-incubating/index.html |  2 +-
 content/releases/0.9.12-incubating/index.html |  2 +-
 content/releases/0.9.13-incubating/index.html |  2 +-
 content/releases/0.9.14/index.html            |  2 +-
 content/releases/0.9.2/index.html             |  2 +-
 content/releases/0.9.3/index.html             |  2 +-
 content/releases/0.9.4/index.html             |  2 +-
 content/releases/0.9.5/index.html             |  2 +-
 content/releases/0.9.6/index.html             |  2 +-
 content/releases/0.9.7/index.html             |  2 +-
 content/releases/0.9.8/index.html             |  2 +-
 content/releases/0.9.9/index.html             |  2 +-
 content/releases/1.0.0/index.html             |  2 +-
 content/releases/1.1.0/index.html             |  2 +-
 content/releases/1.2.0/index.html             |  2 +-
 content/releases/1.3.0/index.html             |  2 +-
 content/releases/1.4.0/index.html             | 73 ++++++++++++-----------
 content/releases/1.5.0/index.html             | 84 +++++++++++++--------------
 content/releases/index.html                   |  9 +++
 32 files changed, 124 insertions(+), 106 deletions(-)

diff --git a/content/doap.rdf b/content/doap.rdf
index e86c5124..e6058b61 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -95,6 +95,13 @@
 
         <!-- Releases -->
 
+        <release>
+            <Version>
+                <name>Apache Guacamole</name>
+                <created>2023-02-18</created>
+                <revision>1.5.0</revision>
+            </Version>
+        </release>
         <release>
             <Version>
                 <name>Apache Guacamole</name>
diff --git a/content/doc/guacamole-common b/content/doc/guacamole-common
index 33d9d3dc..aa4491fd 120000
--- a/content/doc/guacamole-common
+++ b/content/doc/guacamole-common
@@ -1 +1 @@
-1.4.0/guacamole-common
\ No newline at end of file
+1.5.0/guacamole-common
\ No newline at end of file
diff --git a/content/doc/guacamole-common-js b/content/doc/guacamole-common-js
index e4df9dd8..d5d11bc7 120000
--- a/content/doc/guacamole-common-js
+++ b/content/doc/guacamole-common-js
@@ -1 +1 @@
-1.4.0/guacamole-common-js
\ No newline at end of file
+1.5.0/guacamole-common-js
\ No newline at end of file
diff --git a/content/doc/guacamole-ext b/content/doc/guacamole-ext
index ba3e3c3d..d1ccfc74 120000
--- a/content/doc/guacamole-ext
+++ b/content/doc/guacamole-ext
@@ -1 +1 @@
-1.4.0/guacamole-ext
\ No newline at end of file
+1.5.0/guacamole-ext
\ No newline at end of file
diff --git a/content/doc/gug b/content/doc/gug
index b135777a..4f3523a3 120000
--- a/content/doc/gug
+++ b/content/doc/gug
@@ -1 +1 @@
-1.4.0/gug
\ No newline at end of file
+1.5.0/gug
\ No newline at end of file
diff --git a/content/doc/libguac b/content/doc/libguac
index 08c2b735..a471b1a8 120000
--- a/content/doc/libguac
+++ b/content/doc/libguac
@@ -1 +1 @@
-1.4.0/libguac
\ No newline at end of file
+1.5.0/libguac
\ No newline at end of file
diff --git a/content/doc/libguac-terminal b/content/doc/libguac-terminal
new file mode 120000
index 00000000..19a7ef7f
--- /dev/null
+++ b/content/doc/libguac-terminal
@@ -0,0 +1 @@
+1.5.0/libguac-terminal
\ No newline at end of file
diff --git a/content/index.html b/content/index.html
index d65502e1..d148b691 100644
--- a/content/index.html
+++ b/content/index.html
@@ -434,8 +434,8 @@
 <!-- Link to latest release -->
 <div class="latest-release">
     
-    Latest release: <a href="/releases/1.4.0/"
-       class="version">1.4.0</a> (released on 2022-01-01 21:20:13 -0800)
+    Latest release: <a href="/releases/1.5.0/"
+       class="version">1.5.0</a> (released on 2023-02-18 09:23:07 -0800)
 </div>
 
 <!-- List of features -->
diff --git a/content/releases/0.8.3/index.html 
b/content/releases/0.8.3/index.html
index c91d7431..9c7a6b62 100644
--- a/content/releases/0.8.3/index.html
+++ b/content/releases/0.8.3/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.8.4/index.html 
b/content/releases/0.8.4/index.html
index bfa24ebf..127f1daf 100644
--- a/content/releases/0.8.4/index.html
+++ b/content/releases/0.8.4/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.0/index.html 
b/content/releases/0.9.0/index.html
index 4ac37dc0..1bdedfb5 100644
--- a/content/releases/0.9.0/index.html
+++ b/content/releases/0.9.0/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.1/index.html 
b/content/releases/0.9.1/index.html
index 861d4b9d..4e0ff383 100644
--- a/content/releases/0.9.1/index.html
+++ b/content/releases/0.9.1/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.10-incubating/index.html 
b/content/releases/0.9.10-incubating/index.html
index 90fdfccf..fcedc5a3 100644
--- a/content/releases/0.9.10-incubating/index.html
+++ b/content/releases/0.9.10-incubating/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 0.9.10-incubating is an archived release, and was
         originally released on 2016-12-29. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/0.9.11-incubating/index.html 
b/content/releases/0.9.11-incubating/index.html
index 3ae118ea..a331ab3c 100644
--- a/content/releases/0.9.11-incubating/index.html
+++ b/content/releases/0.9.11-incubating/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 0.9.11-incubating is an archived release, and was
         originally released on 2017-02-02. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/0.9.12-incubating/index.html 
b/content/releases/0.9.12-incubating/index.html
index d70437c3..94c762eb 100644
--- a/content/releases/0.9.12-incubating/index.html
+++ b/content/releases/0.9.12-incubating/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 0.9.12-incubating is an archived release, and was
         originally released on 2017-04-01. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/0.9.13-incubating/index.html 
b/content/releases/0.9.13-incubating/index.html
index 186c20f0..66abedfd 100644
--- a/content/releases/0.9.13-incubating/index.html
+++ b/content/releases/0.9.13-incubating/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 0.9.13-incubating is an archived release, and was
         originally released on 2017-07-30. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/0.9.14/index.html 
b/content/releases/0.9.14/index.html
index a7f4c037..f6742450 100644
--- a/content/releases/0.9.14/index.html
+++ b/content/releases/0.9.14/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 0.9.14 is an archived release, and was
         originally released on 2018-01-18. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/0.9.2/index.html 
b/content/releases/0.9.2/index.html
index 3edd97d9..2dd199dc 100644
--- a/content/releases/0.9.2/index.html
+++ b/content/releases/0.9.2/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.3/index.html 
b/content/releases/0.9.3/index.html
index 6bc85899..81c6e16c 100644
--- a/content/releases/0.9.3/index.html
+++ b/content/releases/0.9.3/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.4/index.html 
b/content/releases/0.9.4/index.html
index f16aaf37..dcab7068 100644
--- a/content/releases/0.9.4/index.html
+++ b/content/releases/0.9.4/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.5/index.html 
b/content/releases/0.9.5/index.html
index 885bf632..a488475e 100644
--- a/content/releases/0.9.5/index.html
+++ b/content/releases/0.9.5/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.6/index.html 
b/content/releases/0.9.6/index.html
index 86a0e484..6f1dfef0 100644
--- a/content/releases/0.9.6/index.html
+++ b/content/releases/0.9.6/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.7/index.html 
b/content/releases/0.9.7/index.html
index 7306818f..48d6fecf 100644
--- a/content/releases/0.9.7/index.html
+++ b/content/releases/0.9.7/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.8/index.html 
b/content/releases/0.9.8/index.html
index 8db23b31..9eeb6110 100644
--- a/content/releases/0.9.8/index.html
+++ b/content/releases/0.9.8/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/0.9.9/index.html 
b/content/releases/0.9.9/index.html
index 8a527aa5..40ed4872 100644
--- a/content/releases/0.9.9/index.html
+++ b/content/releases/0.9.9/index.html
@@ -409,7 +409,7 @@
         the Apache Incubator.</strong> It is not an Apache Software Foundation
         release, and is licensed under the <a
      href="https://opensource.org/licenses/MIT";>MIT license</a>. The latest
-     release of Apache Guacamole is <a href="/releases/1.4.0/">1.4.0</a>.</p>
+     release of Apache Guacamole is <a href="/releases/1.5.0/">1.5.0</a>.</p>
 </div>
 
 <div id="links">
diff --git a/content/releases/1.0.0/index.html 
b/content/releases/1.0.0/index.html
index f538cf61..a7d78d62 100644
--- a/content/releases/1.0.0/index.html
+++ b/content/releases/1.0.0/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 1.0.0 is an archived release, and was
         originally released on 2019-01-08. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/1.1.0/index.html 
b/content/releases/1.1.0/index.html
index d80c1791..bda20a87 100644
--- a/content/releases/1.1.0/index.html
+++ b/content/releases/1.1.0/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 1.1.0 is an archived release, and was
         originally released on 2020-01-29. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/1.2.0/index.html 
b/content/releases/1.2.0/index.html
index 3dcf7cb6..c7f7481d 100644
--- a/content/releases/1.2.0/index.html
+++ b/content/releases/1.2.0/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 1.2.0 is an archived release, and was
         originally released on 2020-06-28. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/1.3.0/index.html 
b/content/releases/1.3.0/index.html
index ba33f8dc..93ef43b7 100644
--- a/content/releases/1.3.0/index.html
+++ b/content/releases/1.3.0/index.html
@@ -410,7 +410,7 @@
     <div class="archive-disclaimer">
         <p>Apache Guacamole 1.3.0 is an archived release, and was
         originally released on 2021-01-01. <strong>The
-        latest release of Apache Guacamole is <a 
href="/releases/1.4.0/">1.4.0</a>.</strong></p>
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
     </div>
 
 
diff --git a/content/releases/1.4.0/index.html 
b/content/releases/1.4.0/index.html
index 32adef8e..0e71d5a8 100644
--- a/content/releases/1.4.0/index.html
+++ b/content/releases/1.4.0/index.html
@@ -406,6 +406,13 @@
                 
 
 
+    
+    <div class="archive-disclaimer">
+        <p>Apache Guacamole 1.4.0 is an archived release, and was
+        originally released on 2022-01-01. <strong>The
+        latest release of Apache Guacamole is <a 
href="/releases/1.5.0/">1.5.0</a>.</strong></p>
+    </div>
+
 
 <h1>Apache Guacamole 1.4.0</h1>
 
@@ -455,7 +462,7 @@ Checksums of each released file are also provided.</p>
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/source/guacamole-client-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/source/guacamole-client-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-client-1.4.0.tar.gz'
@@ -466,17 +473,17 @@ Checksums of each released file are also provided.</p>
                        )">guacamole-client-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/source/guacamole-client-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/source/guacamole-client-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/source/guacamole-client-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/source/guacamole-client-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-server-1.4.0.tar.gz'
@@ -487,10 +494,10 @@ Checksums of each released file are also provided.</p>
                        )">guacamole-server-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
@@ -513,7 +520,7 @@ still be built and installed from source.</strong></p>
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-1.4.0.war?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-1.4.0.war";
                        onclick="trackDownload(
                            'click',
                            'guacamole-1.4.0.war'
@@ -524,17 +531,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-1.4.0.war</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-1.4.0.war.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-1.4.0.war.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-1.4.0.war.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-1.4.0.war.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-duo-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-duo-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-duo-1.4.0.tar.gz'
@@ -545,17 +552,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-duo-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-duo-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-duo-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-duo-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-duo-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-header-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-header-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-header-1.4.0.tar.gz'
@@ -566,17 +573,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-header-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-header-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-header-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-header-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-header-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-jdbc-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-jdbc-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-jdbc-1.4.0.tar.gz'
@@ -587,17 +594,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-jdbc-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-jdbc-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-jdbc-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-jdbc-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-jdbc-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-json-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-json-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-json-1.4.0.tar.gz'
@@ -608,17 +615,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-json-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-json-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-json-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-json-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-json-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-ldap-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-ldap-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-ldap-1.4.0.tar.gz'
@@ -629,17 +636,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-ldap-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-ldap-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-ldap-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-ldap-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-ldap-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-quickconnect-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-quickconnect-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-quickconnect-1.4.0.tar.gz'
@@ -650,17 +657,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-quickconnect-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-quickconnect-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-quickconnect-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-quickconnect-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-quickconnect-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-sso-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-sso-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-sso-1.4.0.tar.gz'
@@ -671,17 +678,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-sso-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-sso-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-sso-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-sso-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-sso-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.4.0/binary/guacamole-auth-totp-1.4.0.tar.gz?action=download";
+                <td><a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-totp-1.4.0.tar.gz";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-totp-1.4.0.tar.gz'
@@ -692,10 +699,10 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-totp-1.4.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-totp-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-totp-1.4.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.4.0/binary/guacamole-auth-totp-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://archive.apache.org/dist/guacamole/1.4.0/binary/guacamole-auth-totp-1.4.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
diff --git a/content/releases/1.5.0/index.html 
b/content/releases/1.5.0/index.html
index 288d355a..e57232ac 100644
--- a/content/releases/1.5.0/index.html
+++ b/content/releases/1.5.0/index.html
@@ -404,12 +404,6 @@
         <div id="page">
             <div id="content">
                 
-    <div class="draft-disclaimer">
-        <p><strong>Apache Guacamole 1.5.0 has not yet been
-        released!</strong> The artifacts and release notes below are drafts for
-        a proposed release of Apache Guacamole which has not yet occurred.</p>
-    </div>
-
 
 
 
@@ -463,7 +457,7 @@ Checksums of each released file are also provided.</p>
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/source/guacamole-client-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/source/guacamole-client-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-client-1.5.0.tar.gz'
@@ -474,17 +468,17 @@ Checksums of each released file are also provided.</p>
                        )">guacamole-client-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/source/guacamole-client-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/source/guacamole-client-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/source/guacamole-client-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/source/guacamole-client-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/source/guacamole-server-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/source/guacamole-server-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-server-1.5.0.tar.gz'
@@ -495,10 +489,10 @@ Checksums of each released file are also provided.</p>
                        )">guacamole-server-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/source/guacamole-server-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/source/guacamole-server-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/source/guacamole-server-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/source/guacamole-server-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
@@ -521,7 +515,7 @@ still be built and installed from source.</strong></p>
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-1.5.0.war";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-1.5.0.war?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-1.5.0.war'
@@ -532,17 +526,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-1.5.0.war</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-1.5.0.war.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-1.5.0.war.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-1.5.0.war.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-1.5.0.war.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-duo-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-duo-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-duo-1.5.0.tar.gz'
@@ -553,17 +547,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-duo-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-duo-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-duo-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-duo-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-duo-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-header-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-header-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-header-1.5.0.tar.gz'
@@ -574,17 +568,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-header-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-header-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-header-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-header-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-header-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-jdbc-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-jdbc-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-jdbc-1.5.0.tar.gz'
@@ -595,17 +589,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-jdbc-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-jdbc-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-jdbc-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-jdbc-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-jdbc-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-json-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-json-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-json-1.5.0.tar.gz'
@@ -616,17 +610,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-json-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-json-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-json-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-json-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-json-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-ldap-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-ldap-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-ldap-1.5.0.tar.gz'
@@ -637,17 +631,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-ldap-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-ldap-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-ldap-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-ldap-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-ldap-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-quickconnect-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-quickconnect-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-quickconnect-1.5.0.tar.gz'
@@ -658,17 +652,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-quickconnect-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-quickconnect-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-quickconnect-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-quickconnect-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-quickconnect-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-sso-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-sso-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-sso-1.5.0.tar.gz'
@@ -679,17 +673,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-sso-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-sso-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-sso-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-sso-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-sso-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-totp-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-auth-totp-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-auth-totp-1.5.0.tar.gz'
@@ -700,17 +694,17 @@ still be built and installed from source.</strong></p>
                        )">guacamole-auth-totp-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-totp-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-totp-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-auth-totp-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-auth-totp-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-history-recording-storage-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-history-recording-storage-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-history-recording-storage-1.5.0.tar.gz'
@@ -721,17 +715,17 @@ still be built and installed from source.</strong></p>
                        
)">guacamole-history-recording-storage-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-history-recording-storage-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-history-recording-storage-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-history-recording-storage-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-history-recording-storage-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
             <tr>
                 
                 
-                <td><a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-vault-1.5.0.tar.gz";
+                <td><a 
href="https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-vault-1.5.0.tar.gz?action=download";
                        onclick="trackDownload(
                            'click',
                            'guacamole-vault-1.5.0.tar.gz'
@@ -742,10 +736,10 @@ still be built and installed from source.</strong></p>
                        )">guacamole-vault-1.5.0.tar.gz</a></td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-vault-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-vault-1.5.0.tar.gz.asc";>PGP</a>
 ]</td>
                 
                     
-                    <td>[ <a 
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.0-RC1/binary/guacamole-vault-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
+                    <td>[ <a 
href="https://downloads.apache.org/guacamole/1.5.0/binary/guacamole-vault-1.5.0.tar.gz.sha256";>SHA-256</a>
 ]</td>
                 
             </tr>
         
diff --git a/content/releases/index.html b/content/releases/index.html
index 808bc970..c8f05ed8 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -424,6 +424,15 @@
     
     
         
+            <tr>
+                <td><a href="/releases/1.5.0/">1.5.0</a></td>
+                <td>In-app playback of recordings, key vaults, ECC keys, 
multiple LDAP/AD servers, shared connection join/leave notifications, bug fixes.
+</td>
+                <td>2023-02-18</td>
+            </tr>
+        
+    
+        
             <tr>
                 <td><a href="/releases/1.4.0/">1.4.0</a></td>
                 <td>Connection tiling, keyboard broadcasting, SSO 
improvements, multi-touch support for RDP, fixes for RDP audio input, JSON 
authentication, bug fixes.

Reply via email to