File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed
Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 11set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
2- set (DEFAULT_LIBDNF_MINOR_VERSION 71 )
3- set (DEFAULT_LIBDNF_MICRO_VERSION 1 )
2+ set (DEFAULT_LIBDNF_MINOR_VERSION 72 )
3+ set (DEFAULT_LIBDNF_MICRO_VERSION 0 )
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.72.0 Release Notes
24+ ====================
25+
26+ - New features:
27+ - conf: Add limited shell-style variable expansion (RhBug:1789346)
28+ - conf: Add support for $releasever_major, $releasever_minor (RhBug:1789346)
29+ - repo: Don't download the repository if the local cache is up to date
30+
31+ - Bug fixes:
32+ - Avoid reinstalling installonly packages marked for ERASE (RhBug:2163474)
33+ - transaction: Save the reason for installing (RhBug:1733274)
34+
35+ - Others:
36+ - Include dist-info for python3-libdnf
37+
38+ Bugs fixed in 0.72.0:
39+
40+ * :rhbug: `2163474 `
41+ * :rhbug: `1733274 `
42+ * :rhbug: `1789346 `
43+
2244====================
23450.71.1 Release Notes
2446====================
Original file line number Diff line number Diff line change 44%global dnf_conflict 4.11.0
55%global swig_version 3.0.12
66%global libdnf_major_version 0
7- %global libdnf_minor_version 71
8- %global libdnf_micro_version 1
7+ %global libdnf_minor_version 72
8+ %global libdnf_micro_version 0
99
1010%define __cmake_in_source_build 1
1111
You can’t perform that action at this time.
0 commit comments