File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ the future development of Gluon.
1919
2020Please refrain from using the ` master ` branch for anything else but development purposes!
2121Use the most recent release instead. You can list all relaseses by running ` git branch -a `
22- and switch to one by running ` git checkout v2016.1.6 && make update ` .
22+ and switch to one by running ` git checkout v2016.2 && make update ` .
2323
2424If you're using the autoupdater, do not autoupdate nodes with anything but releases.
2525If you upgrade using random master commits the nodes * will break* eventually.
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '2016.1+ '
57+ version = '2016.2 '
5858# The full version, including alpha/beta/rc tags.
59- release = '2016.1+ '
59+ release = '2016.2 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ It may be disabled by running::
6161 uci commit
6262
6363Please note that this configuration has changed in Gluon v2016.1. Using
64- the old commands on v2016.1 will break the corresponding options in the
65- *Advanced settings *.
64+ the old commands on v2016.1 and later will break the corresponding options
65+ in the *Advanced settings *.
Original file line number Diff line number Diff line change 1- Gluon 2016.2 (in development)
2- =============================
1+ Gluon 2016.2
2+ ============
33
44Added hardware support
55~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 1- -- This is an example site configuration for Gluon v2016.1+
1+ -- This is an example site configuration for Gluon v2016.2
22--
33-- Take a look at the documentation located at
44-- http://gluon.readthedocs.org/ for details.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
88started with Gluon we recommend to use the latest stable release of Gluon.
99
1010Take a look at the `list of gluon releases `_ and notice the latest release,
11- e.g. *v2016.1.6 *. Always get Gluon using git and don't try to download it
11+ e.g. *v2016.2 *. Always get Gluon using git and don't try to download it
1212as a Zip archive as the archive will be missing version information.
1313
1414Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -42,7 +42,7 @@ Building the images
4242-------------------
4343
4444To build Gluon, first check out the repository. Replace *RELEASE * with the
45- version you'd like to checkout, e.g. *v2016.1.6 *.
45+ version you'd like to checkout, e.g. *v2016.2 *.
4646
4747::
4848
You can’t perform that action at this time.
0 commit comments