Project

General

Profile

DRAFT: Batman-adv 2024.1 released

Apr 2nd, 2024. Today the B.A.T.M.A.N. team publishes the April 2024 update to batman-adv! Several bug fixes and code cleanups are included in this version.

As the kernel module always depends on the Linux kernel it is 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:

https://downloads.open-mesh.org/batman/releases/batman-adv-2024.1/

Thanks

Thanks to all people sending in patches:

batman-adv

$ git describe origin/main
v2024.0-6-gfa7059d9
$ range=v2024.0..v2024.0-6-gfa7059d9
$ git shortlog --email --no-merges "${range}" 
$ git log --no-merges "${range}"|grep -e '\(Reported\|Tested\|Acked\|Reviewed-by\|Co-authored-by\)-by'|sed 's/.*:/*/'|sort|uniq

Markus Elfring <elfring@users.sourceforge.net> (2):
      batman-adv: Return directly after a failed batadv_dat_select_candidates() in batadv_dat_forward_data()
      batman-adv: Improve exception handling in batadv_throw_uevent()

Sven Eckelmann <sven@narfation.org> (2):
      batman-adv: Drop usage of export.h
      batman-adv: Avoid infinite loop trying to resize local TT

features
========

new kernel version
==================

coding style cleanup/refactoring
================================

various
=======

bugfixes
========

2024.1 (2024-04-02)
===================

* support latest kernels (4.19 - 6.9)
* coding style cleanups and refactoring
* bugs squashed:

  - avoid infinite loop while trying to resize local translation table

batctl

$ git describe origin/main
v2024.0-1-g05e6984
$ range=v2024.0..v2024.0-1-g05e6984
$ git shortlog --email --no-merges "${range}" 
$ git log --no-merges "${range}"|grep -e '\(Reported\|Tested\|Acked\|Reviewed-by\|Co-authored-by\)-by'|sed 's/.*:/*/'|sort|uniq

features
========

coding style cleanup/refactoring
================================

bugfixes
========

2024.1 (2024-04-02)
===================

* (no changes)

alfred

$ git describe origin/main
v2024.0-1-g53b0b32
$ range=v2024.0..v2024.0-1-g53b0b32
$ git shortlog --email --no-merges "${range}" 
$ git log --no-merges "${range}"|grep -e '\(Reported\|Tested\|Acked\|Reviewed-by\|Co-authored-by\)-by'|sed 's/.*:/*/'|sort|uniq

2024.1 (2024-04-02)
===================

* (no changes)

Happy routing,

The B.A.T.M.A.N. team