aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r--agent/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index 38d264c5a..4cbe8d927 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
+ * protect-tool.c (store_private_key): Use bin2hex.
+
2009-06-02 Werner Koch <[email protected]>
* gpg-agent.c (main): Run pth_kill after fork. Fixes bug#1066.