diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-31 16:01:13 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-31 16:01:13 +0000 |
commit | 82f7a68aa2027a54b8317f777c48a9c7d7e715a0 (patch) | |
tree | 785f5bb6cd39ba2323048e0d2a9de6f84e0552f0 /NEWS | |
parent | 2003-07-31 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-82f7a68aa2027a54b8317f777c48a9c7d7e715a0.tar.gz gpgme-82f7a68aa2027a54b8317f777c48a9c7d7e715a0.zip |
doc/
2003-07-31 Marcus Brinkmann <[email protected]>
* gpgme.texi (Listing Keys): Document GPG_ERR_AMBIGUOUS_NAME for
gpgme_get_key.
gpgme/
2003-07-31 Marcus Brinkmann <[email protected]>
* keylist.c (gpgme_get_key): Check if there is more than one key
listed, and return GPG_ERR_AMBIGUOUS_NAME in that case.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Noteworthy changes in version 0.4.3 (unreleased) +------------------------------------------------ + + * gpgme_get_key fails with GPG_ERR_AMBIGUOUS_NAME if the key ID + provided was not unique, instead returning the first matching key. + + * Interface changes relative to the 0.4.3 release: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gpgme_get_key CHANGED: Fails correctly if key ID not unique. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Noteworthy changes in version 0.4.2 (2003-07-30) ------------------------------------------------ |