diff options
author | Andre Heinecke <[email protected]> | 2016-11-04 11:33:57 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-11-04 11:41:52 +0000 |
commit | 3509cf2f9846360848b6c08d36cbca18373c935e (patch) | |
tree | 580d14eaccdf8f0629b4a6f5f0b689fbf9c35f4a /NEWS | |
parent | cpp: Add more EngineInfo::Version ctors (diff) | |
download | gpgme-3509cf2f9846360848b6c08d36cbca18373c935e.tar.gz gpgme-3509cf2f9846360848b6c08d36cbca18373c935e.zip |
cpp: Add API for swdb queries
* lang/cpp/src/swdbresult.cpp,
lang/cpp/src/swdbresult.h (SwdbResult): New.
* lang/cpp/src/Makefile.am: Update accordingly.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ Noteworthy changes in version 1.7.2 (unreleased) qt: DN::Attribute NEW. cpp: EngineInfo::Version::Version(const char*) NEW. cpp: EngineInfo::Version::Version() NEW. + cpp: SwdbResult NEW. Noteworthy changes in version 1.7.1 (2016-10-18) |