aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-11-19 15:15:11 +0000
committerWerner Koch <[email protected]>2003-11-19 15:15:11 +0000
commit9cf95d61eb524b73f1ad6a28678c292a404eac1d (patch)
tree7ec56babd097a5a48134b51aa0ce39a0ff8ef820 /TODO
parentSilly me: Reverted last change. The code here is actually okay but (diff)
downloadgpgme-9cf95d61eb524b73f1ad6a28678c292a404eac1d.tar.gz
gpgme-9cf95d61eb524b73f1ad6a28678c292a404eac1d.zip
* acinclude.m4: Add AM_PATH_GPG_ERROR.
* configure.ac: Check for timegm. Made warning messages more prominent.
Diffstat (limited to '')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index e5841a85..aab0da9e 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
Hey Emacs, this is -*- outline -*- mode!
* Before release:
-** currently nothing
+** Some gpg tests fail with gpg 1.3.4-cvs (gpg/t-keylist-sig)
* ABI's to break:
** I/O and User Data could be made extensible. But this can be done
@@ -27,6 +27,7 @@ Hey Emacs, this is -*- outline -*- mode!
* Thread support:
** When GNU Pth supports sendmsg/recvmsg, wrap them properly.
** Without timegm (3) support our ISO time parser is not thread safe.
+ There is a configure time warning, though.
* New features:
** notification system