Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brennan <[email protected]>
  • Loading branch information
brenns10 committed Jan 8, 2025
1 parent 13fea47 commit ee79fcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion buildrpm/python-drgn-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


Name: python-drgn-tools
Version: 1.1.1
Version: 1.1.2
Release: 1%{?dist}
Summary: Helper scripts for drgn, containing the corelens utility

Expand Down Expand Up @@ -135,6 +135,11 @@ rm %{buildroot}/usr/bin/DRGN
%endif

%changelog
* Wed Jan 8 2025 Stephen Brennan <[email protected]> - 1.1.2-1
- Fix crash in inflight-io module [Orabug: 37394100]
- Add support for drgn 0.0.30 [Orabug: 37413891]
- Fix blkdev_ro missing disk driver's read-only status [Orabug: 37454983]

* Wed Oct 30 2024 Stephen Brennan <[email protected]> - 1.1.1-1
- Fix crash for NULL mutex owner in corelens "lock" module [Orabug: 37186686]
- Fix crash for NULL hc.uuid in dm helper [Orabug: 37170994]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

long_description = "drgn helper script repository"

RELEASE_VERSION = "1.1.1"
RELEASE_VERSION = "1.1.2"
PACKAGES = ["drgn_tools"]
if not os.environ.get("DRGN_TOOLS_V2_OMIT"):
PACKAGES.append("drgn_tools.v2")
Expand Down

0 comments on commit ee79fcd

Please sign in to comment.