From e41f7a3be5c8114ef6a0990e50c2fbabea0e928e Mon Sep 17 00:00:00 2001 From: Yonghong Song Date: Fri, 19 Jun 2020 13:17:54 -0700 Subject: [PATCH] prepare for release v0.15.0 added changelog for release v0.15.0 Signed-off-by: Yonghong Song --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 79351d17f859..2b559f256745 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +bcc (0.15.0-1) unstable; urgency=low + + * Support for kernel up to 5.7 + * new tools: funcinterval.py, dirtop.py + * support lsm bpf programs + * support multiple pid/tids for offwaketime + * usdt: add helpers to set semaphore values + * turn off x86 jump table optimization during jit compilation + * add support to use bpf_probe_read[_str_}{_user,kernel} in all bpf + * programs, fail back to old bpf_probe_read[_str] for old kernels + * tools: add filtering by mount namespace + * libbpf-tools: cpudist, syscount, execsnoop, vfsstat + * lots of bug fixes and a few additional arguments for tools + + -- Yonghong Song Mon, 19 Jun 2020 17:00:00 +0000 + bcc (0.14.0-1) unstable; urgency=low * Support for kernel up to 5.6