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:07 UTC

[1/4] incubator-guacamole-website git commit: Mark 0.9.10-incubating as released.

Repository: incubator-guacamole-website
Updated Branches:
  refs/heads/master 36427fc91 -> f38ee7642


Mark 0.9.10-incubating as released.


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/28c3ad21
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/28c3ad21
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/28c3ad21

Branch: refs/heads/master
Commit: 28c3ad21d2ecda6388812ebade9d3d38bd384cbe
Parents: 36427fc
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Nov 16 21:01:40 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Dec 29 19:53:24 2016 -0800

----------------------------------------------------------------------
 _releases/0.9.10-incubating.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/28c3ad21/_releases/0.9.10-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.10-incubating.md b/_releases/0.9.10-incubating.md
index 91fe129..02939b3 100644
--- a/_releases/0.9.10-incubating.md
+++ b/_releases/0.9.10-incubating.md
@@ -1,15 +1,15 @@
 ---
 
-released: false
+released: true
 title: 0.9.10-incubating
-date: 2016-12-18 12:23:00 -0800
+date: 2016-12-29 19:52:00 -0800
 summary: >
     Screen sharing, recording, improved file transfer, audio input, Docker
     support for LDAP.
 
-artifact-root: "https://dist.apache.org/repos/dist/dev/"
-checksum-root: "https://dist.apache.org/repos/dist/dev/"
-download-path: "incubator/guacamole/0.9.10-incubating-RC3/"
+artifact-root: "http://apache.org/dyn/closer.cgi/"
+checksum-root: "http://www.apache.org/dist/"
+download-path: "incubator/guacamole/0.9.10-incubating/"
 
 source-dist:
     - "source/guacamole-client-0.9.10-incubating.tar.gz"


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

Posted by jm...@apache.org.
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">


[3/4] incubator-guacamole-website git commit: Use direct download links. Use HTTPS for checksums.

Posted by jm...@apache.org.
Use direct download links. Use HTTPS for checksums.


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/e05bb6b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/e05bb6b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/e05bb6b0

Branch: refs/heads/master
Commit: e05bb6b00b22c66e59570412c06f31672f64421d
Parents: 666beda
Author: Michael Jumper <mj...@apache.org>
Authored: Thu Dec 29 21:44:51 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Dec 29 21:44:51 2016 -0800

----------------------------------------------------------------------
 _releases/0.9.10-incubating.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/e05bb6b0/_releases/0.9.10-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.10-incubating.md b/_releases/0.9.10-incubating.md
index 02939b3..acb9013 100644
--- a/_releases/0.9.10-incubating.md
+++ b/_releases/0.9.10-incubating.md
@@ -7,8 +7,8 @@ summary: >
     Screen sharing, recording, improved file transfer, audio input, Docker
     support for LDAP.
 
-artifact-root: "http://apache.org/dyn/closer.cgi/"
-checksum-root: "http://www.apache.org/dist/"
+artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
+checksum-root: "https://www.apache.org/dist/"
 download-path: "incubator/guacamole/0.9.10-incubating/"
 
 source-dist:


[4/4] incubator-guacamole-website git commit: Merge website changes in preperation for 0.9.10-incubating release.

Posted by jm...@apache.org.
Merge website changes in preperation for 0.9.10-incubating release.


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/f38ee764
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/f38ee764
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/f38ee764

Branch: refs/heads/master
Commit: f38ee764287acb3289dcb27044822bfcd64af5a3
Parents: 36427fc e05bb6b
Author: James Muehlner <ja...@guac-dev.org>
Authored: Fri Dec 30 13:08:38 2016 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Fri Dec 30 13:08:38 2016 -0800

----------------------------------------------------------------------
 _releases/0.9.10-incubating.md | 10 +++++-----
 releases.md                    | 30 +++++++++++++++++++++++++-----
 2 files changed, 30 insertions(+), 10 deletions(-)
----------------------------------------------------------------------