Skip to content

Commit d22d225

Browse files
committed
Release version 1.0.2
1 parent 0a79558 commit d22d225

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (POLICY CMP0063)
88
cmake_policy(SET CMP0063 NEW)
99
endif()
1010

11-
project(packagekit-qt VERSION 1.0.1)
11+
project(packagekit-qt VERSION 1.0.2)
1212

1313
# Used to set installation paths
1414
set(CMAKE_AUTOMOC ON)

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
8+
* Fix some documentation typos (Pekka Vuorela)
9+
* Make sure the build is done as c++11 (Pekka Vuorela)
10+
* Map DBusError::AccessDenied to Transaction::ErrorNotAuthorized (Raine Makelainen)
11+
112
Version 1.0.1
213
~~~~~~~~~~~~~
314
Released: 2018-01-16

0 commit comments

Comments
 (0)