aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-07-28 18:45:52 +0000
committerMarcus Brinkmann <[email protected]>2002-07-28 18:45:52 +0000
commit4823df7cf425e38250859059d3d78fae0b1e1f78 (patch)
treed6018e7db03a156922d5bc4cceb926a17417c22f
parent2002-07-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-4823df7cf425e38250859059d3d78fae0b1e1f78.tar.gz
gpgme-4823df7cf425e38250859059d3d78fae0b1e1f78.zip
Add items about the edit key operation.
Diffstat (limited to '')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f0d8532..18744df4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,15 @@ Noteworthy changes in version 0.3.9 (unreleased)
* A spec file for creating RPMs has been added.
+ * An experimental interface to GnuPG's --edit-key functionality is
+ introduced.
+
* Interface changes relative to the 0.3.8 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+GpgmeStatusCode NEW
+GpgmeEditCb NEW
+gpgme_op_edit_start NEW
+gpgme_op_edit NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.3.8 (2002-06-25)