Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-12-07,master
commit 3b7b1a752af4c608e8bfa32d236851e07d87badb Author: Sven Eckelmann sven@narfation.org Date: Thu Nov 28 16:46:19 2019 +0000
doc: open-mesh/News-draft: stub for 2019.5
3b7b1a752af4c608e8bfa32d236851e07d87badb open-mesh/News-draft.textile | 76 +++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 46 deletions(-)
diff --git a/open-mesh/News-draft.textile b/open-mesh/News-draft.textile index aae7638..2947095 100644 --- a/open-mesh/News-draft.textile +++ b/open-mesh/News-draft.textile @@ -1,70 +1,68 @@ -h1. DRAFT: Batman-adv 2019.4 released +h1. 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 3th, 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/
h2. 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
h2. batman-adv
<pre> $ git describe origin/master -v2019.3-10-gbcadeaa3 -$ range=v2019.3..v2019.3-15-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-03) ===================
-* 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 + - TODO
</pre>
@@ -72,29 +70,19 @@ h2. batctl
<pre> $ 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-03) ===================
-* fix deprecation warning for option '-m' +* (no changes)
</pre>
@@ -102,20 +90,16 @@ h2. alfred
<pre> $ 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-03) ===================
-* fix build with musl +* (no changes) </pre>