Skip to content

Commit

Permalink
Release 0.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Aug 16, 2022
1 parent a361dab commit 388e769
Show file tree
Hide file tree
Showing 3 changed files with 21 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 67)
set (DEFAULT_LIBDNF_MINOR_VERSION 68)
set (DEFAULT_LIBDNF_MICRO_VERSION 0)

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

====================
0.68.0 Release Notes
====================

- New features:
- context: Support <package-spec> (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func (RhBug:2084602)

- Bug fixes:
- dnf-context: Disconnect signal handler before dropping file monitor ref
- Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution (RhBug:2088149)
- Gracefully handle failure to open repo primary file
- Fix listing a repository without cpeid (RhBug:2066334)

Bugs fixed in 0.68.0:

* :rhbug:`2084602`
* :rhbug:`2088149`
* :rhbug:`2066334`

====================
0.67.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 67
%global libdnf_minor_version 68
%global libdnf_micro_version 0

%define __cmake_in_source_build 1
Expand Down

0 comments on commit 388e769

Please sign in to comment.