diff options
author | Marcus Brinkmann <[email protected]> | 2002-08-21 00:09:52 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-08-21 00:09:52 +0000 |
commit | cc98c30bb5fa7c4c54a2d3b33b8c2e6db85aa2dd (patch) | |
tree | 9aa396132bca41d0b1058d57a9ffe37687035d33 /NEWS | |
parent | Use gpgme_op_import_ext() instead of gpgme_op_import() (diff) | |
download | gpgme-cc98c30bb5fa7c4c54a2d3b33b8c2e6db85aa2dd.tar.gz gpgme-cc98c30bb5fa7c4c54a2d3b33b8c2e6db85aa2dd.zip |
2002-08-21 Marcus Brinkmann <[email protected]>gpgme-0-3-9
Released 0.3.9.
* NEWS: Update for 0.3.9 release.
* Makefile.am (EXTRA_DIST): Add gpgme.spec.in.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,13 @@ -Noteworthy changes in version 0.3.9 (unreleased) +Noteworthy changes in version 0.3.9 (2002-08-21) ------------------------------------------------ * A spec file for creating RPMs has been added. * An experimental interface to GnuPG's --edit-key functionality is - introduced. + introduced, see gpgme_op_edit. + + * The new gpgme_import_ext function provides a convenient access to + the number of processed keys. * Interface changes relative to the 0.3.8 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -12,6 +15,7 @@ GpgmeStatusCode NEW GpgmeEditCb NEW gpgme_op_edit_start NEW gpgme_op_edit NEW +gpgme_op_import_ext NEW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 0.3.8 (2002-06-25) |