diff --git a/docs/index.rst b/docs/index.rst index b017201d..957530d7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -64,6 +64,7 @@ Several Freifunk communities in Germany use Gluon as the foundation of their Fre :caption: Releases :maxdepth: 1 + releases/v2017.1.6 releases/v2017.1.5 releases/v2017.1.4 releases/v2017.1.3 diff --git a/docs/releases/v2017.1.6.rst b/docs/releases/v2017.1.6.rst new file mode 100644 index 00000000..d6ccd5a2 --- /dev/null +++ b/docs/releases/v2017.1.6.rst @@ -0,0 +1,49 @@ +Gluon 2017.1.6 (in development) +=============================== + +Bugfixes +~~~~~~~~ + +* Only request a single IPv6 address instead of a prefix on the WAN interface + (`5db54ba78c3 `_) + +* Fix signal graph on status page when there are many neighbours + (packages/`d1e0b6e0bdae `_) + +* Fix config files managed by opkg not being saved on sysupgrades on ar71xx-tiny + (LEDE/`17c0362178ca `_, + LEDE/`75be005e8bdc `_) + +* Increase bridge multicast querier timeout ("robustness") to avoid + "querier appeared/disappeared" log spam by batman-adv in the presence of + an external querier + (`e305a8c01917 `_) + +* Fix "broken pipe" log spam caused by the status page + (`883c32f2f1dc `_) + +* Reduce memory limit of WLAN packet queues to 256KB on devices with small RAM + (`e63c6ca01f50 `_) + +* Sporadic segfaults of busybox (ash) when running shell scripts on ar71xx + have disappeared with the latest updates + (`#1157 `_) + + +Known issues +~~~~~~~~~~~~ + +* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 `_) + + Reducing the TX power in the Advanced Settings is recommended. + +* The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 `_) + + This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed). + +* Inconsistent respondd API (`#522 `_) + + The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while. + +* Frequent reboots due to out-of-memory on weak hardware in larger meshes + (`#1243 `_)