Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit ab3961c54cb11bdceb902e9541c5e7bd3826767f Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Dec 15 18:12:15 2016 +0100
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
ab3961c54cb11bdceb902e9541c5e7bd3826767f CHANGELOG | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index a99ef85..df9b139 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +batman-adv 2016.5 + + * support latest kernels (3.2 - 4.10) + * change installation path back to $INSTALL_MOD_DIR/updates/net/batman-adv + * add simple (re)broadcast avoidance + * reduce multicast TT and TVLV update delays under B.A.T.M.A.N. V + * support B.A.T.M.A.N. V throughput detection when using VLANs on top of WiFi + * improve documentation of sysfs and debugfs files + * coding style cleanups and refactoring + * bugs squashed: + - detect missing primaryif during tp_send as error + - fix re-adding of previously removed interfaces via rtnetlink + - fix rare race conditions on interface removal + - handle allocation error when generating TT responses + + -- Thu, 15 Dec 2016 18:11:55 +0100 + batman-adv 2016.4
* support latest kernels (3.2 - 4.9)