2001-01-30 Werner Koch * w32-io.c: Does now use reader threads, so that we can use WaitForMultipleObjects. * sema.h, posix-sema.c, w32-sema.c: Support for Critcial sections. Does currently only work for W32. * debug.c, util.h : New. Changed all fprintfs to use this new set of debugging functions. 2001-01-23 Werner Koch * data.c (_gpgme_data_release_and_return_string): Fixed string termination. 2001-01-22 Werner Koch * delete.c: New. * signers.c: New. * key.c (gpgme_key_ref, gpgme_key_unref): New. * sign.c (gpgme_op_sign_start): Allow the use of other keys. * version.c (gpgme_get_engine_info,gpgme_check_engine): New. * rungpg.c (_gpgme_gpg_set_simple_line_handler): New. 2001-01-05 Werner Koch * data.c (gpgme_data_rewind): Allow to rewind data_type_none.