diff options
author | Marcus Brinkmann <[email protected]> | 2002-07-28 18:45:52 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-07-28 18:45:52 +0000 |
commit | 4823df7cf425e38250859059d3d78fae0b1e1f78 (patch) | |
tree | d6018e7db03a156922d5bc4cceb926a17417c22f | |
parent | 2002-07-28 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-4823df7cf425e38250859059d3d78fae0b1e1f78.tar.gz gpgme-4823df7cf425e38250859059d3d78fae0b1e1f78.zip |
Add items about the edit key operation.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |