Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-12-14,master
commit 686174c30657bc7c16f4461873ad6283852448ad Author: Sven Eckelmann sven@narfation.org Date: Tue Dec 5 17:06:08 2017 +0000
doc: open-mesh/News-draft: update changelogs for 2017.4
686174c30657bc7c16f4461873ad6283852448ad open-mesh/News-draft.textile | 143 +++---------------------------------------- 1 file changed, 8 insertions(+), 135 deletions(-)
diff --git a/open-mesh/News-draft.textile b/open-mesh/News-draft.textile index 9d64649a..509f3f4c 100644 --- a/open-mesh/News-draft.textile +++ b/open-mesh/News-draft.textile @@ -18,162 +18,35 @@ Thanks to all people sending in patches:
h2. batman-adv
-<pre> -$ git describe origin/master -v2017.3-20-g9a3b195 -$ git shortlog --email --no-merges v2017.3..v2017.3-20-g9a3b195 - - - -new kernel support -================== - - batman-adv: setup_timer() -> timer_setup() - - -bugfixes -======== - - batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation - batman-adv: Always initialize fragment header priority - batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible - batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq - -coding style cleanup/refactoring -================================ - - batman-adv: Add extack to ndo_add_slave - batman-adv: Add extack to upper device linking - batman-adv: Remove useless function skb_header_release - batman-adv: Remove unnecessary parentheses - batman-adv: Fix "line over 80 characters" checkpatch warning - batman-adv: Add argument names for function ptr definitions - batman-adv: Remove unused header bug.h in bat_v.c - -documentation updates -===================== - - batman-adv: use inline kernel-doc for uapi constants - batman-adv: Add .rst to README symlink - batman-adv: Convert CHANGELOG to reStructuredText - batman-adv: Convert README to reStructuredText - - - - -2017.4 (2017-12-05) -=================== - * support latest kernels (3.2 - 4.15) * coding style cleanups and refactoring * documentation cleanup * bugs squashed:
- - avoid spurious warnings from bat_v neigh_cmp implementation - - fix check of gateway availability in B.A.T.M.A.N. V - - fix locking for bidirectional TQ check counters - - remove leak of stack bits in fragmentation header priority - - -</pre> + * avoid spurious warnings from bat_v neigh_cmp implementation + * fix check of gateway availability in B.A.T.M.A.N. V + * fix locking for bidirectional TQ check counters + * remove leak of stack bits in fragmentation header priority
h2. batctl
-<pre> -$ git describe origin/master -v2017.3-15-g2ea390c -$ git shortlog --email --no-merges v2017.3..v2017.3-15-g2ea390c - - -Sven Eckelmann (13): - - -bugfixes -======== - - batctl: Handle failure during hash_iterator allocation - batctl: Handle allocation error for path_buff - batctl: Handle allocation error in vlan_get_link_parse - batctl: Print dummy value when localtime failed - batctl: Handle nlmsg_alloc errors - batctl: Handle nl_socket_alloc errors - batctl: Handle nl_cb_alloc errors - batctl: Free nl_sock on genl_ctrl_resolve error - batctl: Free nl_sock when if_nametoindex failed - -coding style cleanup/refactoring -================================ - - batctl: use inline kernel-doc for uapi constants - batctl: tcpdump: Fix types for for TT v1 - batctl: Simplify concatenation of pathnames - -documentation updates -===================== - - batctl: Convert CHANGELOG to reStructuredText - batctl: Convert README to reStructuredText - - - - - -2017.4 (2017-12-05) -=================== - * synchronization of batman-adv netlink header * coding style cleanups and refactoring * documentation cleanup * bugs squashed:
- - improve error handling for libnl related errors - - add checks for various allocation errors -</pre> + * improve error handling for libnl related errors + * add checks for various allocation errors
h2. alfred
-<pre> -$ git describe origin/master -v2017.3-9-g6be59ad -$ git shortlog --email --no-merges v2017.3..v2017.3-9-g6be59ad - - -bugs -==== - - alfred: Only query debugfs when netlink failed - alfred: Handle failure during hash iterator allocation - - -coding style cleanup/refactoring -================================ - - alfred: Only check for minimal length of fixed size packets - alfred: Remove announce length validation - alfred: Keep length unsigned when processing packets - -documentation updates -===================== - - alfred: use inline kernel-doc for uapi constants - alfred: Convert CHANGELOG to reStructuredText - alfred: Convert README to reStructuredText - - - - - -2017.4 (2017-12-05) -=================== - * synchronization of batman-adv netlink header * coding style cleanups and refactoring * documentation cleanup * bugs squashed:
- - only query debugfs when netlink failed - - handle allocation errors in hashtable iterator -</pre> + * only query debugfs when netlink failed + * handle allocation errors in hashtable iterator
Happy routing,