Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 50286489044e2029064f2b8c7a66b4a6264be193 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sat Jan 12 12:26:27 2013 +0100
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
50286489044e2029064f2b8c7a66b4a6264be193 CHANGELOG | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG index 8d018d5..9de6298 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +batman-adv 2013.0.0: + +* support latest kernels (2.6.29 - 3.8) +* cleanup of coding style and add kerneldoc +* add new distributed ARP table feature to cache ARP entries +* remove __packed attribute whenever possible to allow better compiler + optimizations +* use kernel-registered BATMAN Ethernet type +* block ECTP traffic to remove integration problems when using BLA +* allow roaming multiple times in TT +* bugs squashed + - fix lockdeps for interfaces + - disallow batman-over-batman configurations + - various BLA fixes (wait at startup, hashing, duplist, ...) + - fix TT roaming cases + - fix TT packet rerouting + - fix TT flags handling + - fix speedy join/BLA interaction bug + - fix random jitter calculation + + -- Sat, 12 Jan 2013 12:00:16 +0100 + batman-adv 2012.4.0:
* support latest kernels (2.6.29 - 3.7)