The following commit has been merged in the maint branch: commit b82d11e243ec144c515e7d04e8e8c31b111a060d Author: Sven Eckelmann sven@narfation.org Date: Sat Jun 9 12:43:19 2012 +0200
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/CHANGELOG b/CHANGELOG index fd9e1eb..60668b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +batman-adv 2012.2.0: + +* support latest kernels (2.6.29 - 3.5) +* cleanup of coding style (use of named constants instead of values, refactored + code to reduce readability, replace bitarrays with kernel functionality, ...) +* tweaking hop penalty to reduce route flapping +* enhanced the framework to support multiple routing algorithms +* reimplemented the bridge loop avoidance with support for multiple active + backbone gateways +* some bugs fixed (translation table flag handling, correct unicast rerouting, + endianness fixed for translation table crc, avoid of routing loops by being + strict on forwarded ogms, ...) + + -- Tue, 12 Jun 2012 18:21:54 +0200 + batman-adv 2012.1.0:
* support latest kernels (2.6.29 - 3.4)