File tree Expand file tree Collapse file tree 6 files changed +53
-6
lines changed
Expand file tree Collapse file tree 6 files changed +53
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ our mailinglist to discuss it first.
1616
1717Please refrain from using the ` master ` branch for anything else but development purposes!
1818Use the most recent release instead. You can list all relaseses by running ` git branch -a `
19- and switch to one by running ` git checkout v2016.1.3 && make update ` .
19+ and switch to one by running ` git checkout v2016.1.4 && make update ` .
2020
2121If you're using the autoupdater, do not autoupdate nodes with anything but releases.
2222If 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.3 '
57+ version = '2016.1.4 '
5858# The full version, including alpha/beta/rc tags.
59- release = '2016.1.3 '
59+ release = '2016.1.4 '
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 @@ -60,6 +60,7 @@ Releases
6060.. toctree ::
6161 :maxdepth: 1
6262
63+ releases/v2016.1.4
6364 releases/v2016.1.3
6465 releases/v2016.1.2
6566 releases/v2016.1.1
Original file line number Diff line number Diff line change 1+ Gluon 2016.1.4
2+ ==============
3+
4+ Added hardware support
5+ ~~~~~~~~~~~~~~~~~~~~~~
6+
7+ ar71xx-generic
8+ ^^^^^^^^^^^^^^
9+
10+ * 8devices Carambola 2
11+ * Meraki MR12/MR62/MR16/MR66
12+
13+ Bugfixes
14+ ~~~~~~~~
15+
16+ * Major update of all WLAN drivers
17+
18+ We've taken the unusual step of updating the WLAN drivers ("wireless-backports") to a much newer version, as
19+ it was reported that the new version fixes unstable WLAN seen in many setups
20+ * Build fix: a race condition causing parallel builds to fail has been fixed
21+ * Build fix: the Gluon tree could get into a state in which all commands fail with "Too many levels of symbolic links"
22+ * Build fix: allow building Gluon on systems with certain versions of *dash * as */bin/sh *
23+
24+ Known Issues
25+ ~~~~~~~~~~~~
26+
27+ * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94 >`_)
28+
29+ Reducing the TX power in the Expert Mode is recommended.
30+
31+ * The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 <https://github.com/freifunk-gluon/gluon/issues/496 >`_)
32+
33+ This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
34+
35+ * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522 >`_)
36+
37+ The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.
38+
39+ * Unwritable flash on some Ubiquiti PicoStations (`#687 <https://github.com/freifunk-gluon/gluon/issues/687 >`_)
40+
41+ Gluon v2016.1.1 added support for Ubiquiti AirMAX devices with AirOS 5.6.x without downgrading AirOS first before
42+ flashing Gluon. It was discovered that on Ubiquiti PicoStations, this downgrade is still necessary, as the
43+ flash is not correctly unlocked, leaving the device unable to leave Config Mode and making regular sysupgrades
44+ impossible.
45+
46+ TFTP recovery can be used in this state to flash a new firmware.
Original file line number Diff line number Diff line change 1- -- This is an example site configuration for Gluon v2016.1.3
1+ -- This is an example site configuration for Gluon v2016.1.4
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.3 *. Always get Gluon using git and don't try to download it
11+ e.g. *v2016.1.4 *. 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.3 *.
45+ version you'd like to checkout, e.g. *v2016.1.4 *.
4646
4747::
4848
You can’t perform that action at this time.
0 commit comments