Skip to content

Commit

Permalink
2.1.5 data
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Nov 25, 2023
1 parent 6c37b6a commit d808904
Show file tree
Hide file tree
Showing 2 changed files with 6 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.1.4 LANGUAGES NONE)
project(dnfdragora VERSION 2.1.5 LANGUAGES NONE)
cmake_minimum_required(VERSION 3.4)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-11-25 v. 2.1.5
-------------------
- Fixed Segfault error when there is no package description. Thanks to Petr Leliaev
- Added Info window after transaction. Thanks to Petr Leliaev

2023-01-15 v. 2.1.4
-------------------
- Fixed #177 "size sorting is broken". Thanks to Nicolas Thierry-Mieg
Expand Down

0 comments on commit d808904

Please sign in to comment.