diff options
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index ab03a2aa1..8f7624d82 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,15 @@ +2006-04-03 Werner Koch <[email protected]> + + * import.c (check_prefs_warning): Merged strings for better + translation. + + * gpg.c (main) [__GLIBC__]: Default to libpcsclite.so.1. + + * status.h, status.c (STATUS_BEGIN_SIGNING): New. Suggested by + Daiki Ueno. + * textfilter.c (copy_clearsig_text): Issue new status code. + * sign.c (sign_file, sign_symencrypt_file): Ditto. + 2006-03-31 David Shaw <[email protected]> * getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve @@ -17,6 +29,11 @@ This will need to come out once the standard for DSA2 is firmed up. +2006-03-28 Werner Koch <[email protected]> + + * openfile.c (overwrite_filep): Fix small cpr issue. Noted by + Daiki Ueno. + 2006-03-22 David Shaw <[email protected]> * getkey.c (parse_auto_key_locate): Silently strip out duplicates |