Skip to content

Commit f96dbad

Browse files
committed
Release v0.8.0
Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
1 parent ad4cb4e commit f96dbad

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ Unreleased
66

77
Changes 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+
935
0.7.0 - Tue, Jan 9, 2023
1036
------------------------
1137

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
long_description = "drgn helper script repository"
1111

12-
RELEASE_VERSION = "0.7.0"
12+
RELEASE_VERSION = "0.8.0"
1313

1414

1515
def get_version():

0 commit comments

Comments
 (0)