Skip to content

Commit

Permalink
Version 2.1.1 - minor bug fixings and translation release
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Jan 6, 2021
1 parent 8974523 commit 8146ccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.1.0 LANGUAGES NONE)
project(dnfdragora VERSION 2.1.1 LANGUAGES NONE)
cmake_minimum_required(VERSION 3.4)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Expand Down
5 changes: 3 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
2020-XX-YY v. 2.1.t
2021-01-06 v. 2.1.1
---------------------
- Updated translations
- Fix issue #172 `show only new packages` triggers dnfdragora crash
- Fix issue #168
- Fix issue #168 for loading icons
- Managed line feed into descriptions see https://bugs.mageia.org/show_bug.cgi?id=27274
- Added an user preference to consider upgrades as updates (issue #163)

Expand Down

0 comments on commit 8146ccb

Please sign in to comment.