From 0db0acdcb7089fc00145f3252facb7f879d37e82 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Thu, 1 Dec 2022 20:10:34 +0100 Subject: [PATCH] Release version 1.1.0 --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS b/NEWS index 21a43da..be91108 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Version 1.1.0 +~~~~~~~~~~~~~ +Released: 2022-12-01 + +Notes: + - Make PackageKit-Qt depend on Qt 5.10 (Aleix Pol) + +Features: + - Add build system support for Qt6 (Nicolas Fella) + - Add support for plural signals (Aleix Pol) + - Add initial GitHub Actions CI (Neal Gompa) + +Bugfixes: + - Prefer invoking methods by pointer rather than by name (Aleix Pol) + - Emit error if transaction is already done before watcher setup (#28) (Aleix Pol) + - offline: Address issues with dbus connections (Aleix Pol) + - Add the missing pkgconfig file for Qt 6 builds (Christophe Giboudeaux) + - Replace 404 Link by working one in README (Max Buchholz) + Version 1.0.2 ~~~~~~~~~~~~~ Released: 2020-02-20