aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-01-26 12:08:12 +0000
committerWerner Koch <[email protected]>2007-01-26 12:08:12 +0000
commitd6a252124671ea969d85b64567c781a57b322e06 (patch)
tree05eadd7d655392cebbf8bda6e5e640f856d3ba7e /ChangeLog
parentFix last change. (diff)
downloadgpgme-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--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8aeb7970..52d00d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]>