aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-03-04 17:35:57 +0100
committerIngo Klöcker <[email protected]>2021-03-05 09:24:01 +0100
commitfe900a41bf809b263f05d5df21b6ed7fbfb2bbbc (patch)
tree77f45fcf75da2fdcf7ffabbd5695fd39a4328b5f /NEWS
parentcore: Remove experimental feature GPGME_EXPORT_MODE_NOUID. (diff)
downloadgpgme-fe900a41bf809b263f05d5df21b6ed7fbfb2bbbc.tar.gz
gpgme-fe900a41bf809b263f05d5df21b6ed7fbfb2bbbc.zip
qt: Add method for getting config entries for components by entry name
* lang/qt/src/cryptoconfig.h, lang/qt/src/cryptoconfig.cpp (CryptoConfig::entry): Move implementation to cpp. Add overload not requiring a group name. -- The group name is not needed for identifying a config entry because the groups only provide a logical grouping of config entry for user interfaces. To improve usability entries are sometimes moved to a different group, but this shouldn't break existing applications trying to access those entries. The new group-agnostic overload makes applications robust against regrouping of config entries. GnuPG-bug-id: 5217
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6c994cd..3a4065f2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ Noteworthy changes in version 1.15.2 (unreleased)
-------------------------------------------------
+ * Interface changes relative to the 1.15.1 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ qt: CryptoConfig::entry CHANGED: Added overload; deprecated old
+
Noteworthy changes in version 1.15.1 (2021-01-08)
-------------------------------------------------