update debian changelog for release v0.20.0 v0.20.0
authorYonghong Song <yhs@fb.com>
Thu, 6 May 2021 03:53:54 +0000 (20:53 -0700)
committeryonghong-song <ys114321@gmail.com>
Thu, 6 May 2021 04:17:07 +0000 (21:17 -0700)
  * 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 <yhs@fb.com>
debian/changelog

index d1e3fffe2003b6e3a5a000074556dec90d1ee154..89bea044437ea76f4df33ccf54a37395c1f4e21a 100644 (file)
@@ -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 <ys114321@gmail.com>  Mon, 5 May 2021 17:00:00 +0000
+
 bcc (0.19.0-1) unstable; urgency=low
 
   * Support for kernel up to 5.11