v2016.2.7.rst 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. Gluon 2016.2.7
  2. ==============
  3. This release only fixes a single regression introduced in Gluon v2016.2.6, and
  4. add support for building using Perl 5.26.
  5. Bugfixes
  6. ~~~~~~~~
  7. * Improve sysupgrade error handling (`#1160 <https://github.com/freifunk-gluon/gluon/issues/1160>`_)
  8. If for some reason processes don't react to SIGKILL (usually because of a kernel bug),
  9. a node could hang forever in sysupgrade, requiring a power cycle. This has been
  10. fixed, triggering a reboot instead.
  11. * Backport fixes to support building with Perl 5.26 or newer (`76753ed <https://github.com/freifunk-gluon/gluon/commit/76753ede0da78e24208f10675fa288247deec961>`_)
  12. Known Issues
  13. ~~~~~~~~~~~~
  14. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  15. Reducing the TX power in the Advanced Settings is recommended.
  16. * 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>`_)
  17. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  18. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  19. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.