Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 3307940c0c64d25c4d0e49049b94df69dc0ad31e Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu May 15 19:36:36 2014 +0200
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
3307940c0c64d25c4d0e49049b94df69dc0ad31e CHANGELOG | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index 05440fa..f54c101 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,24 @@ +batman-adv 2014.2.0 + + * support latest kernels (2.6.29 - 3.15) + * add multicast optimization for certain type of multicast networks + to send data only to nodes actually registered using new TVLVs + and the translation table + * use ether_addr_copy instead of memcpy + * remove obsolete reset mac headers + * bugs squashed: + - fix various (reference counting) bugs introduced by the multi + interface optimization + - fix a reference count problem when sending fragmented packets + - count references for originator nodes referenced by gateway + - fix local TT check for outgoing arp requests in DAT + - fix TT inconsistencies when VLANs are re-created very fast + - update TT entries for each VLAN when the MAC address of the + parent interface is changed + - improve documentation of DAT, TT and general kerneldoc + + -- Thu, 15 May 2014 19:36:10 +0200 + batman-adv 2014.1.0
* support latest kernels (2.6.29 - 3.14)