aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-03 01:18:25 +0000
committerMarcus Brinkmann <[email protected]>2003-09-03 01:18:25 +0000
commit543f9581692e8b171f023398c59cae0a2aff58ef (patch)
tree4213069a350f821b3642de438caf40955d1e036d /NEWS
parent2003-09-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-543f9581692e8b171f023398c59cae0a2aff58ef.tar.gz
gpgme-543f9581692e8b171f023398c59cae0a2aff58ef.zip
Document thread changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ebcac50..fca10c69 100644
--- a/NEWS
+++ b/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.