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
6
6
7
7
Changes which are committed to git, but not yet released, may appear here.
8
8
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
+
9
35
0.7.0 - Tue, Jan 9, 2023
10
36
------------------------
11
37
Original file line number Diff line number Diff line change 9
9
10
10
long_description = "drgn helper script repository"
11
11
12
- RELEASE_VERSION = "0.7 .0"
12
+ RELEASE_VERSION = "0.8 .0"
13
13
14
14
15
15
def get_version ():
You can’t perform that action at this time.
0 commit comments