Skip to content

Commit 498e05f

Browse files
committed
Release v2.1.0
Signed-off-by: Stephen Brennan <[email protected]>
1 parent ed118a4 commit 498e05f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

buildrpm/python-drgn-tools.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
Name: python-drgn-tools
23-
Version: 2.0.0
23+
Version: 2.1.0
2424
Release: 1%{?dist}
2525
Summary: Helper scripts for drgn, containing the corelens utility
2626

@@ -132,6 +132,14 @@ rm %{buildroot}/usr/bin/DRGN
132132
%endif
133133

134134
%changelog
135+
* Thu Apr 17 2025 Stephen Brennan <[email protected]> - 2.1.0-1
136+
- Add helper and module for unsubmitted pending work (Imran Khan)
137+
- Add -V option to display version, and include the version in corelens reports (Stephen Brennan) [Orabug: 37503503]
138+
- targetcli: add portal info (Richard Li) [Orabug: 37444641]
139+
- Add --mmslot option to kvm module (Siddhi Katage) [Orabug: 37357370]
140+
- Fix crash in show_unexpired_delayed_works with CTF (Stephen Brennan) [Orabug: 37695749]
141+
- Add support for drgn 0.0.31 (Stephen Brennan)
142+
135143
* Fri Jan 10 2025 Stephen Brennan <[email protected]> - 2.0.0-1
136144
- Installing drgn-tools does not pull in drgn as a dependency (Stephen Brennan) [Orabug: 37126732]
137145
- Circular freelist causes infinite loop in corelens "slabinfo" module (Stephen Brennan) [Orabug: 37170860]

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 = "2.0.0"
12+
RELEASE_VERSION = "2.1.0"
1313
PACKAGES = ["drgn_tools"]
1414

1515

0 commit comments

Comments
 (0)