aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-07-29 18:27:31 +0000
committerMarcus Brinkmann <[email protected]>2003-07-29 18:27:31 +0000
commit62673145f0f7b331e5ff5a5c034eeecb02e395e7 (patch)
tree86c1cfbb7728d385eec47a67153ae795f10a9686 /TODO
parent2003-07-29 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-62673145f0f7b331e5ff5a5c034eeecb02e395e7.tar.gz
gpgme-62673145f0f7b331e5ff5a5c034eeecb02e395e7.zip
Add item about result structures.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index aca58d6f..179ab6fb 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,12 @@
Hey Emacs, this is -*- outline -*- mode!
+* Before release:
+** Return ENC_TO output in verify result.
+** stat call for data objects (see ABI's to break).
+
* ABI's to break:
+** I/O and User Data could be made extensible.
+** In gpgme_signature_t, split key ID and subkey.
** Compatibility interfaces that can be removed in future versions:
*** gpgme_data_new_from_filepart
*** gpgme_data_new_from_file
@@ -69,6 +75,8 @@ Hey Emacs, this is -*- outline -*- mode!
release all resources on error (for example to free assuan_cmd).
* Operations
+** If an operation failed, make sure that the result functions don't return
+ corrupt partial information. !!!
** 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. !!!