File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
2
2
set (DEFAULT_LIBDNF_MINOR_VERSION 70)
3
- set (DEFAULT_LIBDNF_MICRO_VERSION 1 )
3
+ set (DEFAULT_LIBDNF_MICRO_VERSION 2 )
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.70.2 Release Notes
24
+ ====================
25
+
26
+ - Fix #1558: Don't assume inclusion of cstdint
27
+ - Disconnect monitors in `dnf_repo_loader_finalize() ` (RhBug:2070153)
28
+
29
+ - New features:
30
+ - Support "proxy=_none_" in main config (RhBug:2155713)
31
+
32
+ Bugs fixed in 0.70.2:
33
+
34
+ * :rhbug: `2070153 `
35
+ * :rhbug: `2155713 `
36
+
22
37
====================
23
38
0.70.1 Release Notes
24
39
====================
Original file line number Diff line number Diff line change 5
5
%global swig_version 3.0.12
6
6
%global libdnf_major_version 0
7
7
%global libdnf_minor_version 70
8
- %global libdnf_micro_version 1
8
+ %global libdnf_micro_version 2
9
9
10
10
%define __cmake_in_source_build 1
11
11
You can’t perform that action at this time.
0 commit comments