File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
22set (DEFAULT_LIBDNF_MINOR_VERSION 73)
3- set (DEFAULT_LIBDNF_MICRO_VERSION 1 )
3+ set (DEFAULT_LIBDNF_MICRO_VERSION 2 )
44
55if (DEFINED LIBDNF_MAJOR_VERSION)
66 if (NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION} )
Original file line number Diff line number Diff line change 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====================
23370.73.1 Release Notes
2438====================
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments