Skip to content

Commit e7109fa

Browse files
Update debian changelog for release v0.30.0 (#4947)
* Support for kernel up to 6.8. * Set minimum supported llvm version to 12, and add llvm17 test. * Add workqueue latency observation tool. * libbpf tool update: f2fsslower, opensnoop, futexctn, bindsnoop, ksnoop, klockstat, offcputime, etc. * bcc tool update: memleak, ttysnoop, bashreadline, tcpdrop, execsnoop, etc. * allow more flexible perf event options with new perf_custom_event_open() python API. * Fix userspace stack unwinding on powerpc. * add bpf_prog_test_run_opts() python API. * several deb package related changes. * Fix btf_type_tag issue with llvm 15. * Fix several flaky tests. * classify tools into different sub-categories. * doc update, other bug fixes and tools improvement. Signed-off-by: Yonghong Song <[email protected]>
1 parent 5f21a72 commit e7109fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
bcc (0.30.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 6.8.
4+
* Set minimum supported llvm version to 12, and add llvm17 test.
5+
* Add workqueue latency observation tool.
6+
* libbpf tool update: f2fsslower, opensnoop, futexctn, bindsnoop, ksnoop, klockstat, offcputime, etc.
7+
* bcc tool update: memleak, ttysnoop, bashreadline, tcpdrop, execsnoop, etc.
8+
* allow more flexible perf event options with new perf_custom_event_open() python API.
9+
* Fix userspace stack unwinding on powerpc.
10+
* add bpf_prog_test_run_opts() python API.
11+
* several deb package related changes.
12+
* Fix btf_type_tag issue with llvm 15.
13+
* Fix several flaky tests.
14+
* classify tools into different sub-categories.
15+
* doc update, other bug fixes and tools improvement.
16+
17+
-- Yonghong Song <[email protected]> Thu, 24 Mar 2024 17:00:00 +0000
18+
119
bcc (0.29.1-1) unstable; urgency=low
220

321
* Fix Ubuntu 22.04 deb build

0 commit comments

Comments
 (0)