diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index fe586345d..3259effe8 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,10 @@ +2005-06-18 Werner Koch <[email protected]> + + * parse-packet.c (parse_signature): Use log_info for messages + about missing timestamp or keyid. In case we don't use that key + there won't be no further error and thus gpg does not need to + return with an error. + 2005-06-13 David Shaw <[email protected]> * keygen.c (save_unprotected_key_to_card): Fix gcc4 warning. @@ -61,6 +68,17 @@ all of the above. Export-minimal is the same except it also removes all non-selfsigs. export-unusable-sigs is now a noop. +2005-06-06 Werner Koch <[email protected]> + + * cardglue.c (open_card): Emit new CARDCTRL status 5 for no reader + available. + +2005-06-02 Werner Koch <[email protected]> + + * app-openpgp.c (do_writekey): Typo fix. + + * status.c, status.h: Removed STATUS_BAD_PASSPHRASE_PIN. + 2005-06-01 David Shaw <[email protected]> * signal.c [HAVE_DOSISH_SYSTEM]: Fix unused function warnings on |