Repository : ssh://git@open-mesh.org/doc
On branch : master
commit 3ad5f051d7a45f381c9406f3402ba35fa54e1533 Merge: 057e81f 5df15db Author: Sven Eckelmann sven@narfation.org Date: Sat Dec 7 11:02:02 2019 +0100
Merge branch 'backup-redmine/2019-12-07'
3ad5f051d7a45f381c9406f3402ba35fa54e1533 open-mesh/News-draft.rst | 81 ++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 50 deletions(-)
diff --cc open-mesh/News-draft.rst index 1402c45,0000000..0214eac mode 100644,000000..100644 --- a/open-mesh/News-draft.rst +++ b/open-mesh/News-draft.rst @@@ -1,134 -1,0 +1,115 @@@ +.. SPDX-License-Identifier: GPL-2.0 + - DRAFT: Batman-adv 2019.4 released ++DRAFT: Batman-adv 2019.5 released +================================= + - Oct 25th, 2019. Today the B.A.T.M.A.N. team publishes the October 2019 - update to batman-adv, batctl and alfred! The B.A.T.M.A.N. V - implementation can now aggregate OGM2 messages into single messages - before sending them out. As usual, this release also contains various - bugfixes and code cleanups. ++Dec 4th, 2019. Today the B.A.T.M.A.N. team publishes the December 2019 ++update to batman-adv, batctl and alfred! TODO + +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-2019.4/ ++https://downloads.open-mesh.org/batman/releases/batman-adv-2019.5/ + +Thanks +------ + +Thanks to all people sending in patches: + - * Eric Dumazet edumazet@google.com - * Florian Westphal fw@strlen.de - * Krzysztof Kozlowski krzk@kernel.org - * Linus Lüssing linus.luessing@c0d3.blue ++* Christophe JAILLET christophe.jaillet@wanadoo.fr ++* Pankaj Bharadiya pankaj.laxminarayan.bharadiya@intel.com +* Simon Wunderlich sw@simonwunderlich.de +* Sven Eckelmann sven@narfation.org ++* Taehee Yoo ap420073@gmail.com ++ ++and to all those that supported us with good advice or rigorous testing: ++ ++* Antonio Quartulli a@unstable.cc + +batman-adv +---------- + +:: + + $ git describe origin/master - v2019.3-10-gbcadeaa3 - $ range=v2019.3..v2019.3-25-g888f60e5 ++ v2019.4-9-g890c6748 ++ $ range=v2019.4..v2019.4-9-g890c6748 + $ 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 + - + new kernel support + ================== + ++ batman-adv: Use sizeof_member() macro + + coding style cleanup/refactoring + ================================ + - batman-adv: Replace usage of strlcpy with strscpy - batman-adv: Fix Kconfig indentation - batman-adv: netfilter: drop bridge nf reset from nf_reset ++ batman-adv: use generic lockdep keys ++ batman-adv: Use GCC attribute for fallthrough compat ++ batman-adv: Use 'fallthrough' pseudo keyword ++ batman-adv: Drop lockdep.h include for soft-interface.c ++ batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()' ++ batman-adv: Axe 'aggr_list_lock' + + BATMAN V + ========= + - batman-adv: BATMAN_V: introduce per hard-iface OGMv2 queues - batman-adv: BATMAN_V: aggregate OGMv2 packets + + bugfixes + ======== + - batman-adv: fix uninit-value in batadv_netlink_get_ifindex() - batman-adv: Avoid free/alloc race when handling OGM2 buffer - batman-adv: Avoid free/alloc race when handling OGM2 buffer + + + + - 2019.4 (2019-10-25) ++ 2019.5 (2019-12-04) + =================== + - * support latest kernels (3.16 - 5.4) ++ * support latest kernels (3.16 - 5.5) + * coding style cleanups and refactoring - * implement aggregation of OGM2 packets + * bugs squashed: + - - fix length validation in netlink messages - - fix out of buffer read when parsing aggregated packets - - avoid race condition in OGM(2) packet modification and submission ++ - fix DAT candidate selection on little endian systems + +batctl +------ + +:: + + $ git describe origin/master - v2019.3-2-gdd82cf5 - $ range=v2019.3..v2019.3-2-gdd82cf5 ++ v2019.4-1-g6046cf9 ++ $ range=v2019.4..v2019.4-1-g6046cf9 + $ 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 + - - tcpump - ====== - - - new command structure - ===================== - - + bugfix + ====== + - batctl: Fix deprecation warning for option '-m' + - 2019.4 (2019-10-25) ++ 2019.5 (2019-12-04) + =================== + - * fix deprecation warning for option '-m' ++ * (no changes) + +alfred +------ + +:: + + $ git describe origin/master - v2019.3-3-g0e0fcc5 - $ range=v2019.3..v2019.3-3-g0e0fcc5 ++ v2019.4-1-g0e3505c ++ $ range=v2019.4..v2019.4-1-g0e3505c + $ 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 + - Sven Eckelmann sven@narfation.org (2): - alfred: vis: Add missing include for ifinfomsg - alfred: vis: Fix ifindex check when registering interface - + - 2019.4 (2019-10-25) ++ 2019.5 (2019-12-04) + =================== + - * fix build with musl ++ * (no changes) + +Happy routing, + +The B.A.T.M.A.N. team