From 8f40d6f57a8d94e7aee74ce358572d34d31b4ed4 Mon Sep 17 00:00:00 2001 From: Yonghong Song Date: Fri, 14 Jan 2022 09:26:33 -0800 Subject: [PATCH] update debian changelog for release v0.24.0 * Support for kernel up to 5.16 * bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc. * new libbpf tools: bashreadline * allow specify wakeup_events for perf buffer * support BPF_MAP_TYPE_{INODE, TASK}_STORAGE maps * remove all deprecated libbpf function usage * remove P4/B language support * major test infra change, using github actions now * doc update, bug fixes and other tools improvement Signed-off-by: Yonghong Song --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8a23841a4f58..22028040095b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +bcc (0.24.0-1) unstable; urgency=low + + * Support for kernel up to 5.16 + * bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc. + * new libbpf tools: bashreadline + * allow specify wakeup_events for perf buffer + * support BPF_MAP_TYPE_{INODE, TASK}_STORAGE maps + * remove all deprecated libbpf function usage + * remove P4/B language support + * major test infra change, using github actions now + * doc update, bug fixes and other tools improvement + + -- Yonghong Song Wed, 14 Jan 2022 17:00:00 +0000 + bcc (0.23.0-1) unstable; urgency=low * Support for kernel up to 5.15