aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r--agent/ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index d4cea792c..21cd0c4ff 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,15 +1,18 @@
-2011-04-10 Ben Kibbey <[email protected]>
+2011-04-12 Werner Koch <[email protected]>
- * command.c: (cmd_passwd): Add option --preset.
+ * agent.h (CACHE_TTL_NONCE, CACHE_TTL_OPT_PRESET): New.
+ * command.c (cmd_passwd, cmd_import_key): Use new macros.
+ * genkey.c (agent_genkey): Ditto.
2011-04-10 Ben Kibbey <[email protected]>
- * command.c: (cmd_genkey): Add option --preset.
- * genkey.c: (agent_genkey): Add parameter preset.
+ * command.c (cmd_passwd): Add option --preset.
+ * command.c (cmd_genkey): Add option --preset.
+ * genkey.c (agent_genkey): Add parameter preset.
2011-04-06 Ben Kibbey <[email protected]>
- * command.c: (do_one_keyinfo): Add protection type field.
+ * command.c (do_one_keyinfo): Add protection type field.
2011-03-10 Werner Koch <[email protected]>