Repository : ssh://git@open-mesh.org/batman-adv
On branch : maint
commit e9aa5850b7f48caece78522b385a1c9976641d73 Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Aug 4 14:36:23 2015 +0200
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
e9aa5850b7f48caece78522b385a1c9976641d73 CHANGELOG | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index 67ef30b..d9f7b08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +batman-adv 2015.1 + + * support latest kernels (2.6.29 - 4.2) + * cleanup of coding style + * cleanup of the compatibility layer + * convert to the Linux source directory structure + * adjust default configuration + - disable network coding + - enable bridge loop avoidance + * bugs squashed: + - avoid DAT to mess up local LAN state + - fix race conditions in DAT/NC/TT/MCAST TVLV handlers + - fix build system POSIX compatibility + - fix gateway selection in fast connection (1) gw_mode + - fix initialization of detected gateway, which caused hangs on unloads + - fix race conditions in the translation table + - fix kernel crash due to missing NULL checks in vlan handlers + - fix potentially broken header access by multicast optimization + - fix broadcast packets cleanup for purged outgoing interface + + -- Tue, 04 Aug 2015 14:34:42 +0200 + batman-adv 2015.0
* support latest kernels (2.6.29 - 4.1)