You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/12/30 21:10:08 UTC

[2/4] incubator-guacamole-website git commit: List non-legacy releases.

List non-legacy releases.


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

Branch: refs/heads/master
Commit: 666beda40e06343a053a8104494fa16b305eecfe
Parents: 28c3ad2
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Oct 29 19:36:58 2016 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Dec 29 19:53:25 2016 -0800

----------------------------------------------------------------------
 releases.md | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/666beda4/releases.md
----------------------------------------------------------------------
diff --git a/releases.md b/releases.md
index 04c47c3..807c6e4 100644
--- a/releases.md
+++ b/releases.md
@@ -19,12 +19,32 @@ Which version should I download?
 
 Unless you already know that you need a *very* specific version (your custom or third-party extensions use an older version of the Guacamole API, for example), **you should always download the most recent release**. Guacamole development is very active, and recent releases will contain bug fixes and performance improvements that will be absent in older releases.
 
+<table class="releases">
+    <tr>
+        <th>Version</th>
+        <th>Summary</th>
+        <th>Release Date</th>
+    </tr>
+    {% assign releases = site.releases  | where: 'released', 'true' | sort: 'date' %}
+    {% for release in releases reversed %}
+        {% if release.title %}
+            <tr>
+                <td><a href="{{ release.url | prepend: site.baseurl }}">{{ release.title }}</a></td>
+                <td>{{ release.summary }}</td>
+                <td>{{ release.date | date: "%Y-%m-%d" }}</td>
+            </tr>
+        {% endif %}
+    {% endfor %}
+</table>
+
+Pre-Apache releases
+-------------------
+
 <div class="legacy-release-note">
-    <p>The Apache Guacamole project has not yet made a release through the
-    Apache Incubator. <strong>All releases below are from prior to Guacamole's
-    acceptance into the Incubator.</strong> They are not Apache Software
-    Foundation releases, and are licensed under the <a
-    href="https://opensource.org/licenses/MIT">MIT license</a>.</p>
+    <p><strong>All releases below are from prior to Guacamole's acceptance into
+    the Incubator.</strong> They are not Apache Software Foundation releases,
+    and are licensed under the <a
+        href="https://opensource.org/licenses/MIT">MIT license</a>.</p>
 </div>
 
 <table class="releases">