aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-12-18 19:54:00 +0000
committerMarcus Brinkmann <[email protected]>2001-12-18 19:54:00 +0000
commit247eecaab9d36e3f0a25b5462747d4b96c486640 (patch)
tree1aab1b2861fda62f112efa07120f327755efeb67 /NEWS
parent* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Fixed for new automake. (diff)
downloadgpgme-247eecaab9d36e3f0a25b5462747d4b96c486640.tar.gz
gpgme-247eecaab9d36e3f0a25b5462747d4b96c486640.zip
2001-12-18 Marcus Brinkmann <[email protected]>
* key.c (_gpgme_key_append_name): Append, not prepend, the uid. Initialize the next field of the uid structure. (gpgme_key_get_as_xml): Do not list last uid first.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e6d27e1..dcf2a552 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
+ * GpgmeKey lists the user ids in the order as they are returned by
+ GnuPG, first the primary key with index 0, then the sub-user ids.
+
* New operation gpgme_op_decrypt_verify() to decrypt and verify
signatures simultaneously.