diff options
author | Werner Koch <[email protected]> | 2007-01-26 12:08:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-01-26 12:08:12 +0000 |
commit | d6a252124671ea969d85b64567c781a57b322e06 (patch) | |
tree | 05eadd7d655392cebbf8bda6e5e640f856d3ba7e /ChangeLog | |
parent | Fix last change. (diff) | |
download | gpgme-d6a252124671ea969d85b64567c781a57b322e06.tar.gz gpgme-d6a252124671ea969d85b64567c781a57b322e06.zip |
/
* configure.ac: Changed gpg and gpgsm version checks to work with
arbitrary names of the gpg binary. New option --disable-gpg-test
and --disable-gpgsm-test.
gpgme/
* w32-io.c (build_commandline): Fixed stupid quoting bug.
* w32-glib-io.c (build_commandline): Ditto.
* rungpg.c (gpg_set_locale): Avoid dangling pointer after free.
* gpgme-config.in: New options --get-gpg and --get-gpgsm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ +2007-01-26 Werner Koch <[email protected]> + + * configure.ac: Changed gpg and gpgsm version checks to work with + arbitrary names of the gpg binary. New option --disable-gpg-test + and --disable-gpgsm-test. + 2007-01-09 Werner Koch <[email protected]> - * configure.ac (NEED_GPG_VERSION, - (NEED_GPGSM_VERSION): Must define after it may have been changed - by an option. + * configure.ac (NEED_GPG_VERSION, NEED_GPGSM_VERSION): Must define + after it may have been changed by an option. 2007-01-08 Werner Koch <[email protected]> |