diff --git a/CMakeLists.txt b/CMakeLists.txt index a83559ec..40a972cb 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.2 LANGUAGES NONE) +project(dnfdragora VERSION 2.0.3 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 6ebc0da5..0bcdd4c4 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ +2020-06-06 v. 2.0.3 +--------------------- - Trapped AccessDeniedError got when cancelling or giving a wrong password to avoid closing dnfdragora - Fixed Build transaction cancelled (https://bugzilla.redhat.com/show_bug.cgi?id=1833623) +- dnfdragora-update honouring --icon-path option parameter see issue #55 - Added Message box for users if build transaction fails - New icons (thanks to Carson Black)