---
layout: default
permalink: /release/release-notes-:title
---
{% assign latest = site.releases | where: 'released', 'true' | sort: 'date' | last %}
The release below is from prior to Guacamole's acceptance into
the Apache Incubator. It is not an Apache Software Foundation
release, and is licensed under the MIT license. The latest
release of Apache Guacamole is {{
latest.title }}.
{% include legacy-download-list.html
title="Compatible extensions"
entries=page.extensions %}
{% include legacy-download-list.html
title="Web application (.war)"
entries=page.binary-war %}
{% include legacy-download-list.html
title="Source"
entries=page.source-archives %}
{% include link-list.html
title="Release documentation"
entries=page.documentation %}
Guacamole {{ page.title }}
{{ content }}