diff options
author | Marcus Brinkmann <[email protected]> | 2003-09-03 01:15:56 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-09-03 01:15:56 +0000 |
commit | d772a96a624609526438a80cf97a9ae55cf4d563 (patch) | |
tree | 5117894cb253003523a173f6aa9a95b8af9ed49c /NEWS | |
parent | Document some more problems. (diff) | |
download | gpgme-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-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |