aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-14 00:34:48 +0000
committerMarcus Brinkmann <[email protected]>2003-09-14 00:34:48 +0000
commit68def3d9dca978c617ec650dd92e441c30d518b1 (patch)
treedca972db533124906d193dc572b6c7990bc24a37
parent2003-09-14 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-68def3d9dca978c617ec650dd92e441c30d518b1.tar.gz
gpgme-68def3d9dca978c617ec650dd92e441c30d518b1.zip
Update release list.
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index ff60120d..80f4b856 100644
--- a/TODO
+++ b/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).