From: Marcus Brinkmann Date: Wed, 3 Sep 2003 01:18:25 +0000 (+0000) Subject: Document thread changes. X-Git-Tag: gpgme-1.2.0@1385~546 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d6d1c6da0eb6e02c6a3e3328c9a06b4798537bc2;p=gpgme.git Document thread changes. --- diff --git a/trunk/NEWS b/trunk/NEWS index 5ebcac5..fca10c6 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -18,6 +18,10 @@ Noteworthy changes in version 0.4.3 (unreleased) variables of course also include the configuration for the thread package itself. Alternatively, use libtool. + * gpgme-config doesn't support setting the prefix or exec prefix + anymore. I don't think it ever worked correctly, and it seems to + be pointless. + * gpgme_get_key fails with GPG_ERR_AMBIGUOUS_NAME if the key ID provided was not unique, instead returning the first matching key. diff --git a/trunk/TODO b/trunk/TODO index c46aeae..23e09bf 100644 --- a/trunk/TODO +++ b/trunk/TODO @@ -1,9 +1,7 @@ Hey Emacs, this is -*- outline -*- mode! * Before release: -** Write --thread option for gpgme-config. -** Have automake macros for thread option. -** Document new thread support. +** currently nothing * ABI's to break: ** I/O and User Data could be made extensible. But this can be done