From d04db6da0ba700add5ab66b7c17f175d92163bec Mon Sep 17 00:00:00 2001 From: Axon Date: Mon, 25 Jan 2016 21:37:32 +0000 Subject: [PATCH] Create "Supported Versions" page --- doc.md | 1 + releases/supported-versions.md | 53 ++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 releases/supported-versions.md diff --git a/doc.md b/doc.md index 0f2ef53d..4dd44b86 100644 --- a/doc.md +++ b/doc.md @@ -159,6 +159,7 @@ For Developers * [Reporting Bugs](/doc/reporting-bugs/) * [Source Code](/doc/source-code/) * [Qubes OS Version Scheme](/doc/version-scheme/) + * [Supported Versions](/doc/supported-versions/) * [Coding Guidelines](/doc/coding-style/) * [Documentation Guidelines](/doc/doc-guidelines/) * [Books for Developers](/doc/devel-books/) diff --git a/releases/supported-versions.md b/releases/supported-versions.md new file mode 100644 index 00000000..600b5e3e --- /dev/null +++ b/releases/supported-versions.md @@ -0,0 +1,53 @@ +--- +layout: doc +title: Supported Versions +permalink: /doc/supported-versions/ +--- + + + +Supported Versions +================== + +**Under construction!** *This page is currently under construction. The +information on this page should not be regarded as official or accurate until +this notice has been removed.* + +Qubes OS +-------- +Qubes OS releases are supported for **six months** after each subsequent major +or minor release. The version scheme is explained [here](/doc/version-scheme/). + +| Qubes OS Version | Start Date | End Date | Status | +| ---------------- | ---------- | ---------- | ------------------ | +| Release 1 | 2012-09-03 | 2015-03-26 | Old, unsupported | +| Release 2 | 2014-09-26 | 2016-04-01 | Old, supported | +| Release 3.0 | 2015-10-01 | TBA | Current, supported | +| Release 3.1 | TBA | TBA | In testing | +| Release 3.2 | TBA | TBA | In development | +| Release 4.0 | TBA | TBA | In development | + + +Templates +--------- +The table below shows the [template](/doc/templates/) versions supported by each +Qubes OS release. Currently, only Fedora and Debian templates are officially +supported. + +| Qubes OS Version | Fedora Versions | Debian Versions | +| ---------------- | --------------- | --------------------------------------------- | +| Release 1 | 18, 20 | None | +| Release 2 | 21 | None | +| Release 3.0 | 21, 22\*, 23 | 7 ("wheezy")\*, 8 ("jessie") | +| Release 3.1 | 21, 22\*, 23 | 7 ("wheezy")\*, 8 ("jessie"), 9 ("stretch")\* | +| Release 3.2 | TBA | TBA | +| Release 4.0 | TBA | TBA | + +\* Denotes versions for which we have pubished the packages but have not done +extensive testing.