Reverse sort order of 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/8f957388
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/8f957388
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/8f957388

Branch: refs/heads/master
Commit: 8f95738837976a78c7006504e0181a708f525d50
Parents: 856c62b
Author: Michael Jumper <[email protected]>
Authored: Sun Jan 7 19:43:00 2018 -0800
Committer: Michael Jumper <[email protected]>
Committed: Sun Jan 7 19:43:00 2018 -0800

----------------------------------------------------------------------
 security.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/8f957388/security.md
----------------------------------------------------------------------
diff --git a/security.md b/security.md
index 9bf1ff0..c85b78a 100644
--- a/security.md
+++ b/security.md
@@ -22,7 +22,7 @@ the <[email protected]> mailing list, before 
disclosing or
 discussing the issue in a public forum.
 
 {% assign releases = site.security | group_by: 'fixed' %}
-{% for release in releases %}
+{% for release in releases reversed %}
 
 Fixed in Apache Guacamole {{ release.name }}
 --------------------------------------------

Reply via email to