diff options
author | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
commit | 256f67675f84ee02d842d14c93bfc8d6383b65b1 (patch) | |
tree | f1df73e6997df666dc3d97db1b590babe98a4750 /g10/ChangeLog | |
parent | * getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock. (diff) | |
download | gnupg-1.4.3.tar.gz gnupg-1.4.3.zip |
About to release 1.4.3gnupg-1.4.3
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 |