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 31a8a6e6 Mark 1.5.3 as released.
31a8a6e6 is described below
commit 31a8a6e6d9ecfaa8d2e156b25e3b8f36c06ff883
Author: Michael Jumper <[email protected]>
AuthorDate: Tue Aug 1 12:45:30 2023 -0700
Mark 1.5.3 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 | 85 +++++++++++++++------------
content/releases/1.5.3/index.html | 84 ++++++++++++--------------
content/releases/index.html | 9 +++
35 files changed, 133 insertions(+), 116 deletions(-)
diff --git a/content/doap.rdf b/content/doap.rdf
index b87cd496..50f4328b 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -95,6 +95,13 @@
<!-- Releases -->
+ <release>
+ <Version>
+ <name>Apache Guacamole</name>
+ <created>2023-07-31</created>
+ <revision>1.5.3</revision>
+ </Version>
+ </release>
<release>
<Version>
<name>Apache Guacamole</name>
diff --git a/content/doc/guacamole-common b/content/doc/guacamole-common
index b5cd87fb..a759d990 120000
--- a/content/doc/guacamole-common
+++ b/content/doc/guacamole-common
@@ -1 +1 @@
-1.5.2/guacamole-common
\ No newline at end of file
+1.5.3/guacamole-common
\ No newline at end of file
diff --git a/content/doc/guacamole-common-js b/content/doc/guacamole-common-js
index 72f5bc3f..b27c6ec3 120000
--- a/content/doc/guacamole-common-js
+++ b/content/doc/guacamole-common-js
@@ -1 +1 @@
-1.5.2/guacamole-common-js
\ No newline at end of file
+1.5.3/guacamole-common-js
\ No newline at end of file
diff --git a/content/doc/guacamole-ext b/content/doc/guacamole-ext
index 194d5bd4..80dab900 120000
--- a/content/doc/guacamole-ext
+++ b/content/doc/guacamole-ext
@@ -1 +1 @@
-1.5.2/guacamole-ext
\ No newline at end of file
+1.5.3/guacamole-ext
\ No newline at end of file
diff --git a/content/doc/gug b/content/doc/gug
index 34f1cb19..d085d340 120000
--- a/content/doc/gug
+++ b/content/doc/gug
@@ -1 +1 @@
-1.5.2/gug
\ No newline at end of file
+1.5.3/gug
\ No newline at end of file
diff --git a/content/doc/libguac b/content/doc/libguac
index 80221226..caa8451d 120000
--- a/content/doc/libguac
+++ b/content/doc/libguac
@@ -1 +1 @@
-1.5.2/libguac
\ No newline at end of file
+1.5.3/libguac
\ No newline at end of file
diff --git a/content/doc/libguac-terminal b/content/doc/libguac-terminal
index 89b6977b..47182362 120000
--- a/content/doc/libguac-terminal
+++ b/content/doc/libguac-terminal
@@ -1 +1 @@
-1.5.2/libguac-terminal
\ No newline at end of file
+1.5.3/libguac-terminal
\ No newline at end of file
diff --git a/content/index.html b/content/index.html
index bc606a67..dc7999a1 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.2/"
- class="version">1.5.2</a> (released on 2023-05-25 15:19:44 -0700)
+ Latest release: <a href="/releases/1.5.3/"
+ class="version">1.5.3</a> (released on 2023-07-31 10:40:06 -0700)
</div>
<!-- List of features -->
diff --git a/content/releases/0.8.3/index.html
b/content/releases/0.8.3/index.html
index 2706950c..ec774f62 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 8f1058af..dcabf984 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 22079bd2..f26d3cfc 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 3b58cce9..8b88fc49 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 4cb3e773..1d454618 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</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 d65bcdd8..6594886e 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</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 712aef07..69f89ec5 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</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 c26de00c..3c50246a 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/0.9.14/index.html
b/content/releases/0.9.14/index.html
index 36ac95ac..e8fee14e 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/0.9.2/index.html
b/content/releases/0.9.2/index.html
index 9fae56de..2a18db0f 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 071bfd2b..ac0b37f3 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 52bc41f8..fa4b9e1b 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 11767aff..e648531f 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 8e7d9184..7a0cabb6 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 230b9231..2f8d45db 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 c57ace7f..bc408318 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 8c328640..175cb5a1 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.2/">1.5.2</a>.</p>
+ release of Apache Guacamole is <a href="/releases/1.5.3/">1.5.3</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 a1c6efd8..f7db10d2 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.1.0/index.html
b/content/releases/1.1.0/index.html
index 3206d641..3106757c 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.2.0/index.html
b/content/releases/1.2.0/index.html
index d4111caf..424ea591 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.3.0/index.html
b/content/releases/1.3.0/index.html
index 2e1dc7ae..0e876291 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.4.0/index.html
b/content/releases/1.4.0/index.html
index 4ab860cc..192d1b99 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.0/index.html
b/content/releases/1.5.0/index.html
index 1538f0b1..19a39a24 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.1/index.html
b/content/releases/1.5.1/index.html
index 6a89c481..523d9ca0 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.2/">1.5.2</a>.</strong></p>
+ latest release of Apache Guacamole is <a
href="/releases/1.5.3/">1.5.3</a>.</strong></p>
</div>
diff --git a/content/releases/1.5.2/index.html
b/content/releases/1.5.2/index.html
index 998ca5ec..e2afc686 100644
--- a/content/releases/1.5.2/index.html
+++ b/content/releases/1.5.2/index.html
@@ -406,6 +406,13 @@
+
+ <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>
+ </div>
+
<h1>Apache Guacamole 1.5.2</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.2/source/guacamole-client-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/source/guacamole-client-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-client-1.5.2.tar.gz'
@@ -468,17 +475,17 @@ Checksums of each released file are also provided.</p>
)">guacamole-client-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/source/guacamole-client-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/source/guacamole-client-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/source/guacamole-client-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/source/guacamole-client-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-server-1.5.2.tar.gz'
@@ -489,10 +496,10 @@ Checksums of each released file are also provided.</p>
)">guacamole-server-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/source/guacamole-server-1.5.2.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.2/binary/guacamole-1.5.2.war?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-1.5.2.war"
onclick="trackDownload(
'click',
'guacamole-1.5.2.war'
@@ -526,17 +533,17 @@ still be built and installed from source.</strong></p>
)">guacamole-1.5.2.war</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-1.5.2.war.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-1.5.2.war.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-1.5.2.war.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-1.5.2.war.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-duo-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-duo-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-duo-1.5.2.tar.gz'
@@ -547,17 +554,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-duo-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-duo-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-duo-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-duo-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-duo-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-header-1.5.2.tar.gz'
@@ -568,17 +575,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-header-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-jdbc-1.5.2.tar.gz'
@@ -589,17 +596,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-jdbc-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-json-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-json-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-json-1.5.2.tar.gz'
@@ -610,17 +617,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-json-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-json-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-json-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-json-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-json-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-ldap-1.5.2.tar.gz'
@@ -631,17 +638,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-ldap-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-quickconnect-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-quickconnect-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-quickconnect-1.5.2.tar.gz'
@@ -652,17 +659,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-quickconnect-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-quickconnect-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-quickconnect-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-quickconnect-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-quickconnect-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-sso-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-sso-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-sso-1.5.2.tar.gz'
@@ -673,17 +680,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-sso-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-sso-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-sso-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-sso-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-sso-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-auth-totp-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-totp-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-auth-totp-1.5.2.tar.gz'
@@ -694,17 +701,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-totp-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-totp-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-totp-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-totp-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-auth-totp-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-history-recording-storage-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-history-recording-storage-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-history-recording-storage-1.5.2.tar.gz'
@@ -715,17 +722,17 @@ still be built and installed from source.</strong></p>
)">guacamole-history-recording-storage-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-history-recording-storage-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-history-recording-storage-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-history-recording-storage-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-history-recording-storage-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.2/binary/guacamole-vault-1.5.2.tar.gz?action=download"
+ <td><a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-vault-1.5.2.tar.gz"
onclick="trackDownload(
'click',
'guacamole-vault-1.5.2.tar.gz'
@@ -736,10 +743,10 @@ still be built and installed from source.</strong></p>
)">guacamole-vault-1.5.2.tar.gz</a></td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-vault-1.5.2.tar.gz.asc">PGP</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-vault-1.5.2.tar.gz.asc">PGP</a>
]</td>
- <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-vault-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://archive.apache.org/dist/guacamole/1.5.2/binary/guacamole-vault-1.5.2.tar.gz.sha256">SHA-256</a>
]</td>
</tr>
diff --git a/content/releases/1.5.3/index.html
b/content/releases/1.5.3/index.html
index 4f2013ce..a289c647 100644
--- a/content/releases/1.5.3/index.html
+++ b/content/releases/1.5.3/index.html
@@ -404,12 +404,6 @@
<div id="page">
<div id="content">
- <div class="draft-disclaimer">
- <p><strong>Apache Guacamole 1.5.3 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.3-RC2/source/guacamole-client-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/source/guacamole-client-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-client-1.5.3.tar.gz'
@@ -474,17 +468,17 @@ Checksums of each released file are also provided.</p>
)">guacamole-client-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/source/guacamole-client-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/source/guacamole-server-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/source/guacamole-server-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-server-1.5.3.tar.gz'
@@ -495,10 +489,10 @@ Checksums of each released file are also provided.</p>
)">guacamole-server-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/source/guacamole-server-1.5.3.tar.gz.sha256">SHA-256</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>
</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.3-RC2/binary/guacamole-1.5.3.war"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-1.5.3.war?action=download"
onclick="trackDownload(
'click',
'guacamole-1.5.3.war'
@@ -532,17 +526,17 @@ still be built and installed from source.</strong></p>
)">guacamole-1.5.3.war</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-1.5.3.war.sha256">SHA-256</a>
]</td>
+ <td>[ <a
href="https://downloads.apache.org/guacamole/1.5.3/binary/guacamole-1.5.3.war.sha256">SHA-256</a>
]</td>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-duo-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-duo-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-duo-1.5.3.tar.gz'
@@ -553,17 +547,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-duo-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-duo-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-header-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-header-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-header-1.5.3.tar.gz'
@@ -574,17 +568,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-header-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-header-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-jdbc-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-jdbc-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-jdbc-1.5.3.tar.gz'
@@ -595,17 +589,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-jdbc-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-jdbc-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-json-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-json-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-json-1.5.3.tar.gz'
@@ -616,17 +610,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-json-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-json-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-ldap-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-ldap-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-ldap-1.5.3.tar.gz'
@@ -637,17 +631,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-ldap-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-ldap-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-quickconnect-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-quickconnect-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-quickconnect-1.5.3.tar.gz'
@@ -658,17 +652,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-quickconnect-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-quickconnect-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-sso-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-sso-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-sso-1.5.3.tar.gz'
@@ -679,17 +673,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-sso-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-sso-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-totp-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-auth-totp-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-auth-totp-1.5.3.tar.gz'
@@ -700,17 +694,17 @@ still be built and installed from source.</strong></p>
)">guacamole-auth-totp-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-auth-totp-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-history-recording-storage-1.5.3.tar.gz"
+ <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"
onclick="trackDownload(
'click',
'guacamole-history-recording-storage-1.5.3.tar.gz'
@@ -721,17 +715,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://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-history-recording-storage-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
<tr>
- <td><a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-vault-1.5.3.tar.gz"
+ <td><a
href="https://apache.org/dyn/closer.lua/guacamole/1.5.3/binary/guacamole-vault-1.5.3.tar.gz?action=download"
onclick="trackDownload(
'click',
'guacamole-vault-1.5.3.tar.gz'
@@ -742,10 +736,10 @@ still be built and installed from source.</strong></p>
)">guacamole-vault-1.5.3.tar.gz</a></td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/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.asc">PGP</a>
]</td>
- <td>[ <a
href="https://dist.apache.org/repos/dist/dev/guacamole/1.5.3-RC2/binary/guacamole-vault-1.5.3.tar.gz.sha256">SHA-256</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>
</tr>
diff --git a/content/releases/index.html b/content/releases/index.html
index 0d729800..a30fc8c3 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -424,6 +424,15 @@
+ <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.
+</td>
+ <td>2023-07-31</td>
+ </tr>
+
+
+
<tr>
<td><a href="/releases/1.5.2/">1.5.2</a></td>
<td>Bugfix release addressing issues with the Docker images,
web application UI, systems in FIPS mode, and miscellaneous others.