Skip to content

Commit

Permalink
Release 0.70.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Jul 28, 2023
1 parent 3fca06e commit 998efa8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
set (DEFAULT_LIBDNF_MINOR_VERSION 70)
set (DEFAULT_LIBDNF_MICRO_VERSION 1)
set (DEFAULT_LIBDNF_MICRO_VERSION 2)

if(DEFINED LIBDNF_MAJOR_VERSION)
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})
Expand Down
15 changes: 15 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@
LIBDNF Release Notes
######################

====================
0.70.2 Release Notes
====================

- Fix #1558: Don't assume inclusion of cstdint
- Disconnect monitors in `dnf_repo_loader_finalize()` (RhBug:2070153)

- New features:
- Support "proxy=_none_" in main config (RhBug:2155713)

Bugs fixed in 0.70.2:

* :rhbug:`2070153`
* :rhbug:`2155713`

====================
0.70.1 Release Notes
====================
Expand Down
2 changes: 1 addition & 1 deletion libdnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global swig_version 3.0.12
%global libdnf_major_version 0
%global libdnf_minor_version 70
%global libdnf_micro_version 1
%global libdnf_micro_version 2

%define __cmake_in_source_build 1

Expand Down

0 comments on commit 998efa8

Please sign in to comment.