aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-08-20 20:20:46 +0000
committerMarcus Brinkmann <[email protected]>2003-08-20 20:20:46 +0000
commit0217495902bbb33d3c429599885192c3aec295e6 (patch)
tree4dc536749c85c1fa9c72a1464f2730d5a2dfc502 /NEWS
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 '')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e660937..34e461e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
Noteworthy changes in version 0.4.3 (unreleased)
------------------------------------------------
+ * libgpgme should not be used for threaded programs anymore. This
+ never worked reliably in all cases, because you had to
+ be careful about the linking order and libtool wouldn't do that for
+ you automatically. Instead, now you have to link against
+ libgpgme-pthread for applications using pthread and libgpgme-pth for
+ applications using GNU Pth.
+
+ The old code for automagically detecting the thread library is
+ still part of libgpgme, but it is DEPRECATED.
+
* gpgme_get_key fails with GPG_ERR_AMBIGUOUS_NAME if the key ID
provided was not unique, instead returning the first matching key.