diff options
author | Werner Koch <[email protected]> | 2003-11-19 15:15:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-11-19 15:15:11 +0000 |
commit | 9cf95d61eb524b73f1ad6a28678c292a404eac1d (patch) | |
tree | 7ec56babd097a5a48134b51aa0ce39a0ff8ef820 /TODO | |
parent | Silly me: Reverted last change. The code here is actually okay but (diff) | |
download | gpgme-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-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |