diff options
author | Werner Koch <wk@gnupg.org> | 2007-01-30 21:16:28 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-01-30 21:16:28 +0100 |
commit | 7eec2efa66b55eab51e20d0fcc606763081d0024 (patch) | |
tree | 87dae67ea711626b9831caa374a3763ce2b7bf14 /sm/ChangeLog | |
parent | jnlib/ (diff) | |
download | gnupg2-7eec2efa66b55eab51e20d0fcc606763081d0024.tar.xz gnupg2-7eec2efa66b55eab51e20d0fcc606763081d0024.zip |
Added LIBINTL to more Makefile targets.
doc/
* com-certs.pem: Added the current root certifcates of D-Trust and
S-Trust.
g10/
* status.c (write_status_begin_signing): New.
* sign.c (sign_file, sign_symencrypt_file): Call it.
* textfilter.c (copy_clearsig_text): Call it.
* call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if
required.
* gpg.c (main): Let --no-use-agent and --gpg-agent-info print a
warning.
* misc.c (obsolete_option): New.
Diffstat (limited to 'sm/ChangeLog')
-rw-r--r-- | sm/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index f249c73af..a364e3b48 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,7 @@ +2007-01-25 Werner Koch <wk@g10code.com> + + * Makefile.am (gpgsm_LDADD): Add LIBICONV. Noted by Billy Halsey. + 2007-01-05 Werner Koch <wk@g10code.com> * certchain.c (unknown_criticals): Add subjectAltName. |