diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 468596b931..07095f7426 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -6,6 +6,10 @@ (gpg_ctx_parse_status): In the case of a NODATA response from gpg, try to use the diagnostics that gpg may have written to its stderr. + (gpg_verify): Check that the gpg process has not exited. + (gpg_ctx_op_wait): Make sure we haven't already exited (as by + gpg_ctx_op_is_exited()) and if we have, retrieve the exit status + from the gpg context. 2002-06-26 Jeffrey Stedfast <fejj@ximian.com> |