From 0120e70747dcf05e716792e2e846c62eccd44319 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 28 Mar 2024 13:28:09 -0400 Subject: [PATCH] Release 0.73.1 --- VERSION.cmake | 2 +- docs/release_notes.rst | 13 +++++++++++++ libdnf.spec | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index f0b6a83a2..0b5413952 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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}) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7cdb3ae6c..3b59f3ef8 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -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 ==================== diff --git a/libdnf.spec b/libdnf.spec index f411db0a7..f04abaeba 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -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