v0.0.20220629
What's Changed
- ci: make jobs faster during pull request testing by @ynezz in https://github.com/jow-/ucode/pull/75
- Number literals by @jow- in https://github.com/jow-/ucode/pull/78
- struct: fix packing
*
format after other repeated formats by @jow- in https://github.com/jow-/ucode/pull/79 - rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes." by @jow- in https://github.com/jow-/ucode/pull/80
- rtnl: fix premature netlink reply receive abort by @jow- in https://github.com/jow-/ucode/pull/81
- rtnl: zero request message headers by @jow- in https://github.com/jow-/ucode/pull/82
- rtnl: fix segmentation fault on parsing linkinfo RTA without data by @jow- in https://github.com/jow-/ucode/pull/83
- struct: add optional offset argument to
unpack()
by @jow- in https://github.com/jow-/ucode/pull/84 - nl80211: recognize further NL80211_STA_INFO_* NLAs by @jow- in https://github.com/jow-/ucode/pull/85
- nl80211: fix NL80211_SURVEY_INFO_NOISE datatype by @jow- in https://github.com/jow-/ucode/pull/88
- compiler: fix stack mismatch on nonmatching switch statements with lo… by @jow- in https://github.com/jow-/ucode/pull/87
- rtnl: update NETLINK_GET_STRICT_CHK socket flag with every request by @jow- in https://github.com/jow-/ucode/pull/86
- rtnl: expose ifinfomsg.ifi_change member by @jow- in https://github.com/jow-/ucode/pull/89
- rtnl: expose IFLA_STATS64 contents by @jow- in https://github.com/jow-/ucode/pull/90
- uloop: end uloop on exceptions in managed code by @jow- in https://github.com/jow-/ucode/pull/92
- ubus: end uloop on exceptions in managed code by @jow- in https://github.com/jow-/ucode/pull/91
New Contributors
- @ynezz made their first contribution in https://github.com/jow-/ucode/pull/75
Full Changelog: v0.0.20220531...v0.0.20220629