The following commit has been merged in the master branch: commit 087625b70d2114b02cc0edb97c7d8edd9d2a9b71 Author: marek marek@45894c77-fb22-0410-b583-ff6e7d5dbf6c Date: Sat Nov 7 14:10:40 2009 +0000
[batman-adv] update Changelog
git-svn-id: http://downloads.open-mesh.net/svn/batman/trunk/batman-adv-kernelland@1472 45894c77-fb22-0410-b583-ff6e7d5dbf6c
diff --git a/CHANGELOG b/CHANGELOG index 5404359..14a94f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +batman-adv 0.2: +* support latest kernels (2.6.20 - 2.6.31) +* temporary routing loops / TTL code bug / ghost entries in originator table fixed +* internal packet queue for packet aggregation & transmission retry (ARQ) + for payload broadcasts added +* interface detection converted to event based handling to avoid timers +* major linux coding style adjustments applied +* all kernel version compatibility functions has been moved to compat.h +* use random ethernet address generator from the kernel +* /sys/module/batman_adv/version to export kernel module version +* vis: secondary interface export for dot draw format + JSON output format added +* many bugs (alignment issues, race conditions, deadlocks, etc) squashed + + -- Sat, 07 Nov 2009 15:44:31 +0100 + batman-adv 0.1:
* support latest kernels (2.6.20 - 2.6.28)