From 6e860130be6c436a13a8e2dd80cf256395dc5bdc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 14 Nov 2015 02:37:52 -0500 Subject: download page: add note about unstable releases --- diff --git a/site/common/variables.php b/site/common/variables.php index 370580a..279c413 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -133,4 +133,12 @@ array("20131212", "2013-12-12") ) ); + + /* release list (unstable/beta). format is: version number, then date of release */ + /* latest releases first, earlier releases are at the bottom */ + $lbBetaRelease = array ( + array ( + array("20151114", "2015-11-14") + ) + ); ?> diff --git a/site/download/index.php b/site/download/index.php index 4706124..94e8404 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -34,7 +34,7 @@
-

+

@@ -56,6 +56,29 @@

+
+

Download libreboot (unstable/beta releases)

+

+ + . + . +

+

+ WARNING: the probability that these releases will brick your machine is above 70%. You may also be attacked by sharks. + Proceed with caution. +

+

+ Over time, stable libreboot release cycles have become much slower, due to more boards being supported + and more work being done, which means a lot more testing/fixing needs to be done before each release. + Therefore, we now offer unstable releases in between stable releases. + These releases are updated fairly regularly, built from the latest version of libreboot + from the git repository. +

+

+ You can download these releases in the beta directory, from the available libreboot mirror sites. +

+
+