v2016.2.7.rst 1.1 KB

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