File tree 3 files changed +26
-4
lines changed
3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
set (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 )
4
4
5
5
if (DEFINED LIBDNF_MAJOR_VERSION)
6
6
if (NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION} )
Original file line number Diff line number Diff line change 19
19
LIBDNF Release Notes
20
20
######################
21
21
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
+
22
44
====================
23
45
0.71.1 Release Notes
24
46
====================
Original file line number Diff line number Diff line change 4
4
%global dnf_conflict 4.11.0
5
5
%global swig_version 3.0.12
6
6
%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
9
9
10
10
%define __cmake_in_source_build 1
11
11
You can’t perform that action at this time.
0 commit comments