Repository: bigtop Updated Branches: refs/heads/branch-1.3 7f701affa -> 82eadb255
BIGTOP-3103: Update download page to comply with Apache announcement requirements To comply with announcement requirement, the download page should contain links to all current and archived releases along with links to KEYS, checksums, and signatures for all releases. Current download page only provides link to latest one. Signed-off-by: Jun He <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/82eadb25 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/82eadb25 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/82eadb25 Branch: refs/heads/branch-1.3 Commit: 82eadb2555fc4cb11e4745f04b17f710b7752a36 Parents: 7f701af Author: Jun He <[email protected]> Authored: Sun Nov 25 10:51:09 2018 +0800 Committer: Jun He <[email protected]> Committed: Mon Nov 26 09:24:12 2018 +0800 ---------------------------------------------------------------------- src/site/xdoc/download.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/82eadb25/src/site/xdoc/download.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index 4ecaf8c..d431061 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -24,7 +24,7 @@ </properties> <body> <section name="Software downloads"> - <subsection name="Releases" id="releases"></subsection> + <subsection name="Latest Release" id="releases"></subsection> <p> You can download the latest most stable release of Apache Bigtop project. Source code of the framework will allow you to build, deploy, test, and @@ -35,7 +35,7 @@ <ul> <li> The latest release of Apache Bigtop software framework <br/> - <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.3.0/">Bigtop 1.3.0</a> + <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.3.0/">Bigtop 1.3.0</a> (<a href="https://archive.apache.org/dist/bigtop/bigtop-1.3.0/bigtop-1.3.0-project.tar.gz.asc">pgp</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.3.0/bigtop-1.3.0-project.tar.gz.sha256">sha256</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.3.0/bigtop-1.3.0-project.tar.gz.sha512">sha512</a>) </li> <li> Repositories of instsallable binary packages built with latest release @@ -43,6 +43,25 @@ <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.3.0/repos/">Installable binary artifacts</a> </li> </ul> + <subsection name="Previous Releases" id="archived"></subsection> + <ul> + <li> + 1.2.1 released on 2017-11-12<br/> + <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.1/">Bigtop 1.2.1</a>(<a href="https://archive.apache.org/dist/bigtop/bigtop-1.2.1/bigtop-1.2.1-project.tar.gz.asc">pgp</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.2.1/bigtop-1.2.1-project.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.2.1/bigtop-1.2.1-project.tar.gz.sha1">sha1</a>) + </li> + <li> + 1.2.0 released on 2017-03-30<br/> + <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.0/">Bigtop 1.2.0</a>(<a href="https://archive.apache.org/dist/bigtop/bigtop-1.2.0/bigtop-1.2.0-project.tar.gz.asc">pgp</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.2.0/bigtop-1.2.0-project.tar.gz.asc.md5">md5</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.2.0/bigtop-1.2.0-project.tar.gz.asc.sha1">sha1</a>) + </li> + <li> + 1.1.0 released on 2016-01-31<br/> + <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.1.0/">Bigtop 1.1.0</a>(<a href="https://archive.apache.org/dist/bigtop/bigtop-1.1.0/bigtop-1.1.0-project.tar.gz.asc">pgp</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.1.0/bigtop-1.1.0-project.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.1.0/bigtop-1.1.0-project.tar.gz.sha1">sha1</a>) + </li> + <li> + 1.0.0 released on 2015-08-12<br/> + <a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.0.0/">Bigtop 1.0.0</a>(<a href="https://archive.apache.org/dist/bigtop/bigtop-1.0.0/bigtop-1.0.0-project.tar.gz.asc">pgp</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.0.0/bigtop-1.0.0-project.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/bigtop/bigtop-1.0.0/bigtop-1.0.0-project.tar.gz.sha1">sha1</a>) + </li> + </ul> </section> </body> </document>
