Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2020-11-07,master
commit 9d31d4201c8c88e3fc772c301863fa1dad089b69 Author: Sven Eckelmann sven@narfation.org Date: Fri Oct 16 14:23:22 2020 +0000
doc: open-mesh/News-draft: stub for 2020.4 release
9d31d4201c8c88e3fc772c301863fa1dad089b69 open-mesh/News-draft.textile | 75 +++++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 36 deletions(-)
diff --git a/open-mesh/News-draft.textile b/open-mesh/News-draft.textile index 9f6833f..256e35e 100644 --- a/open-mesh/News-draft.textile +++ b/open-mesh/News-draft.textile @@ -1,30 +1,28 @@ -h1. DRAFT: Batman-adv 2020.3 released +h1. DRAFT: Batman-adv 2020.4 released
-Aug 25th, 2020. Today the B.A.T.M.A.N. team publishes the August 2020 update to batman-adv, batctl and alfred! An additional hop penalty can now be configured on a per interface basis. Also several bugfixes and code cleanups are included in this version. +Oct 27th, 2020. Today the B.A.T.M.A.N. team publishes the Octover 2020 update to batman-adv, batctl and alfred! TODO. Also several bugfixes 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-2020.3/ +https://downloads.open-mesh.org/batman/releases/batman-adv-2020.4/
h2. Thanks
Thanks to all people sending in patches:
-* Jussi Kivilinna jussi.kivilinna@haltian.com +* Jakub Kicinski kuba@kernel.org * Linus L��ssing linus.luessing@c0d3.blue +* Nikolay Aleksandrov nikolay@nvidia.com +* Randy Dunlap rdunlap@infradead.org * Simon Wunderlich sw@simonwunderlich.de * Sven Eckelmann sven@narfation.org
-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 -v2020.2-7-geded19e9 -$ range=v2020.2..v2020.2-7-geded19e9 +v2020.3-16-gfb9256b1 +$ range=v2020.3..v2020.3-16-gfb9256b1 $ 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
@@ -32,34 +30,39 @@ $ git log --no-merges "${range}"|grep -e '(Reported|Tested|Acked|Reviewed-by coding style cleanup/refactoring ================================
- batman-adv: Switch mailing list subscription page - batman-adv: Fix typos and grammar in documentation + batman-adv: genetlink: move to smaller ops wherever possible + net: bridge: mcast: rename br_ip's u member to dst + net: batman-adv: types.h: delete duplicated words + batman-adv: Drop unused function batadv_hardif_remove_interfaces() + batman-adv: Drop repeated words in comments + batman-adv: Migrate to linux/prandom.h + batman-adv: Add missing include for in_interrupt() + batman-adv: compat: Fix prandom.h include for older LTS kernels + batman-adv: bla: fix type misuse for backbone_gw hash indexing
various =======
- batman-adv: Introduce a configurable per interface hop penalty
bugfixes ========
- batman-adv: Avoid uninitialized chaddr when handling DHCP - batman-adv: Fix own OGM check in aggregated OGMs - batman-adv: bla: use netif_rx_ni when not in interrupt context + batman-adv: mcast/TT: fix wrongly dropped or rerouted packets + batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN + batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh + batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh
-2020.3 (2020-08-25) +2020.4 (2020-10-27) ===================
-* support latest kernels (4.4 - 5.9) +* support latest kernels (4.4 - 5.10) * coding style cleanups and refactoring -* introduce a configurable per interface hop penalty * bugs squashed:
- - avoid uninitialized chaddr when handling DHCP - - fix own OGMv2 check in aggregation receive handling - - fix "NOHZ: local_softirq_pending 08" warnings caused by BLA + - fix incorrect reroute handling of multicast packets + - improve handling of multicast packets by bridge loop avoidance
</pre>
@@ -67,22 +70,23 @@ h2. batctl
<pre> $ git describe origin/master -v2020.2-3-g2c893e3 -$ range=v2020.2..v2020.2-3-g2c893e3 +v2020.3-3-g2a13424 +$ range=v2020.3..v2020.3-3-g2a13424 $ 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
+bugfixes +========
-various -======= - - batctl: Add per interface hop penalty command + batctl: tcpdump: Fix endianness in ICMPv6 Echo Request/Reply parsing
-2020.3 (2020-08-25) +2020.4 (2020-10-27) ===================
-* add per interface hop penalty command +* bugs squashed: + + - Fix endianness in ICMPv6 Echo Request/Reply parsing
</pre>
@@ -90,18 +94,17 @@ h2. alfred
<pre> $ git describe origin/master -v2020.2-2-g921940b -$ range=v2020.2..v2020.2-2-g921940b +v2020.3-1-g3425515 +$ range=v2020.3..v2020.3-1-g3425515 $ 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 (1): - batctl: Sync batman-adv netlink uapi header
-2020.3 (2020-08-25) + +2020.4 (2020-10-27) ===================
-* synchronization of batman-adv netlink header +* (no changes) </pre>