From 44fc17fc8ca0a53f37e82aa82a6a000ec28384c4 Mon Sep 17 00:00:00 2001 From: Yonghong Song Date: Wed, 15 Sep 2021 08:30:19 -0700 Subject: [PATCH] update debian changelog for release v0.22.0 * Support for kernel up to 5.14 * add ipv4/ipv6 filter support for tcp trace tools * add python interface to attach raw perf events * fix tcpstates for incorrect display of dport * new options for bcc tools runqslower, argdist * new libbpf-tools: filetop, exitsnoop, tcprtt * doc update, bug fixes and other tools improvement Signed-off-by: Yonghong Song --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index b154e358a48f..1f5744446c32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +bcc (0.22.0-1) unstable; urgency=low + + * Support for kernel up to 5.14 + * add ipv4/ipv6 filter support for tcp trace tools + * add python interface to attach raw perf events + * fix tcpstates for incorrect display of dport + * new options for bcc tools runqslower, argdist + * new libbpf-tools: filetop, exitsnoop, tcprtt + * doc update, bug fixes and other tools improvement + + -- Yonghong Song Wed, 15 Sep 2021 17:00:00 +0000 + bcc (0.21.0-1) unstable; urgency=low * Support for kernel up to 5.13