aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f78ac81..362f3f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2010-06-11 Marcus Brinkmann <[email protected]>
+
+ * assuan-handler.c (std_handler_input,
+ std_handler_output) [HAVE_W32CE_SYSTEM]: Finish the pipe. We must
+ do this here, because otherwise assuan_close_input_fd() and
+ assuan_close_output_fd() can't work.
+ * system-w32ce.c (_assuan_w32ce_finish_pipe): Call SetLastError in
+ error case.
+ (__assuan_close): Save WSAGetLastError before trashing it!
+ Otherwise handle is never closed and GPGME hangs.
+
2010-06-10 Marcus Brinkmann <[email protected]>
* w32ce-add.h (ASSUAN_STDIN, ASSUAN_STDOUT): Define magic handle values.