v2016.2.5.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Gluon 2016.2.5
  2. ==============
  3. This version contains only a single bugfix for a regression introduced in Gluon v2016.2.4.
  4. As the regression affects batman-adv compat 15 only, firmwares using the compat 14 legacy
  5. version don't need to be updated.
  6. Bugfixes
  7. ~~~~~~~~
  8. * Fix kernel crash with batman-adv compat 15 (`d452a7c <https://github.com/freifunk-gluon/gluon/commit/d452a7c2cf1c0da4e034666a50dc0e7aa9ddc592>`_)
  9. An incorrect backport of a fix for a very improbable kernel crash caused a much more
  10. frequent kernel crash. The backport has been fixed.
  11. This bug a regression in Gluon v2016.2.4.
  12. Known Issues
  13. ~~~~~~~~~~~~
  14. * x86 sysupgrade (sometimes) loses config when kernel partition grows (`#1010 <https://github.com/freifunk-gluon/gluon/issues/1010>`_)
  15. This issue affects upgrades from v2016.2.x and older to the Gluon master only, we hope to fix it before the next
  16. major release.
  17. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  18. Reducing the TX power in the Advanced Settings is recommended.
  19. * 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>`_)
  20. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  21. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  22. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.