From 388e7699f8a75fa81aca05d09389acea7e489168 Mon Sep 17 00:00:00 2001 From: Jaroslav Rohel Date: Tue, 16 Aug 2022 15:38:46 +0200 Subject: [PATCH] Release 0.68.0 --- VERSION.cmake | 2 +- docs/release_notes.rst | 19 +++++++++++++++++++ libdnf.spec | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index b6e405cd47..b9e9494cd1 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7706d22062..02730eb097 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -19,6 +19,25 @@ LIBDNF Release Notes ###################### +==================== +0.68.0 Release Notes +==================== + +- New features: + - context: Support (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 ==================== diff --git a/libdnf.spec b/libdnf.spec index f0df5d4612..cff91a43d3 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -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