diff options
author | Werner Koch <[email protected]> | 2007-04-13 11:45:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-04-13 11:45:05 +0000 |
commit | 6ae6e18d5fc677d72aad050fd6bb8323836dd929 (patch) | |
tree | bcb900b825a7a6f36ebb69858fd6ad8ce80ab27a /TODO | |
parent | * parse-packet.c (parse_marker): New. Enforce that the marker (diff) | |
download | gnupg-6ae6e18d5fc677d72aad050fd6bb8323836dd929.tar.gz gnupg-6ae6e18d5fc677d72aad050fd6bb8323836dd929.zip |
g10/ and sm/
* call-agent.c (start_agent): Don't use log_error when using the
fallback hack to start the agent. This is bug 782.
scripts/
* mail-to-translators: Copied from 1.4. and adjusted.
tools/
* gpgconf-comp.c: Allow changing of --allow-mark-trusted.
* gpg-connect-agent.c (main): New option --decode and commands
decode and undecode.
(read_and_print_response): Implement option.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ -*- outline -*- -* src/base64 +* src/base64 ** Make parsing more robust Currently we don't cope with overlong lines in the best way. ** Check that we really release the ksba reader/writer objects. @@ -129,4 +129,7 @@ scdaemon stays as a zombie and gpg-agent does not perform any more commands. +* configure check +** Update autoconf and use AC_PROG_CC_C89 + to make sure that a compiant compiler is used |