File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,32 @@ Unreleased
66
77Changes which are committed to git, but not yet released, may appear here.
88
9+ 0.8.0 - Wed, Jan 31, 2023
10+ -------------------------
11+
12+ Another intermediate release prior to 1.0.0. We have a few new corelens modules,
13+ and some fixes and general improvements.
14+
15+ ### Added
16+
17+ - ` slabinfo ` corelens module
18+ - ` partitioninfo ` corelens module
19+ - ` CtfCompatibility ` to automatically detect which UEK kernels are compatible
20+ with CTF debuginfo
21+
22+ ### Fixed
23+
24+ - ` bt ` corelens module is more resilient to unwind errors
25+ - ` md ` helpers now support kernels containing a92ce0feffee ("md: drop queue
26+ limitation for RAID1 and RAID10"), from 5.17
27+
28+ ### Changed
29+
30+ - ` bt() ` function now outputs the task state in ` [] ` brackets as part of the
31+ header
32+ - ` scsiinfo ` now outputs more useful fields
33+ - Several minor improvements to testing infrastructure
34+
9350.7.0 - Tue, Jan 9, 2023
1036------------------------
1137
Original file line number Diff line number Diff line change 99
1010long_description = "drgn helper script repository"
1111
12- RELEASE_VERSION = "0.7 .0"
12+ RELEASE_VERSION = "0.8 .0"
1313
1414
1515def get_version ():
You can’t perform that action at this time.
0 commit comments