Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit f753e4104a5a9a9a77cd8c7bea14c6d0988cb3d4 Author: Sven Eckelmann sven@narfation.org Date: Mon Nov 12 10:39:03 2018 +0000
doc: open-mesh/News-draft: move release to new date
f753e4104a5a9a9a77cd8c7bea14c6d0988cb3d4 open-mesh/News-draft.textile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/open-mesh/News-draft.textile b/open-mesh/News-draft.textile index 770d902..0207bf3 100644 --- a/open-mesh/News-draft.textile +++ b/open-mesh/News-draft.textile @@ -1,6 +1,6 @@ h1. DRAFT: Batman-adv 2018.4 released
-Nov 06th, 2018. Today the B.A.T.M.A.N. team publishes the November 2018 update to batman-adv, batctl and alfred! This release contains mostly code refactorization in batctl to ease more netlink development in the future. Alfred's IPv4 implementation was polished to better handle missing MAC addresses in the ARP neighbor table. The batman-adv kernel modules now yields better results for TX throughput tests and allows to receive its debug messages via the Linux kernel's tracepoint infrastructure. Accessing the debugfs files will now create warning messages that a different method of retrieving the information should be used. As usual, this release also contains various bugfixes and code cleanups. +Nov 13th, 2018. Today the B.A.T.M.A.N. team publishes the November 2018 update to batman-adv, batctl and alfred! This release contains mostly code refactorization in batctl to ease more netlink development in the future. Alfred's IPv4 implementation was polished to better handle missing MAC addresses in the ARP neighbor table. The batman-adv kernel modules now yields better results for TX throughput tests and allows to receive its debug messages via the Linux kernel's tracepoint infrastructure. Accessing the debugfs files will now create warning messages that a different method of retrieving the information should be used. As usual, this release also contains various bugfixes and code cleanups.
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:
@@ -62,22 +62,19 @@ bugfixes
-2018.4 (2018-11-06) +2018.4 (2018-11-13) ===================
* support latest kernels (3.16 - 4.20) * coding style cleanups and refactoring -* improve tx performance by removing unnecessary locking -* deprecation of debugfs files +* improve tx performance by avoiding unnecessary locking +* add help messages regarding deprecation of debugfs files * support for debug message tracepoints * explicit ELP padding to allow TVLVs in the future * bugs squashed:
- fix skb_over_panic for merged fragments with small tailroom
- -TODO: merge before release https://patchwork.open-mesh.org/patch/17616/ - </pre>
h2. batctl @@ -152,7 +149,7 @@ infrastructure to disable commands batctl: Simplify enabling for bisect_iv subcommand batctl: Allow to enable/disable subcommands
-2018.4 (2018-11-06) +2018.4 (2018-11-13) ===================
* coding style cleanups and refactoring @@ -178,7 +175,7 @@ $ git log --no-merges "${range}"|grep -e '(Reported|Tested|Acked|Reviewed-by
-2018.4 (2018-11-06) +2018.4 (2018-11-13) ===================
* bugs squashed: