* [B.A.T.M.A.N.] batman-adv 2011.3.1 released
@ 2011-10-18 22:44 Marek Lindner
2011-10-19 0:32 ` Michael Stöcker
2011-10-20 9:56 ` Bjoern Franke
0 siblings, 2 replies; 8+ messages in thread
From: Marek Lindner @ 2011-10-18 22:44 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Today, the B.A.T.M.A.N. team releases an update for the 2011.3.0 release which
corrects small but crucial bugs introduced within the last release. This is a
pure bug fix release without any new features or protocol modifications.
Everyone is strongly encouraged to upgrade to this version. As the kernel
module always depends on the Linux kernel it was compiled against, it does not
make sense to provide binaries on our website. As usual, you will find the
signed tarballs in our download section:
http://downloads.open-mesh.org/batman/releases/batman-adv-2011.3.1/
as well as prepackaged binaries in your distribution.
Thanks
------
Thanks to all people sending in patches:
* Antonio Quartulli <ordex@autistici.org>
Special thanks go to:
* TY Wu for isolating / debugging the packet latency bug
* Junkeun Song for his help and ideas to find the translation table bugs
* Marek Lindner for debugging support and suggestions
batman-adv
----------
The high latency (4-5 times higher than usual) that could be observed when the
gateway mode was activated because batman-adv broadcasted all packets instead
of sending them via unicast, was fixed. The reported issues with non-mesh
clients communicating with other clients have been addressed too: The
translation tables were corrupted caused by uninitialized memory and invalid
table sizes sent through client announcement mechanism.
batctl
------
batctl remains unchanged.
Happy routing,
The B.A.T.M.A.N. team
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv 2011.3.1 released
2011-10-18 22:44 [B.A.T.M.A.N.] batman-adv 2011.3.1 released Marek Lindner
@ 2011-10-19 0:32 ` Michael Stöcker
2011-10-19 7:45 ` Sven Eckelmann
2011-10-19 12:53 ` Marek Lindner
2011-10-20 9:56 ` Bjoern Franke
1 sibling, 2 replies; 8+ messages in thread
From: Michael Stöcker @ 2011-10-19 0:32 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
Am 19.10.2011 00:44, schrieb Marek Lindner:
hallo,
even if the batctl remains unchanged, could you please "update" the
packagename to 2011.3.1? I would like to update my
openwrtbuildroot-batman-adv-makefile to use the new release but it
relies on the same version-string.
greetings,
micha
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv 2011.3.1 released
2011-10-19 0:32 ` Michael Stöcker
@ 2011-10-19 7:45 ` Sven Eckelmann
[not found] ` <4E9E9547.8090801@gmail.com>
2011-10-19 12:53 ` Marek Lindner
1 sibling, 1 reply; 8+ messages in thread
From: Sven Eckelmann @ 2011-10-19 7:45 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Michael Stöcker
[-- Attachment #1: Type: text/plain, Size: 840 bytes --]
On Wednesday 19 October 2011 02:32:10 Michael Stöcker wrote:
> Am 19.10.2011 00:44, schrieb Marek Lindner:
>
> hallo,
>
> even if the batctl remains unchanged, could you please "update" the
> packagename to 2011.3.1? I would like to update my
> openwrtbuildroot-batman-adv-makefile to use the new release but it
> relies on the same version-string.
What do you think would happen when you ask the xorg people to change their
tarball names because your Makefile doesn't work?
We already provide a release folder that contains compatible versions of
batman-adv and batctl [1]. Maybe you can change your Makefile+scripts to use
that folder. Or introduce a (release,) batman-adv and batctl version for a
quick workaround.
Kind regards,
Sven
[1] http://downloads.open-mesh.org/batman/releases/batman-adv-2011.3.1/
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [B.A.T.M.A.N.] batman-adv 2011.3.1 released
2011-10-19 0:32 ` Michael Stöcker
2011-10-19 7:45 ` Sven Eckelmann
@ 2011-10-19 12:53 ` Marek Lindner
2011-10-19 13:43 ` Michael Stöcker
1 sibling, 1 reply; 8+ messages in thread
From: Marek Lindner @ 2011-10-19 12:53 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Wednesday, October 19, 2011 02:32:10 Michael Stöcker wrote:
> even if the batctl remains unchanged, could you please "update" the
> packagename to 2011.3.1? I would like to update my
> openwrtbuildroot-batman-adv-makefile to use the new release but it
> relies on the same version-string.
I just updated the OpenWrt package. Once you fetched the update you should get
batman-adv 2011.3.1 with batctl 2011.3.0.
Regards,
Marek
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv 2011.3.1 released
2011-10-18 22:44 [B.A.T.M.A.N.] batman-adv 2011.3.1 released Marek Lindner
2011-10-19 0:32 ` Michael Stöcker
@ 2011-10-20 9:56 ` Bjoern Franke
2011-10-20 10:21 ` Sven Eckelmann
1 sibling, 1 reply; 8+ messages in thread
From: Bjoern Franke @ 2011-10-20 9:56 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Am Mittwoch, 19. Oktober 2011, 00:44:38 schrieb Marek Lindner:
> Today, the B.A.T.M.A.N. team releases an update for the 2011.3.0 release
> which corrects small but crucial bugs introduced within the last release.
> This is a pure bug fix release without any new features or protocol
> modifications. Everyone is strongly encouraged to upgrade to this version.
> As the kernel module always depends on the Linux kernel it was compiled
> against, it does not make sense to provide binaries on our website. As
> usual, you will find the signed tarballs in our download section:
Does this bugfixes concern the bug triggered by 3 nodes you mentioned some days
before in IRC?
regards
bjo
--
jabber: bjo@schafweide.org
bjo.nord-west.org | nord-west.org | freifunk-ol.de
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-10-20 10:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 22:44 [B.A.T.M.A.N.] batman-adv 2011.3.1 released Marek Lindner
2011-10-19 0:32 ` Michael Stöcker
2011-10-19 7:45 ` Sven Eckelmann
[not found] ` <4E9E9547.8090801@gmail.com>
2011-10-19 19:16 ` Sven Eckelmann
2011-10-19 12:53 ` Marek Lindner
2011-10-19 13:43 ` Michael Stöcker
2011-10-20 9:56 ` Bjoern Franke
2011-10-20 10:21 ` Sven Eckelmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox