From: Marcus Brinkmann Date: Sun, 14 Sep 2003 00:34:48 +0000 (+0000) Subject: Update release list. X-Git-Tag: gpgme-1.2.0@1385~537 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b1cee53dd4a85a31f1468bf7d3c9a461ba06845;p=gpgme.git Update release list. --- diff --git a/trunk/TODO b/trunk/TODO index ff60120..80f4b85 100644 --- a/trunk/TODO +++ b/trunk/TODO @@ -1,7 +1,7 @@ Hey Emacs, this is -*- outline -*- mode! * Before release: -** set_locale for thread safe and env independent locale selection. +** currently nothing * ABI's to break: ** I/O and User Data could be made extensible. But this can be done @@ -68,7 +68,8 @@ Hey Emacs, this is -*- outline -*- mode! about where to guarantee what (ie, what happens if start fails, are the fds unregistered immediately - i think so?) ** Optimize the case where a data object has an underlying fd we can pass - directly to the engine. + directly to the engine. This will be automatic with socket I/O and + descriptor passing. ** Move code common to all engines up from gpg to engine. ** engine operations can return General Error on unknown protocol (it's an internal error, as select_protocol checks already).