summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-08-20 22:20:46 +0200
committerMarcus Brinkmann <[email protected]>2003-08-20 22:20:46 +0200
commit0217495902bbb33d3c429599885192c3aec295e6 (patch)
tree4dc536749c85c1fa9c72a1464f2730d5a2dfc502 /ChangeLog
parent2003-08-18 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-0217495902bbb33d3c429599885192c3aec295e6.tar.gz
gpgme-0217495902bbb33d3c429599885192c3aec295e6.zip
2003-08-18 Marcus Brinkmann <[email protected]>
*configure.ac (AM_PATH_GPG_ERROR): Require 0.3. assuan/ See README.1st. gpgme/ 2003-08-19 Marcus Brinkmann <[email protected]> The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c, ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been updated to have better thread support, and the Makefile.am was changed to reflect that. * util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration. * engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return value of status_fnc. * rungpg.c (start): Return SAVED_ERRNO, not errno.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 676701c5..4cdc4fb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* configure.ac: If building Assuan, check for funopen and
fopencookie, and make isascii, putc_unlocked and memrchr
replacement functions.
+ (AM_PATH_GPG_ERROR): Require 0.3.
2003-07-31 Marcus Brinkmann <[email protected]>