Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

2022-02-20

Compare
Choose a tag to compare
@little-dude little-dude released this 20 Feb 17:45
· 51 commits to master since this release
12dd2f9

Versioning

  • netlink-packet-netfilter NULL -> 0.1.0
  • netlink-sys 0.8.1 -> 0.8.2
  • netlink-packet-core 0.4.1 -> 0.4.2
  • netlink-packet-utils 0.5.0 -> 0.5.1
  • netlink-packet-route 0.10.0 -> 0.11.0
  • netlink-packet-sock-diag 0.3.0 -> 0.3.1
  • netlink-packet-wireguard 0.2.0 -> 0.2.1
  • netlink-proto 0.9.1 -> 0.9.2
  • ethtool 0.2.1 -> 0.2.2
  • rtnetlink 0.9.0 -> 0.9.1

New Features

  • new crate netlink-packet-netfilter! Thank you @dzamlo :) (#235)
  • netlink-packet-utils: speed up computation of netlink attributes paddins (#229)
  • netlink-packet-route: support additional MPLS attributes (#233)

Bug fixes

  • netlink-packet-sys, netlink-packet-sock-diag, netlink-packet-route, netlink-packet-wireguard, ethtool, netlink-packet-core: clippy fixes (#238)
  • netlink-packet-route: fix encoding of link info attribute (#239)