Skip to content

Commit b1ab869

Browse files
committed
update debian changelog for release v0.18.0
* Support for kernel up to 5.10 * add bpf kfunc/kretfunc C++ example * add PT_REGS_PARMx_SYSCALL helper macro * biolatency: allow json output * biolatpcts: support measuring overall latencies between two events * fix build when ENABLE_CLANG_JIT is disabled * doc update and bug fixes Signed-off-by: Yonghong Song <[email protected]>
1 parent 1f4b907 commit b1ab869

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
bcc (0.18.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 5.10
4+
* add bpf kfunc/kretfunc C++ example
5+
* add PT_REGS_PARMx_SYSCALL helper macro
6+
* biolatency: allow json output
7+
* biolatpcts: support measuring overall latencies between two events
8+
* fix build when ENABLE_CLANG_JIT is disabled
9+
* doc update and bug fixes
10+
11+
-- Yonghong Song <[email protected]> Mon, 4 Jan 2021 17:00:00 +0000
12+
113
bcc (0.17.0-1) unstable; urgency=low
214

315
* Support for kernel up to 5.9

0 commit comments

Comments
 (0)