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 2ec3ade9 Mark 1.5.4 as released.
2ec3ade9 is described below
commit 2ec3ade904b48729e870f35fae273825153d69c7
Author: Michael Jumper <[email protected]>
AuthorDate: Fri Dec 8 17:27:47 2023 -0800
Mark 1.5.4 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 | 2 +-
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 | 2 +-
content/releases/1.5.0/index.html | 2 +-
content/releases/1.5.1/index.html | 2 +-
content/releases/1.5.2/index.html | 2 +-
content/releases/1.5.3/index.html | 85 +++++++++++++++------------
content/releases/1.5.4/index.html | 84 ++++++++++++--------------
content/releases/index.html | 9 +++
36 files changed, 134 insertions(+), 117 deletions(-)
diff --git a/content/doap.rdf b/content/doap.rdf
index 50f4328b..2afe34e6 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -95,6 +95,13 @@
<!-- Releases -->
+ <release>
+ <Version>
+ <name>Apache Guacamole</name>
+ <created>2023-12-07</created>
+ <revision>1.5.4</revision>
+ </Version>
+ </release>
<release>
<Version>
<name>Apache Guacamole</name>
diff --git a/content/doc/guacamole-common b/content/doc/guacamole-common
index a759d990..d42ec406 120000
--- a/content/doc/guacamole-common
+++ b/content/doc/guacamole-common
@@ -1 +1 @@
-1.5.3/guacamole-common
\ No newline at end of file
+1.5.4/guacamole-common
\ No newline at end of file
diff --git a/content/doc/guacamole-common-js b/content/doc/guacamole-common-js
index b27c6ec3..893ad08c 120000
--- a/content/doc/guacamole-common-js
+++ b/content/doc/guacamole-common-js
@@ -1 +1 @@
-1.5.3/guacamole-common-js
\ No newline at end of file
+1.5.4/guacamole-common-js
\ No newline at end of file
diff --git a/content/doc/guacamole-ext b/content/doc/guacamole-ext
index 80dab900..cdbb3527 120000
--- a/content/doc/guacamole-ext
+++ b/content/doc/guacamole-ext
@@ -1 +1 @@
-1.5.3/guacamole-ext
\ No newline at end of file
+1.5.4/guacamole-ext
\ No newline at end of file
diff --git a/content/doc/gug b/content/doc/gug
index d085d340..54a99844 120000
--- a/content/doc/gug
+++ b/content/doc/gug
@@ -1 +1 @@
-1.5.3/gug
\ No newline at end of file
+1.5.4/gug
\ No newline at end of file
diff --git a/content/doc/libguac b/content/doc/libguac
index caa8451d..768a08d9 120000
--- a/content/doc/libguac
+++ b/content/doc/libguac
@@ -1 +1 @@
-1.5.3/libguac
\ No newline at end of file
+1.5.4/libguac
\ No newline at end of file
diff --git a/content/doc/libguac-terminal b/content/doc/libguac-terminal
index 47182362..ffd03098 120000
--- a/content/doc/libguac-terminal
+++ b/content/doc/libguac-terminal
@@ -1 +1 @@
-1.5.3/libguac-terminal
\ No newline at end of file
+1.5.4/libguac-terminal
\ No newline at end of file
diff --git a/content/index.html b/content/index.html
index dc7999a1..08ff5879 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.5.3/"
- class="version">1.5.3</a> (released on 2023-07-31 10:40:06 -0700)
+ Latest release: <a href="/releases/1.5.4/"
+ class="version">1.5.4</a> (released on 2023-12-07 17:00:24 -0800)
</div>
<!-- List of features -->
diff --git a/content/releases/0.8.3/index.html
b/content/releases/0.8.3/index.html
index ec774f62..d8f59cac 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 dcabf984..275061d6 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 f26d3cfc..b5b765d8 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 8b88fc49..666e0c0f 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 1d454618..4e4504d8 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</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 6594886e..3024bdf2 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</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 69f89ec5..560b3d27 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</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 3c50246a..57d3ce2c 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/0.9.14/index.html
b/content/releases/0.9.14/index.html
index e8fee14e..1225317a 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/0.9.2/index.html
b/content/releases/0.9.2/index.html
index 2a18db0f..30ade72e 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 ac0b37f3..c743fee9 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 fa4b9e1b..e5eb297d 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 e648531f..1e1fbd4a 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 7a0cabb6..003ae2b5 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 2f8d45db..a0a845ae 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 bc408318..e43d3f4b 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 175cb5a1..95a1a012 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.5.3/">1.5.3</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.4/">1.5.4</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 f7db10d2..1a7f1f55 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.1.0/index.html
b/content/releases/1.1.0/index.html
index 3106757c..3f6c9799 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.2.0/index.html
b/content/releases/1.2.0/index.html
index 424ea591..01e86821 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.3.0/index.html
b/content/releases/1.3.0/index.html
index 0e876291..66987bb0 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.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.4.0/index.html
b/content/releases/1.4.0/index.html
index 192d1b99..205e88e5 100644
--- a/content/releases/1.4.0/index.html
+++ b/content/releases/1.4.0/index.html
@@ -410,7 +410,7 @@
<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.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.0/index.html
b/content/releases/1.5.0/index.html
index 19a39a24..f4bd9c64 100644
--- a/content/releases/1.5.0/index.html
+++ b/content/releases/1.5.0/index.html
@@ -410,7 +410,7 @@
<div class="archive-disclaimer">
<p>Apache Guacamole 1.5.0 is an archived release, and was
originally released on 2023-02-18. <strong>The
- latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.1/index.html
b/content/releases/1.5.1/index.html
index 523d9ca0..bc21cf7d 100644
--- a/content/releases/1.5.1/index.html
+++ b/content/releases/1.5.1/index.html
@@ -410,7 +410,7 @@
<div class="archive-disclaimer">
<p>Apache Guacamole 1.5.1 is an archived release, and was
originally released on 2023-04-13. <strong>The
- latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.2/index.html
b/content/releases/1.5.2/index.html
index e2afc686..13d416b0 100644
--- a/content/releases/1.5.2/index.html
+++ b/content/releases/1.5.2/index.html
@@ -410,7 +410,7 @@
<div class="archive-disclaimer">
<p>Apache Guacamole 1.5.2 is an archived release, and was
originally released on 2023-05-25. <strong>The
- latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.3/index.html
b/content/releases/1.5.3/index.html
index a289c647..47f5ebcf 100644
--- a/content/releases/1.5.3/index.html
+++ b/content/releases/1.5.3/index.html
@@ -406,6 +406,13 @@
+
+ <div class="archive-disclaimer">
+ <p>Apache Guacamole 1.5.3 is an archived release, and was
+ originally released on 2023-07-31. <strong>The
+ latest release of Apache Guacamole is <a
href="/releases/1.5.4/">1.5.4</a>.</strong></p>
+ </div>
+
<h1>Apache Guacamole 1.5.3</h1>
@@ -457,7 +464,7 @@ Checksums of each released file are also provided.</p>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-client-1.5.3.tar.gz'
@@ -468,17 +475,17 @@ Checksums of each released file are also provided.</p>
)">guacamole-client-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-server-1.5.3.tar.gz'
@@ -489,10 +496,10 @@ Checksums of each released file are also provided.</p>
)">guacamole-server-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
@@ -515,7 +522,7 @@ still be built and installed from source.</strong></p>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-1.5.3.war?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-1.5.3.war"
onclick="trackDownload(
'click',
'guacamole-1.5.3.war'
@@ -526,17 +533,17 @@ still be built and installed from source.</strong></p>
)">guacamole-1.5.3.war</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-1.5.3.war.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-1.5.3.war.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-1.5.3.war.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-1.5.3.war.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-duo-1.5.3.tar.gz'
@@ -547,17 +554,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-duo-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-header-1.5.3.tar.gz'
@@ -568,17 +575,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-header-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-jdbc-1.5.3.tar.gz'
@@ -589,17 +596,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-jdbc-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-json-1.5.3.tar.gz'
@@ -610,17 +617,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-json-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-ldap-1.5.3.tar.gz'
@@ -631,17 +638,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-ldap-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-quickconnect-1.5.3.tar.gz'
@@ -652,17 +659,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-quickconnect-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-sso-1.5.3.tar.gz'
@@ -673,17 +680,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-sso-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-totp-1.5.3.tar.gz'
@@ -694,17 +701,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-totp-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-history-recording-storage-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-history-recording-storage-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-history-recording-storage-1.5.3.tar.gz'
@@ -715,17 +722,17 @@ still be built and installed from source.</strong></p>
)">guacamole-history-recording-storage-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-history-recording-storage-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-history-recording-storage-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-history-recording-storage-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-history-recording-storage-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz"
onclick="trackDownload(
'click',
'guacamole-vault-1.5.3.tar.gz'
@@ -736,10 +743,10 @@ still be built and installed from source.</strong></p>
)">guacamole-vault-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
diff --git a/content/releases/1.5.4/index.html
b/content/releases/1.5.4/index.html
index de3bc818..7aa0ffc1 100644
--- a/content/releases/1.5.4/index.html
+++ b/content/releases/1.5.4/index.html
@@ -404,12 +404,6 @@
<div id="page">
<div id="content">
- <div class="draft-disclaimer">
- <p><strong>Apache Guacamole 1.5.4 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.4-RC2/source/guacamole-client-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/source/guacamole-client-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-client-1.5.4.tar.gz'
@@ -474,17 +468,17 @@ Checksums of each released file are also provided.</p>
)">guacamole-client-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/source/guacamole-client-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/source/guacamole-client-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/source/guacamole-client-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/source/guacamole-client-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/source/guacamole-server-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/source/guacamole-server-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-server-1.5.4.tar.gz'
@@ -495,10 +489,10 @@ Checksums of each released file are also provided.</p>
)">guacamole-server-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/source/guacamole-server-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/source/guacamole-server-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/source/guacamole-server-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/source/guacamole-server-1.5.4.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.4-RC2/binary/guacamole-1.5.4.war"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-1.5.4.war?action=download"
onclick="trackDownload(
'click',
'guacamole-1.5.4.war'
@@ -532,17 +526,17 @@ still be built and installed from source.</strong></p>
)">guacamole-1.5.4.war</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-1.5.4.war.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-1.5.4.war.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-duo-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-duo-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-duo-1.5.4.tar.gz'
@@ -553,17 +547,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-duo-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-duo-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-duo-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-duo-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-duo-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-header-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-header-1.5.4.tar.gz'
@@ -574,17 +568,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-header-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-header-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-header-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-jdbc-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-jdbc-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-jdbc-1.5.4.tar.gz'
@@ -595,17 +589,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-jdbc-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-jdbc-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-jdbc-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-jdbc-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-jdbc-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-json-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-json-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-json-1.5.4.tar.gz'
@@ -616,17 +610,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-json-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-json-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-json-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-json-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-json-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-ldap-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-ldap-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-ldap-1.5.4.tar.gz'
@@ -637,17 +631,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-ldap-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-ldap-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-ldap-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-ldap-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-ldap-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-quickconnect-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-quickconnect-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-quickconnect-1.5.4.tar.gz'
@@ -658,17 +652,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-quickconnect-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-quickconnect-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-quickconnect-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-quickconnect-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-quickconnect-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-sso-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-sso-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-sso-1.5.4.tar.gz'
@@ -679,17 +673,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-sso-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-sso-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-sso-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-sso-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-sso-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-totp-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-auth-totp-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-totp-1.5.4.tar.gz'
@@ -700,17 +694,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-totp-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-totp-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-totp-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-auth-totp-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-totp-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-history-recording-storage-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-history-recording-storage-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-history-recording-storage-1.5.4.tar.gz'
@@ -721,17 +715,17 @@ still be built and installed from source.</strong></p>
)">guacamole-history-recording-storage-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-history-recording-storage-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-history-recording-storage-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-history-recording-storage-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-history-recording-storage-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-vault-1.5.4.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.4/binary/guacamole-vault-1.5.4.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-vault-1.5.4.tar.gz'
@@ -742,10 +736,10 @@ still be built and installed from source.</strong></p>
)">guacamole-vault-1.5.4.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-vault-1.5.4.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-vault-1.5.4.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.4-RC2/binary/guacamole-vault-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-vault-1.5.4.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
diff --git a/content/releases/index.html b/content/releases/index.html
index a30fc8c3..8a244435 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -424,6 +424,15 @@
+ <tr>
+ <td><a href="/releases/1.5.4/">1.5.4</a></td>
+ <td>Bugfix release addressing miscellaneous issues from 1.5.3
and earlier, and updating dependencies to their latest compatible versions.
+</td>
+ <td>2023-12-07</td>
+ </tr>
+
+
+
<tr>
<td><a href="/releases/1.5.3/">1.5.3</a></td>
<td>Bugfix release addressing miscellaneous issues from 1.5.2
and earlier, and updating dependencies to their latest compatible versions.