aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 09b38287a..74cf0d400 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug 21 17:59:17 CEST 2000 Werner Koch <[email protected]>
+
+ * gpg.c: New option --use-agent
+ * passphrase.c (agent_open,agent_close): New.
+ (agent_get_passphrase,agent_clear_passphrase): New.
+ (passphrase_to_dek): Use the agent here.
+ * seckey-cert.c (do_check): Clear wrong cached passphrases.
+
Fri Aug 18 14:27:14 CEST 2000 Werner Koch <[email protected]>
* status.c (do_get_from_fd): Ooops, we used fd instead of opt.command_fd.