diff --git a/docs/index.rst b/docs/index.rst index 2235dc54..83b4d482 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,6 +49,7 @@ Releases .. toctree:: :maxdepth: 1 + releases/v2015.1.2 releases/v2015.1.1 releases/v2015.1 releases/v2014.4 @@ -101,9 +102,10 @@ ar71xx-generic - TL-MR3040 (v1, v2) - TL-MR3220 (v1, v2) - TL-MR3420 (v1, v2) - - TL-WA701N/ND (v1) + - TL-WA701N/ND (v1, v2) - TL-WA750RE (v1) - - TL-WA801N/ND (v2) + - TL-WA801N/ND (v1, v2) + - TL-WA830RE (v1, v2) - TL-WA850RE (v1) - TL-WA860RE (v1) - TL-WA901N/ND (v2, v3) @@ -113,8 +115,8 @@ ar71xx-generic - TL-WR1043N/ND (v1, v2) - TL-WR703N (v1) - TL-WR710N (v1) - - TL-WR740N (v1, v3, v4) - - TL-WR741N/ND (v1, v2, v4) + - TL-WR740N (v1, v3, v4, v5) + - TL-WR741N/ND (v1, v2, v4, v5) - TL-WR743N/ND (v1, v2) - TL-WR841N/ND (v3, v5, v7, v8, v9) - TL-WR842N/ND (v1, v2) diff --git a/docs/releases/v2015.1.2.rst b/docs/releases/v2015.1.2.rst new file mode 100644 index 00000000..97b97b35 --- /dev/null +++ b/docs/releases/v2015.1.2.rst @@ -0,0 +1,41 @@ +Gluon 2015.1.2 +============== + +Added hardware support +~~~~~~~~~~~~~~~~~~~~~~ +ar71xx-generic +^^^^^^^^^^^^^^ + +* TP-Link + + - TL-WA701N/ND (v2) + - TL-WA801N/ND (v1) + - TL-WA830RE (v2) + - TL-WR740N / TL-WR741ND (v5) + +New features +~~~~~~~~~~~~ + +* Ubiquiti Loco M, Picostation M and Rocket M now get their own images (which are just copies of the Bullet M image) + so it's more obvious for users which image to use +* The x86-generic images now contain the e1000e ethernet driver by default + +Bugfixes +~~~~~~~~ + +* Fix download of OpenSSL during build because of broken OpenSSL download servers (again...) +* Fix another ABI incompatiblity with the upstream kernel modules which prevented loading some filesystem-related modules +* Fix potential MAC address conflicts on x86 target when using mesh-on-wan/lan +* Fix signal strength indicators on TP-LINK CPE210/510 +* Fix the model name string on some NETGEAR WNDR3700v2 +* 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 +* Fix DNS resolution for mesh VPN on IPv6-only WAN; see https://github.com/freifunk-gluon/gluon/issues/397 +* gluon-mesh-batman-adv-15: update batman-adv to 2015.0 with additional bugfixes (fixes various minor bugs) +* gluon-mesh-batman-adv-15: fix forwarding of fragmented frames over multiple links with different MTUs + + batman-adv compat 15 doesn't re-fragment frames that are fragmented already. In particular, + this breaks transmission of large packets which are first fragmented for mesh-on-lan/wan and are then sent + over the mesh VPN, which has an even smaller MTU. Work around this limitation by decreasing the maximum fragment + size to 1280, so they can always be forwarded as long there's no link with a MTU smaller than 1280. + + See https://github.com/freifunk-gluon/gluon/issues/435