Skip to content

Commit

Permalink
Release 0.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed May 15, 2023
1 parent 4572ee7 commit 3b8e59a
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 0)
set (DEFAULT_LIBDNF_MICRO_VERSION 1)

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.1 Release Notes
====================

- New features:
- Add repoid to solver errors for RPMs (RhBug:2179413)

- Others:
- Avoid using obsolete RPM API and drop redundant calls
- Remove DNF from list of protected packages

Bugs fixed in 0.70.1:

* :rhbug:`2179413`

====================
0.70.0 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 0
%global libdnf_micro_version 1

%define __cmake_in_source_build 1

Expand Down

0 comments on commit 3b8e59a

Please sign in to comment.