From 564c44667c7014843fa6f1732621093114ec59b2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 18 Oct 2017 20:48:46 +0200 Subject: [PATCH] buildsys: release++ (2.7.5) Signed-off-by: Igor Gnatenko --- VERSION.cmake | 2 +- dnf.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index c1e75c33ba..22f39d0b99 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1 +1 @@ -SET(DNF_VERSION "2.7.4") +SET(DNF_VERSION "2.7.5") diff --git a/dnf.spec b/dnf.spec index 58799a1b89..fd9b8e4cf4 100644 --- a/dnf.spec +++ b/dnf.spec @@ -24,7 +24,7 @@ %global _docdir_fmt %{name} Name: dnf -Version: 2.7.4 +Version: 2.7.5 Release: 1%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -372,6 +372,11 @@ popd %endif %changelog +* Wed Oct 18 2017 Igor Gnatenko - 2.7.5-1 +- Improve performance for excludes and includes handling (RHBZ #1500361) +- Fixed problem of handling checksums for local repositories (RHBZ #1502106) +- Fix traceback when using dnf.Base.close() (RHBZ #1503575) + * Mon Oct 16 2017 Jaroslav Mracek - 2.7.4-1 - Update to 2.7.4-1 - Enhanced performance for excludes and includes handling