diff --git a/VERSION.cmake b/VERSION.cmake index 0b5413952..2e80f82a2 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 1) +set (DEFAULT_LIBDNF_MICRO_VERSION 2) 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 3b59f3ef8..db00789ae 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -19,6 +19,20 @@ LIBDNF Release Notes ###################### +==================== +0.73.2 Release Notes +==================== + +- Bug fixes: + - MergedTransaction: Fix invalid memory access when dropping items + - ConfigParser: fix use-out-of-scope leaks + - Fix "microdnf cannot reinstall curl-minimal" + - Fix up some comments in addCountmeFlag() + - Fix countme bucket calculation + +- Others: + - Add tests for shell-style variable expansion + ==================== 0.73.1 Release Notes ==================== diff --git a/libdnf.spec b/libdnf.spec index f04abaeba..fafc55f1a 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 1 +%global libdnf_micro_version 2 %define __cmake_in_source_build 1