Skip to content

Commit 86bbb15

Browse files
committed
Release 0.73.2
1 parent cc95edd commit 86bbb15

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
22
set (DEFAULT_LIBDNF_MINOR_VERSION 73)
3-
set (DEFAULT_LIBDNF_MICRO_VERSION 1)
3+
set (DEFAULT_LIBDNF_MICRO_VERSION 2)
44

55
if(DEFINED LIBDNF_MAJOR_VERSION)
66
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})

docs/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
LIBDNF Release Notes
2020
######################
2121

22+
====================
23+
0.73.2 Release Notes
24+
====================
25+
26+
- Bug fixes:
27+
- MergedTransaction: Fix invalid memory access when dropping items
28+
- ConfigParser: fix use-out-of-scope leaks
29+
- Fix "microdnf cannot reinstall curl-minimal"
30+
- Fix up some comments in addCountmeFlag()
31+
- Fix countme bucket calculation
32+
33+
- Others:
34+
- Add tests for shell-style variable expansion
35+
2236
====================
2337
0.73.1 Release Notes
2438
====================

libdnf.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%global swig_version 3.0.12
66
%global libdnf_major_version 0
77
%global libdnf_minor_version 73
8-
%global libdnf_micro_version 1
8+
%global libdnf_micro_version 2
99

1010
%define __cmake_in_source_build 1
1111

0 commit comments

Comments
 (0)