Skip to content

Commit 19e1231

Browse files
committed
New version 1.1.2
1 parent 259cbe6 commit 19e1231

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if(POLICY CMP0048)
22
cmake_policy(SET CMP0048 NEW)
33
endif(POLICY CMP0048)
44

5-
project(dnfdragora VERSION 1.1.1 LANGUAGES NONE)
5+
project(dnfdragora VERSION 1.1.2 LANGUAGES NONE)
66
cmake_minimum_required(VERSION 3.4)
77

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

Diff for: Changes

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
2019-MM-DD v. X.Y.Z
1+
2019-04-26 v. 1.1.2
22
---------------------
3-
-
3+
- Fix screenshot referenced in dnfdragora metainfo file
4+
- Add support for more ARM architectures and POWER-based architectures
5+
- Refer to the architectures by their basearch names
6+
- Really use given file for logging
47

58
2019-01-17 v. 1.1.1
69
---------------------

0 commit comments

Comments
 (0)