diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bf05be0b7c..c8c04ef5c4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2002-06-25 Jeffrey Stedfast <fejj@ximian.com> + + * camel-gpg-context.c (gpg_hash_str): Return the option as + --digest-algo=<micalg> + (gpg_ctx_parse_status): Decode more status information and keep + track of trust and such. + (gpg_ctx_op_complete): Make sure we aren't waiting for gpg to + write data to stdout (such as encrypted/decrypted data or a + signature). + (gpg_encrypt): Remove the fejj@stampede.org hard-coded value + (which had only meant to be for testing). + 2002-06-24 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_ctx_get_argv): Use --command-fd rather |