v2015.1.2.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Gluon 2015.1.2
  2. ==============
  3. Added hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~
  5. ar71xx-generic
  6. ^^^^^^^^^^^^^^
  7. * TP-Link
  8. - TL-WA701N/ND (v2)
  9. - TL-WA801N/ND (v1)
  10. - TL-WA830RE (v2)
  11. - TL-WR740N / TL-WR741ND (v5)
  12. New features
  13. ~~~~~~~~~~~~
  14. * Ubiquiti Loco M, Picostation M and Rocket M now get their own images (which are just copies of the Bullet M image)
  15. so it's more obvious for users which image to use
  16. * The x86-generic images now contain the e1000e ethernet driver by default
  17. Bugfixes
  18. ~~~~~~~~
  19. * Fix download of OpenSSL during build because of broken OpenSSL download servers (again...)
  20. * Fix another ABI incompatiblity with the upstream kernel modules which prevented loading some filesystem-related modules
  21. * Fix potential MAC address conflicts on x86 target when using mesh-on-wan/lan
  22. * Fix signal strength indicators on TP-LINK CPE210/510
  23. * Fix the model name string on some NETGEAR WNDR3700v2
  24. * Fix 5GHz WLAN switching channels and losing connectivity when other WLANs using the same channel are detected (including other Gluon nodes...); see https://github.com/freifunk-gluon/gluon/issues/386
  25. * Fix DNS resolution for mesh VPN on IPv6-only WAN; see https://github.com/freifunk-gluon/gluon/issues/397
  26. * gluon-mesh-batman-adv-15: update batman-adv to 2015.0 with additional bugfixes (fixes various minor bugs)
  27. * gluon-mesh-batman-adv-15: fix forwarding of fragmented frames over multiple links with different MTUs
  28. batman-adv compat 15 doesn't re-fragment frames that are fragmented already. In particular,
  29. this breaks transmission of large packets which are first fragmented for mesh-on-lan/wan and are then sent
  30. over the mesh VPN, which has an even smaller MTU. Work around this limitation by decreasing the maximum fragment
  31. size to 1280, so they can always be forwarded as long there's no link with a MTU smaller than 1280.
  32. See https://github.com/freifunk-gluon/gluon/issues/435