Skip to content

Commit 998efa8

Browse files
committed
Release 0.70.2
1 parent 3fca06e commit 998efa8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: VERSION.cmake

+1-1
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 70)
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})

Diff for: docs/release_notes.rst

+15
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919
LIBDNF Release Notes
2020
######################
2121

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+
2237
====================
2338
0.70.1 Release Notes
2439
====================

Diff for: libdnf.spec

+1-1
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 70
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)