v2016.2.4.rst 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Gluon 2016.2.4
  2. ==============
  3. Bugfixes
  4. ~~~~~~~~
  5. * Fix batman-adv (compat 15) not being able to transmit packages of specific sizes (`b7eeef9 <https://github.com/freifunk-gluon/gluon/commit/b7eeef9b04b44a70b2a953c4efe35a3fdceba2db>`_)
  6. We suspect that this issue was also the reason for the autoupdater/wget hangs observed by many communities.
  7. Non-Gluon nodes like gateways should be updated to batman-adv 2017.0.1 to get the fix.
  8. * Fix build after ftp.all.kernel.org discontinuation (`#1059 <https://github.com/freifunk-gluon/gluon/issues/1059>`_)
  9. * Fix high load because of frequent calls of the respondd initscript (`9a0aeb9 <https://github.com/freifunk-gluon/gluon/commit/9a0aeb9b7482df4e4515e61356b9d393e3a7eacb>`_)
  10. The respondd restart triggers added in v2016.2.3 ran a significant portion of the respondd initscript for each router advertisement
  11. received. This was fixed by a backport of a netifd patch.
  12. * x86 sysupgrade fixes (`41fd50d <https://github.com/freifunk-gluon/gluon/commit/41fd50d20ba31d73c4796c5b2d4eb44ad2258b90>`_,
  13. `ad37e2b <https://github.com/freifunk-gluon/gluon/commit/ad37e2b6b43b2c3389356d892b04f3873d8f6b93>`_)
  14. This fixes sysupgrade on mmcblk and similar devices.
  15. Other changes
  16. ~~~~~~~~~~~~~
  17. * The manifest generator has been extended to generate SHA256 checksums in addition to SHA512 ones
  18. (`f9d59be <https://github.com/freifunk-gluon/gluon/commit/f9d59be731efd31a26c59e049ccbdc4b1762f6b1>`_)
  19. We have recently switched the autoupdater to SHA256 in the Gluon master to avoid mixing two different
  20. lengths of hashes for no good reason. This makes the manifests of Gluon v2016.2.x compatible with the
  21. new autoupdater so it doesn't prevent backports or downgrades.
  22. **Note:** Downgrades of major Gluon versions are generally unsupported and will often lead to
  23. broken configurations.
  24. Known Issues
  25. ~~~~~~~~~~~~
  26. * x86 sysupgrade (sometimes) loses config when kernel partition grows (`#1010 <https://github.com/freifunk-gluon/gluon/issues/1010>`_)
  27. This issue affects upgrades from v2016.2.x and older to the Gluon master only, we hope to fix it before the next
  28. major release.
  29. * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
  30. Reducing the TX power in the Advanced Settings is recommended.
  31. * 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>`_)
  32. This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
  33. * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
  34. The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.