diff --git a/docs/index.rst b/docs/index.rst index d5a23a8f..3615c58d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -75,6 +75,7 @@ Releases .. toctree:: :maxdepth: 1 + releases/v2016.2.5 releases/v2016.2.4 releases/v2016.2.3 releases/v2016.2.2 diff --git a/docs/releases/v2016.2.5.rst b/docs/releases/v2016.2.5.rst new file mode 100644 index 00000000..07a27f0c --- /dev/null +++ b/docs/releases/v2016.2.5.rst @@ -0,0 +1,36 @@ +Gluon 2016.2.5 +============== + +This version contains only a single bugfix for a regression introduced in Gluon v2016.2.4. +As the regression affects batman-adv compat 15 only, firmwares using the compat 14 legacy +version don't need to be updated. + +Bugfixes +~~~~~~~~ + +* Fix kernel crash with batman-adv compat 15 (`d452a7c `_) + + An incorrect backport of a fix for a very improbable kernel crash caused a much more + frequent kernel crash. The backport has been fixed. + + This bug a regression in Gluon v2016.2.4. + +Known Issues +~~~~~~~~~~~~ + +* x86 sysupgrade (sometimes) loses config when kernel partition grows (`#1010 `_) + + This issue affects upgrades from v2016.2.x and older to the Gluon master only, we hope to fix it before the next + major release. + +* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 `_) + + Reducing the TX power in the Advanced Settings is recommended. + +* The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 `_) + + This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed). + +* Inconsistent respondd API (`#522 `_) + + The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.