Skip to content

Commit

Permalink
Staging: batman-adv: Add release information for version 2010.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Simon Wunderlich authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 5a39195 commit 6856ba1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions drivers/staging/batman-adv/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
batman-adv 2010.0.0:

* support latest kernels (2.6.21 - 2.6.35)
* further code refactoring and cleaning for coding style
* move from procfs based configuration to sysfs
* reorganized sequence number handling
* limit queue lengths for batman and broadcast packets
* many bugs (endless loop and rogue packets on shutdown, wrong tcpdump output,
missing frees in error situations, sleeps in atomic contexts) squashed

-- Fri, 18 Jun 2010 21:34:26 +0200

batman-adv 0.2.1:

* support latest kernels (2.6.20 - 2.6.33)
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/batman-adv/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[state: 03-05-2010]
[state: 12-06-2010]

BATMAN-ADV
----------
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/batman-adv/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define DRIVER_DESC "B.A.T.M.A.N. advanced"
#define DRIVER_DEVICE "batman-adv"

#define SOURCE_VERSION "0.2.2-beta"
#define SOURCE_VERSION "2010.0.0"


/* B.A.T.M.A.N. parameters */
Expand Down

0 comments on commit 6856ba1

Please sign in to comment.