From d772a96a624609526438a80cf97a9ae55cf4d563 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 3 Sep 2003 01:15:56 +0000 Subject: 2003-09-03 Marcus Brinkmann * configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS. doc/ 2003-09-03 Marcus Brinkmann * gpgme.texi (Header): We don't use the assuan namespace anymore. Document new thread options. gpgme/ 2003-09-03 Marcus Brinkmann * gpgme-config.in: Rewritten. * gpgme.m4: Rewritten. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3