We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259cbe6 commit 19e1231Copy full SHA for 19e1231
CMakeLists.txt
@@ -2,7 +2,7 @@ if(POLICY CMP0048)
2
cmake_policy(SET CMP0048 NEW)
3
endif(POLICY CMP0048)
4
5
-project(dnfdragora VERSION 1.1.1 LANGUAGES NONE)
+project(dnfdragora VERSION 1.1.2 LANGUAGES NONE)
6
cmake_minimum_required(VERSION 3.4)
7
8
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Changes
@@ -1,6 +1,9 @@
1
-2019-MM-DD v. X.Y.Z
+2019-04-26 v. 1.1.2
---------------------
--
+- Fix screenshot referenced in dnfdragora metainfo file
+- Add support for more ARM architectures and POWER-based architectures
+- Refer to the architectures by their basearch names
+- Really use given file for logging
2019-01-17 v. 1.1.1
9
0 commit comments