From 0217495902bbb33d3c429599885192c3aec295e6 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 20 Aug 2003 20:20:46 +0000 Subject: 2003-08-18 Marcus Brinkmann *configure.ac (AM_PATH_GPG_ERROR): Require 0.3. assuan/ See README.1st. gpgme/ 2003-08-19 Marcus Brinkmann The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c, ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been updated to have better thread support, and the Makefile.am was changed to reflect that. * util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration. * engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return value of status_fnc. * rungpg.c (start): Return SAVED_ERRNO, not errno. --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9c71ac6f..57da7f0f 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,14 @@ Hey Emacs, this is -*- outline -*- mode! * Before release: -** Nothing. +** Write --thread option for gpgme-config. +** Document new thread support. * ABI's to break: ** I/O and User Data could be made extensible. But this can be done without breaking the ABI hopefully. ** Compatibility interfaces that can be removed in future versions: +*** ath compatibility modules. *** gpgme_data_new_from_filepart *** gpgme_data_new_from_file *** gpgme_data_new_with_read_cb @@ -24,6 +26,7 @@ Hey Emacs, this is -*- outline -*- mode! *** All Gpgme* typedefs. * Thread support: +** When GNU Pth supports sendmsg/recvmsg, wrap them properly. ** Build thread modules for static linking (which just suck in the desired symbols the hard way). !! ** Ordering the libs is important, but libtool gets it wrong. Argh. @@ -76,6 +79,7 @@ Hey Emacs, this is -*- outline -*- mode! * Operations ** If an operation failed, make sure that the result functions don't return corrupt partial information. !!! + NOTE: The EOF status handler is not called in this case !!! ** If no passphrase cb is installed, status handler is not run even if password is required by crypto engine. !! ** Export status handler need much more work. !!! -- cgit v1.2.3