The following commit has been merged in the maint branch: commit 65e81cd08eddc024cb43031c311a3efe4f10a6a7 Author: Sven Eckelmann sven@narfation.org Date: Thu Mar 29 02:08:58 2012 +0200
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/CHANGELOG b/CHANGELOG index 9a62fdb..fd9e1eb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +batman-adv 2012.1.0: + +* support latest kernels (2.6.29 - 3.4) +* makefile rewrite (install target, cleanups, new selection system for features) +* cleanup of coding style (explicit marking of common headers, common unit for + time specific defines, ...) +* Added framework to switch between different routing algorithms +* some bugs fixes (distinguish between wrap-around ttvn and uninitialized ttvn + value, ...) + + -- Fri, 30 Mar 2012 19:31:12 +0300 + batman-adv 2012.0.0:
* support latest kernels (2.6.29 - 3.3)