update debian changelog for release v0.23.0 v0.23.0
authorYonghong Song <yhs@fb.com>
Mon, 15 Nov 2021 18:02:24 +0000 (10:02 -0800)
committeryonghong-song <ys114321@gmail.com>
Mon, 15 Nov 2021 18:11:01 +0000 (10:11 -0800)
  * 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 <yhs@fb.com>
debian/changelog

index 1f5744446c32b73fb7fc57c6a43b9b9cb6a799b5..8a23841a4f581e301d08a11a9c1ede94d6e0ac8a 100644 (file)
@@ -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 <ys114321@gmail.com>  Wed, 15 Nov 2021 17:00:00 +0000
+
 bcc (0.22.0-1) unstable; urgency=low
 
   * Support for kernel up to 5.14