diff options
author | Andre Heinecke <[email protected]> | 2016-07-01 14:49:06 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-07-01 14:52:34 +0000 |
commit | 93c5d420fcfe275aeff2b3d5ce99629edbe6625d (patch) | |
tree | 8939cb19cc9a8dce8b9f3e7401962dd55e53131e /configure.ac | |
parent | core: Clarify documentation of tofu_stats address (diff) | |
download | gpgme-93c5d420fcfe275aeff2b3d5ce99629edbe6625d.tar.gz gpgme-93c5d420fcfe275aeff2b3d5ce99629edbe6625d.zip |
Cpp: Add TofuInfo to signatures
* lang/cpp/src/tofuinfo.cpp, lang/cpp/src/tofuinfo.h: New class.
* lang/cpp/src/verificationresult.cpp (Signature::tofuInfo): New.
(VerificationResult::Private): Handle tofu info.
(GpgME::operator<<(std::ostream &os, const Signature &sig)): Include
TofuInfo in dump.
* lang/cpp/src/verificationresult.h (Signature::tofuInfo): New.
* lang/cpp/src/Makefile.am (main_sources, gpgmepp_headers): Add
new files.
* configure.ac (LIBGPGMEPP_LT_REVISION): Bump for new API.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 42695403..335a33a9 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ LIBGPGME_LT_REVISION=0 LIBGPGMEPP_LT_CURRENT=6 LIBGPGMEPP_LT_AGE=0 -LIBGPGMEPP_LT_REVISION=0 +LIBGPGMEPP_LT_REVISION=1 LIBQGPGME_LT_CURRENT=6 LIBQGPGME_LT_AGE=0 |