aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-04-19 09:56:15 +0000
committerAndre Heinecke <[email protected]>2018-04-19 09:56:15 +0000
commitd65d6329319bff8cc555999fc92a20e151762a10 (patch)
tree6dc804fc6fcbe4b097af62eec084f716bd93fd49 /NEWS
parentcpp: Add origin and last_update (diff)
downloadgpgme-d65d6329319bff8cc555999fc92a20e151762a10.tar.gz
gpgme-d65d6329319bff8cc555999fc92a20e151762a10.zip
cpp: Add origin and last_update to UserID
* NEWS: Mention it. * lang/cpp/src/key.cpp, lang/cpp/src/key.h (UserID::lastUpdate), (UserID::origin): New. (gpgme_origin_to_pp_origin): New helper.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d6bd0ab..6deb3256 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ Noteworthy changes in version 1.11.1 (unreleased)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp: Key::origin NEW.
cpp: Key::lastUpdate NEW.
+ cpp: UserID::origin NEW.
+ cpp: UserID::lastUpdate NEW.
Noteworthy changes in version 1.11.0 (2018-04-18)
-------------------------------------------------