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 Dec 19, 2024
1 parent 0f9cee8 commit b7bf58a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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,10 @@ rm %{buildroot}/usr/bin/DRGN
%endif

%changelog
* Thu Dec 19 2024 Stephen Brennan <[email protected]> - 1.1.2-1
- Fix crash due in inflight-io module [Orabug: 37394100]
- Add support for drgn 0.0.30 [Orabug: 37413891]

* 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 b7bf58a

Please sign in to comment.