From 14278bf1a52dd76ff66eed02cc9db7c7ec240da6 Mon Sep 17 00:00:00 2001 From: Yonghong Song Date: Wed, 5 May 2021 20:53:54 -0700 Subject: [PATCH] update debian changelog for release v0.20.0 * Support for kernel up to 5.12 * Some basic support for MIPS * added bpf_map_lookup_batch and bpf_map_delete_batch support * tools/funclatency.py support nested or recursive functions * tools/biolatency.py can optionally print out average/total value * fix possible marco HAVE_BUILTIN_BSWAP redefine warning for kernel >= 5.10. * new tools: virtiostat * new libbpf-tools: ext4dist * doc update and bug fixes Signed-off-by: Yonghong Song --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index d1e3fffe2003..89bea044437e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +bcc (0.20.0-1) unstable; urgency=low + + * Support for kernel up to 5.12 + * Some basic support for MIPS + * added bpf_map_lookup_batch and bpf_map_delete_batch support + * tools/funclatency.py support nested or recursive functions + * tools/biolatency.py can optionally print out average/total value + * fix possible marco HAVE_BUILTIN_BSWAP redefine warning for kernel >= 5.10. + * new tools: virtiostat + * new libbpf-tools: ext4dist + * doc update and bug fixes + + -- Yonghong Song Mon, 5 May 2021 17:00:00 +0000 + bcc (0.19.0-1) unstable; urgency=low * Support for kernel up to 5.11