aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2020-02-19 10:12:43 +0000
committerAndre Heinecke <[email protected]>2020-02-19 10:15:54 +0000
commitec9690cf5ce85f43997ac2a3abd3e728012aee4a (patch)
tree424710f01095a353003fad60c49a69928ef35300 /NEWS
parentqt: Log execution args of gpg-card (diff)
downloadgpgme-aheinecke/json-test.tar.gz
gpgme-aheinecke/json-test.zip
qt: Change logging categoryaheinecke/json-test
* lang/qt/src/*: Change logging category to macro to QGPGME_LOG. -- The old logging category macro had a typo and this way we are more consistent with other logging rules. For example you could write gpg.* in the logging conf.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d87bc4ff..f5dd953d 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ Noteworthy changes in version 1.14.0 (unreleased)
* qt: Added job API for gpg-card.
+ * qt: The logging category has been changed to gpg.qgpgme to be more
+ consistent with other qt logging categories.
+
* Interface changes relative to the 1.13.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_user_id_t EXTENDED: New field 'uidhash'.