We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a79558 commit d22d225Copy full SHA for d22d225
CMakeLists.txt
@@ -8,7 +8,7 @@ if (POLICY CMP0063)
8
cmake_policy(SET CMP0063 NEW)
9
endif()
10
11
-project(packagekit-qt VERSION 1.0.1)
+project(packagekit-qt VERSION 1.0.2)
12
13
# Used to set installation paths
14
set(CMAKE_AUTOMOC ON)
NEWS
@@ -1,3 +1,14 @@
1
+Version 1.0.2
2
+~~~~~~~~~~~~~
3
+Released: 2020-02-20
4
+
5
+Bugfixes:
6
+ * Fix documentation (Aleix Pol)
7
+ * Fix pkg-config include path (Matthias Klumpp)
+ * Fix some documentation typos (Pekka Vuorela)
+ * Make sure the build is done as c++11 (Pekka Vuorela)
+ * Map DBusError::AccessDenied to Transaction::ErrorNotAuthorized (Raine Makelainen)
Version 1.0.1
~~~~~~~~~~~~~
Released: 2018-01-16
0 commit comments