Maybe the signers code does work now
[gpgme.git] / gpgme / ChangeLog
1 2001-01-30  Werner Koch  <wk@gnupg.org>
2
3         * signers.c (gpgme_signers_add): Ooops, one should test code and
4         not just write it; the newarr was not assigned.  Thanks to José
5         for pointing this out.  Hmmm, still not tested, why shoudl a coder
6         test his fix :-)
7
8         * w32-io.c: Does now use reader threads, so that we can use
9         WaitForMultipleObjects. 
10         * sema.h, posix-sema.c, w32-sema.c: Support for Critcial sections.
11         Does currently only work for W32.
12
13         * debug.c, util.h : New. Changed all fprintfs to use this new
14         set of debugging functions.
15
16 2001-01-23  Werner Koch  <wk@gnupg.org>
17
18         * data.c (_gpgme_data_release_and_return_string): Fixed string
19         termination.
20
21 2001-01-22  Werner Koch  <wk@gnupg.org>
22
23         * delete.c: New.
24
25         * signers.c: New.
26         * key.c (gpgme_key_ref, gpgme_key_unref): New.
27         * sign.c (gpgme_op_sign_start): Allow the use of other keys.
28
29         * version.c (gpgme_get_engine_info,gpgme_check_engine): New.
30         * rungpg.c (_gpgme_gpg_set_simple_line_handler): New.
31
32 2001-01-05  Werner Koch  <wk@gnupg.org>
33
34         * data.c (gpgme_data_rewind): Allow to rewind data_type_none.