From 6357c707d2fd1dfa295028aed6538e31563982a4 Mon Sep 17 00:00:00 2001 From: Vincent Wiemann Date: Wed, 4 Nov 2015 04:28:44 +0100 Subject: [PATCH] docs: Update v2015.2.rst This commit adds the new devices supported since v2015.1.2, a brief summary of new features and bugfixes to the release notes. As the deactivation of the HT-mode setting in site.conf might be non-permanent and still setting it doesn't cause any problems, it is not needed to be mentioned in the "Site changes" section, I think. --- docs/releases/v2015.2.rst | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/releases/v2015.2.rst b/docs/releases/v2015.2.rst index 13af5b28..90b089f8 100644 --- a/docs/releases/v2015.2.rst +++ b/docs/releases/v2015.2.rst @@ -1,17 +1,31 @@ Gluon 2015.2 (in development) ============================= -Added (and removed) hardware support +Added hardware support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ar71xx-generic +^^^^^^^^^^^^^^ +* TP-Link + + - CPE 210/220/510/520 (v1.1) + - TL-WR841N/ND (v10) + - TL-WR901ND (v1) + - TL-WR940N (v3) + - TL-WR941N (v6) + +* Ubiquity + + - Air Gateway New features ~~~~~~~~~~~~ - +802.11s can now be used as an alternative to IBSS mode (ad-hoc). The statuspage has been reworked completely. French language support has been added. The numbers of clients connected are announced per band now (2.4/5GHz). Bugfixes ~~~~~~~~ - +* Fix MTU/max fragmentation size to prevent issues with several ISPs like Kabel Deutschland +* Fix alfred: wait for a link-local address to prevent crashing Site changes ~~~~~~~~~~~~ @@ -37,6 +51,7 @@ Site changes { channel = 1, + htmode = 'HT20', ap = { ssid = 'entenhausen.freifunk.net', }, @@ -47,14 +62,12 @@ Site changes }, } - The ``htmode`` option has been dropped, the channel width is now always set to 20MHz - (see https://github.com/freifunk-gluon/gluon/issues/487 for a discussion of this change). - In addition to the old IBSS (Adhoc) based meshing, 802.11s-based meshing can be configured using the ``mesh`` section. Example:: { channel = 1, + htmode = 'HT20', ap = { ssid = 'entenhausen.freifunk.net', }, @@ -143,3 +156,4 @@ Internals Known Issues ~~~~~~~~~~~~ +* site.conf HT-mode option has been disabled in this release (defaults to HT20 - see https://github.com/freifunk-gluon/gluon/issues/487)