Skip to content

Commit

Permalink
Release 0.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Mar 28, 2024
1 parent e4e9077 commit 0120e70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
set (DEFAULT_LIBDNF_MINOR_VERSION 73)
set (DEFAULT_LIBDNF_MICRO_VERSION 0)
set (DEFAULT_LIBDNF_MICRO_VERSION 1)

if(DEFINED LIBDNF_MAJOR_VERSION)
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})
Expand Down
13 changes: 13 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
LIBDNF Release Notes
######################

====================
0.73.1 Release Notes
====================

- Bug fixes:
- Fix https://issues.redhat.com/browse/RHEL-27657
- subject-py: Fix memory leak

- Others:
- MergedTransaction: Calculate RPM difference between two same versions as no-op
- Onboard packit tests
- Add virtual destructor to TransactionItem

====================
0.73.0 Release Notes
====================
Expand Down
2 changes: 1 addition & 1 deletion libdnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global swig_version 3.0.12
%global libdnf_major_version 0
%global libdnf_minor_version 73
%global libdnf_micro_version 0
%global libdnf_micro_version 1

%define __cmake_in_source_build 1

Expand Down

0 comments on commit 0120e70

Please sign in to comment.