diff options
author | Marcus Brinkmann <[email protected]> | 2002-05-26 19:51:53 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-05-26 19:51:53 +0000 |
commit | ac8f6d2c8a51317bbf17baf5589fc91a5748823b (patch) | |
tree | 662402c096192af10965ad40e75f192f7b4d496b /tests/ChangeLog | |
parent | * engine-gpgsm.c (_gpgme_gpgsm_op_keylist_ext): Aehmm, added (diff) | |
download | gpgme-ac8f6d2c8a51317bbf17baf5589fc91a5748823b.tar.gz gpgme-ac8f6d2c8a51317bbf17baf5589fc91a5748823b.zip |
2002-05-26 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (all-local): Remove dependency on ./secring.gpg.
(./secring.gpg): Remove target, and move all rules for this target
to ...
(./pubring.gpg): ... here. This was necessary because GnuPG 1.0.7
does create an empty secring.gpg file when importing public keys.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 8087dfb0..c511ae12 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2002-05-26 Marcus Brinkmann <[email protected]> + + * gpg/Makefile.am (all-local): Remove dependency on ./secring.gpg. + (./secring.gpg): Remove target, and move all rules for this target + to ... + (./pubring.gpg): ... here. This was necessary because GnuPG 1.0.7 + does create an empty secring.gpg file when importing public keys. + 2002-05-08 Marcus Brinkmann <[email protected]> * gpgsm/t-verify.c (validity_string): New. |