Skip to content

Commit

Permalink
Releasing 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Jun 6, 2020
1 parent f58e58e commit 7352ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 7352ee0

Please sign in to comment.