aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-03 01:15:56 +0000
committerMarcus Brinkmann <[email protected]>2003-09-03 01:15:56 +0000
commitd772a96a624609526438a80cf97a9ae55cf4d563 (patch)
tree5117894cb253003523a173f6aa9a95b8af9ed49c /NEWS
parentDocument some more problems. (diff)
downloadgpgme-d772a96a624609526438a80cf97a9ae55cf4d563.tar.gz
gpgme-d772a96a624609526438a80cf97a9ae55cf4d563.zip
2003-09-03 Marcus Brinkmann <[email protected]>
* configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS. doc/ 2003-09-03 Marcus Brinkmann <[email protected]> * gpgme.texi (Header): We don't use the assuan namespace anymore. Document new thread options. gpgme/ 2003-09-03 Marcus Brinkmann <[email protected]> * gpgme-config.in: Rewritten. * gpgme.m4: Rewritten.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 34e461e8..5ebcac50 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ Noteworthy changes in version 0.4.3 (unreleased)
The old code for automagically detecting the thread library is
still part of libgpgme, but it is DEPRECATED.
+ * There are new automake macros AM_PATH_GPGME_PTH and
+ AM_PATH_GPGME_PTHREAD, which support checking for thread-enabled
+ versions of GPGME. They define GPGME_PTH_CFLAGS, GPGME_PTH_LIBS,
+ GPGME_PTHREAD_CFLAGS and GPGME_PTHREAD_LIBS respectively. These
+ variables of course also include the configuration for the thread
+ package itself. Alternatively, use libtool.
+
* gpgme_get_key fails with GPG_ERR_AMBIGUOUS_NAME if the key ID
provided was not unique, instead returning the first matching key.