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 | |
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.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 8 |
3 files changed, 14 insertions, 3 deletions
@@ -1,5 +1,12 @@ 2002-08-21 Marcus Brinkmann <[email protected]> + Released 0.3.9. + + * NEWS: Update for 0.3.9 release. + * Makefile.am (EXTRA_DIST): Add gpgme.spec.in. + +2002-08-21 Marcus Brinkmann <[email protected]> + * jnlib/argparse.c, jnlib/argparse.h, jnlib/ChangeLog, jnlib/dotlock.c, jnlib/dotlock.h, jnlib/libjnlib-config.h, jnlib/logging.c, jnlib/logging.h,jnlib/Makefile.am, diff --git a/Makefile.am b/Makefile.am index ab82211c..ac4728d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = README-alpha autogen.sh +EXTRA_DIST = README-alpha autogen.sh gpgme.spec.in if BUILD_ASSUAN assuan = assuan @@ -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) |