From 92b79b983b1b71b14b17f46855aa81b69893465d Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Wed, 17 Jun 2020 19:57:15 +0200 Subject: [PATCH] Update to 2.0.4 --- CMakeLists.txt | 2 +- Changes | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40a972cb..eb61d835 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ if(POLICY CMP0048) cmake_policy(SET CMP0048 NEW) endif(POLICY CMP0048) -project(dnfdragora VERSION 2.0.3 LANGUAGES NONE) +project(dnfdragora VERSION 2.0.4 LANGUAGES NONE) cmake_minimum_required(VERSION 3.4) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") diff --git a/Changes b/Changes index 5807ba4d..858bea78 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +2020-06-17 v. 2.0.4 +--------------------- - Fixed regression on starting --update that didn't honour updates filter - Default view at first running is Groups and All, added for Fedora packager the option into system settings (/et/dnfdragora/dnfdragora.yaml) option all_updates to change this behaviour