v2016.2.6.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Gluon 2016.2.6
  2. ==============
  3. Added hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~
  5. ar71xx-generic
  6. ^^^^^^^^^^^^^^
  7. * TP-Link TL-WR841N/ND v12
  8. Bugfixes
  9. ~~~~~~~~
  10. * Fix `CVE-2016-10229 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10229>`_
  11. (`#1097 <https://github.com/freifunk-gluon/gluon/issues/1097>`_)
  12. Fortunately, the standard Gluon setup is not vulnerable, as the issue only affects
  13. applications that use MSG_PEEK on UDP sockets. dnsmasq does use MSG_PEEK, but
  14. only in the DHCP component, which is not enabled during normal node operation.
  15. * Fix roaming issue affecting communication between clients
  16. (`#1121 <https://github.com/freifunk-gluon/gluon/issues/1121>`_)
  17. This issue affects all previous releases of Gluon v2016.2.x.
  18. * Fix build against OpenSSL 1.1 (`b6a22ce <https://github.com/freifunk-gluon/gluon/commit/b6a22ce79307853b175192178bb0333d976a3a6f>`_)
  19. * Fix build with long path names (`#1120 <https://github.com/freifunk-gluon/gluon/issues/1120>`_)
  20. * Use new staged sysupgrade procedure (`d4a69c0 <https://github.com/freifunk-gluon/gluon/commit/d4a69c00047f72696a2400cd7129be032de458e3>`_)
  21. The new sysupgrade fixes an issue affecting x86, causing nodes to lose their
  22. configuration on upgrade when the size of the kernel partition grows. This is
  23. the case when upgrading from Gluon v2016.2.x to newer (LEDE-based) Gluon
  24. versions. **This means that a Gluon node running an older version must be
  25. upgraded to Gluon v2016.2.6 first before switching to a LEDE-based version!**
  26. One downside of the staged sysupgrade is that all processes, including the SSH
  27. server, will be terminated at the start of the sysupgrade to allow unmounting
  28. the root filesystem. This makes it impossible to get any feedback from the
  29. upgrade process without a serial console.
  30. Known Issues
  31. ~~~~~~~~~~~~
  32. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  33. Reducing the TX power in the Advanced Settings is recommended.
  34. * 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>`_)
  35. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  36. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  37. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.