aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r--agent/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index 4cbe8d927..8596a2bec 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,10 +1,15 @@
+2009-06-05 Werner Koch <[email protected]>
+
+ * protect-tool.c (store_private_key): Fix last change by appending
+ a ".key".
+
2009-06-03 Werner Koch <[email protected]>
* protect-tool.c: Include estream.h.
(store_private_key): Replace stdio streams by estream functions
for a portable use of the "x" mode.
* trustlist.c: Include estream.h.
- (agent_marktrusted): Repalce stdio stream by estream functions.
+ (agent_marktrusted): Replace stdio stream by estream functions.
* protect-tool.c (store_private_key): Use bin2hex.