You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/01/11 09:11:40 UTC

[1/4] guacamole-website git commit: Note when a release is archived. Link to latest release in older release notes.

Repository: guacamole-website
Updated Branches:
  refs/heads/master deaf0704c -> 77b45ba64


Note when a release is archived. Link to latest release in older release notes.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/5d04c3e3
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/5d04c3e3
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/5d04c3e3

Branch: refs/heads/master
Commit: 5d04c3e3ff09fc215e0f06380eeb99e1dc8f4708
Parents: deaf070
Author: Michael Jumper <mj...@apache.org>
Authored: Thu Feb 16 14:43:50 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Jan 9 21:59:20 2019 -0800

----------------------------------------------------------------------
 _layouts/legacy-release.html   |  5 ++++-
 _layouts/release.html          | 10 ++++++++++
 _releases/0.9.10-incubating.md |  1 +
 _releases/0.9.11-incubating.md |  1 +
 styles/main.css                |  3 ++-
 5 files changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/5d04c3e3/_layouts/legacy-release.html
----------------------------------------------------------------------
diff --git a/_layouts/legacy-release.html b/_layouts/legacy-release.html
index 4899371..260d8ad 100644
--- a/_layouts/legacy-release.html
+++ b/_layouts/legacy-release.html
@@ -3,11 +3,14 @@ layout: default
 permalink: /release/release-notes-:title
 ---
 
+{% assign latest = site.releases | where: 'released', 'true' | sort: 'date'  | last %}
 <div class="legacy-release-note">
     <p><strong>The release below is from prior to Guacamole's acceptance into
         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>.</p>
+     href="https://opensource.org/licenses/MIT">MIT license</a>. The latest
+     release of Apache Guacamole is <a href="{{ latest.url }}">{{
+         latest.title }}</a>.</p>
 </div>
 
 <div id="links">

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/5d04c3e3/_layouts/release.html
----------------------------------------------------------------------
diff --git a/_layouts/release.html b/_layouts/release.html
index a2c880d..ccaa220 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -11,6 +11,16 @@ permalink: /release/release-notes-:title
     </div>
 {% endunless %}
 
+{% if page.archived %}
+    {% assign latest = site.releases | where: 'released', 'true' | sort: 'date'  | last %}
+    <div class="archive-disclaimer">
+        <p>Apache Guacamole {{ page.title }} is an archived release, and was
+        originally released on {{ page.date | date: "%Y-%m-%d" }}. <strong>The
+        latest release of Apache Guacamole is <a href="{{ latest.url }}">{{
+            latest.title }}</a>.</strong></p>
+    </div>
+{% endif %}
+
 <h1>Apache Guacamole {{ page.title }}</h1>
 
 <div id="links">

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/5d04c3e3/_releases/0.9.10-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.10-incubating.md b/_releases/0.9.10-incubating.md
index e6648a4..7af7193 100644
--- a/_releases/0.9.10-incubating.md
+++ b/_releases/0.9.10-incubating.md
@@ -1,6 +1,7 @@
 ---
 
 released: true
+archived: true
 title: 0.9.10-incubating
 date: 2016-12-29 19:52:00 -0800
 summary: >

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/5d04c3e3/_releases/0.9.11-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.11-incubating.md b/_releases/0.9.11-incubating.md
index 37007bb..eec7611 100644
--- a/_releases/0.9.11-incubating.md
+++ b/_releases/0.9.11-incubating.md
@@ -1,6 +1,7 @@
 ---
 
 released: true
+archived: false 
 title: 0.9.11-incubating
 date: 2017-02-02 09:24:00 -0800
 summary: >

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/5d04c3e3/styles/main.css
----------------------------------------------------------------------
diff --git a/styles/main.css b/styles/main.css
index 4ab8f7b..2397d92 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -555,7 +555,8 @@ table.releases td {
 }
 
 #content > .legacy-release-note,
-#content > .draft-disclaimer {
+#content > .draft-disclaimer,
+#content > .archive-disclaimer {
     background: #FFFFFA;
     border: 1px solid rgba(0, 0, 0, 0.25);
     width: 8in;


[2/4] guacamole-website git commit: Link to archive.apache.org for 0.9.13-incubating and 0.9.14 releases.

Posted by vn...@apache.org.
Link to archive.apache.org for 0.9.13-incubating and 0.9.14 releases.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/c7ef9422
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/c7ef9422
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/c7ef9422

Branch: refs/heads/master
Commit: c7ef9422fbad701ce6998bd02defd21503779310
Parents: 5d04c3e
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Jan 9 22:07:46 2019 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Jan 9 22:07:46 2019 -0800

----------------------------------------------------------------------
 _releases/0.9.13-incubating.md | 4 ++--
 _releases/0.9.14.md            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/c7ef9422/_releases/0.9.13-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.13-incubating.md b/_releases/0.9.13-incubating.md
index fbcc7a3..7fb025b 100644
--- a/_releases/0.9.13-incubating.md
+++ b/_releases/0.9.13-incubating.md
@@ -7,8 +7,8 @@ summary: >
     CAS single sign-on, fixes for VNC/RDP/SSH/telnet, in-browser playback of
     screen recordings, automatic connection failover, 256-color console codes.
 
-artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
-checksum-root: "https://www.apache.org/dist/"
+artifact-root: "http://archive.apache.org/dist/"
+checksum-root: "https://archive.apache.org/dist/"
 download-path: "guacamole/0.9.13-incubating/"
 checksum-suffixes:
     "MD5" : ".md5"

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/c7ef9422/_releases/0.9.14.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.14.md b/_releases/0.9.14.md
index ec3b98b..eaa8bd0 100644
--- a/_releases/0.9.14.md
+++ b/_releases/0.9.14.md
@@ -8,8 +8,8 @@ summary: >
     login/logout history, fixes and improvements for RDP, clipboard, file
     transfer, and terminal emulation.
 
-artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
-checksum-root: "https://www.apache.org/dist/"
+artifact-root: "http://archive.apache.org/dist/"
+checksum-root: "https://archive.apache.org/dist/"
 download-path: "guacamole/0.9.14/"
 checksum-suffixes:
     "MD5" : ".md5"


[3/4] guacamole-website git commit: Mark all archived releases as such.

Posted by vn...@apache.org.
Mark all archived releases as such.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/e86e41eb
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/e86e41eb
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/e86e41eb

Branch: refs/heads/master
Commit: e86e41eb6bece825fb5f1761eec20796676c30b5
Parents: c7ef942
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Jan 9 22:08:35 2019 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Jan 9 22:09:15 2019 -0800

----------------------------------------------------------------------
 _releases/0.9.11-incubating.md | 2 +-
 _releases/0.9.12-incubating.md | 1 +
 _releases/0.9.13-incubating.md | 1 +
 _releases/0.9.14.md            | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/e86e41eb/_releases/0.9.11-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.11-incubating.md b/_releases/0.9.11-incubating.md
index eec7611..5de976e 100644
--- a/_releases/0.9.11-incubating.md
+++ b/_releases/0.9.11-incubating.md
@@ -1,7 +1,7 @@
 ---
 
 released: true
-archived: false 
+archived: true
 title: 0.9.11-incubating
 date: 2017-02-02 09:24:00 -0800
 summary: >

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/e86e41eb/_releases/0.9.12-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.12-incubating.md b/_releases/0.9.12-incubating.md
index 447990e..5f63d34 100644
--- a/_releases/0.9.12-incubating.md
+++ b/_releases/0.9.12-incubating.md
@@ -1,6 +1,7 @@
 ---
 
 released: true
+archived: true
 title: 0.9.12-incubating
 date: 2017-04-01 10:40:00 -0700
 summary: >

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/e86e41eb/_releases/0.9.13-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.13-incubating.md b/_releases/0.9.13-incubating.md
index 7fb025b..65528bc 100644
--- a/_releases/0.9.13-incubating.md
+++ b/_releases/0.9.13-incubating.md
@@ -1,6 +1,7 @@
 ---
 
 released: true
+archived: true
 title: 0.9.13-incubating
 date: 2017-07-30 22:06:00 -0700
 summary: >

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/e86e41eb/_releases/0.9.14.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.14.md b/_releases/0.9.14.md
index eaa8bd0..5a1c638 100644
--- a/_releases/0.9.14.md
+++ b/_releases/0.9.14.md
@@ -1,6 +1,7 @@
 ---
 
 released: true
+archived: true
 title: 0.9.14
 date: 2018-01-18 09:47:00 -0800
 summary: >


[4/4] guacamole-website git commit: Merge archive releases older than 1.0.0.

Posted by vn...@apache.org.
Merge archive releases older than 1.0.0.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/77b45ba6
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/77b45ba6
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/77b45ba6

Branch: refs/heads/master
Commit: 77b45ba644b26fa66af926aba1bc51668fc0eb3f
Parents: deaf070 e86e41e
Author: Nick Couchman <ni...@cotyinc.com>
Authored: Fri Jan 11 04:11:05 2019 -0500
Committer: Nick Couchman <ni...@cotyinc.com>
Committed: Fri Jan 11 04:11:05 2019 -0500

----------------------------------------------------------------------
 _layouts/legacy-release.html   |  5 ++++-
 _layouts/release.html          | 10 ++++++++++
 _releases/0.9.10-incubating.md |  1 +
 _releases/0.9.11-incubating.md |  1 +
 _releases/0.9.12-incubating.md |  1 +
 _releases/0.9.13-incubating.md |  5 +++--
 _releases/0.9.14.md            |  5 +++--
 styles/main.css                |  3 ++-
 8 files changed, 25 insertions(+), 6 deletions(-)
----------------------------------------------------------------------