diff options
author | Werner Koch <[email protected]> | 2017-03-28 14:21:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-03-28 14:21:37 +0000 |
commit | aa0390ec3b910bbbc323a15ec3c3351e77785a9a (patch) | |
tree | 66999fef1d073ff49e737dd12b4700f1195f5217 /doc | |
parent | core: Prepare for new key listing data send by gpg. (diff) | |
download | gpgme-aa0390ec3b910bbbc323a15ec3c3351e77785a9a.tar.gz gpgme-aa0390ec3b910bbbc323a15ec3c3351e77785a9a.zip |
Release 1.9.0gpgme-1.9.0
* configure.ac <c>: Bump LT version to C29/A18/R0.
<cpp>: Bump LT version to C10/A4/R0.
<qt>: Bump LT version to C9/A2/R0.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 62004aed..40423cff 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -14,7 +14,7 @@ @syncodeindex pg fn @copying -Copyright @copyright{} 2002--2008, 2010, 2012--2016 g10 Code GmbH. +Copyright @copyright{} 2002--2008, 2010, 2012--2017 g10 Code GmbH. @quotation Permission is granted to copy, distribute and/or modify this document @@ -3426,7 +3426,7 @@ The function @code{gpgme_op_keylist_from_data_start} initiates a key listing operation inside the context @var{ctx}. In contrast to the other key listing operation the keys are read from the supplied @var{data} and not from the local key database. The keys are also not -imported into the local ley database. The function sets everything up +imported into the local key database. The function sets everything up so that subsequent invocations of @code{gpgme_op_keylist_next} return the keys from @var{data}. |