From 67f59ee80fcf5deedaacba1436d9fa09d32a16a0 Mon Sep 17 00:00:00 2001 From: Yonghong Song Date: Mon, 15 Nov 2021 10:02:24 -0800 Subject: [PATCH] update debian changelog for release v0.23.0 * Support for kernel up to 5.15 * bcc tools: update for kvmexit.py, tcpv4connect.py, cachetop.py, cachestat.py, etc. * libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc. * fix renaming of task_struct->state * get pid namespace properly for a number of tools * initial work for more libbpf utilization (less section names) * 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 1f5744446c32..8a23841a4f58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +bcc (0.23.0-1) unstable; urgency=low + + * Support for kernel up to 5.15 + * bcc tools: update for kvmexit.py, tcpv4connect.py, cachetop.py, cachestat.py, etc. + * libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc. + * fix renaming of task_struct->state + * get pid namespace properly for a number of tools + * initial work for more libbpf utilization (less section names) + * doc update, bug fixes and other tools improvement + + -- Yonghong Song Wed, 15 Nov 2021 17:00:00 +0000 + bcc (0.22.0-1) unstable; urgency=low * Support for kernel up to 5.14