Skip to content

Commit

Permalink
Release 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Feb 21, 2023
1 parent d559dbb commit 93759bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
set (DEFAULT_LIBDNF_MINOR_VERSION 69)
set (DEFAULT_LIBDNF_MINOR_VERSION 70)
set (DEFAULT_LIBDNF_MICRO_VERSION 0)

if(DEFINED LIBDNF_MAJOR_VERSION)
Expand Down
17 changes: 17 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@
LIBDNF Release Notes
######################

====================
0.70.0 Release Notes
====================

- Security fixes:
- Allow change of architecture for packages during security updates with noarch involved (RhBug:2124483)

- Bug fixes:
- "dnf_keyring_add_public_keys": reset localError to NULL after free (RhBug:2121222)
- context: Get RPM db path from RPM
- Fix memory leak of SolvUserdata

Bugs fixed in 0.70.0:

* :rhbug:`2124483`
* :rhbug:`2121222`

====================
0.69.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 @@ -4,7 +4,7 @@
%global dnf_conflict 4.11.0
%global swig_version 3.0.12
%global libdnf_major_version 0
%global libdnf_minor_version 69
%global libdnf_minor_version 70
%global libdnf_micro_version 0

%define __cmake_in_source_build 1
Expand Down

0 comments on commit 93759bc

Please sign in to comment.