The following commit has been merged in the next branch: commit fc9b87410ff9df27f2421a32172b5acb890daac9 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sun Nov 13 19:37:14 2011 +0100
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Sven Eckelmann sven@narfation.org Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
diff --git a/CHANGELOG b/CHANGELOG index d405be8..b6e8c3e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +batman-adv 2011.4.0: + +* support latest kernels (2.6.29 - 3.2) +* starting of code refactoring to support multiple protocol versions +* added support for AP-isolation to prevent non-mesh WIFI clients to talk to + each other over the mesh +* many bugs (memory leaks in the translation table, wrong initialization of + ethernet addresses of translation table entries, wrong number of table + response entries, unicast packets to GW sent as broadcast ...) squashed + + -- Sun, 13 Nov 2011 19:28:28 +0100 + batman-adv 2011.3.0:
* support latest kernels (2.6.29 - 3.1)