diff options
author | Andre Heinecke <[email protected]> | 2016-10-10 15:42:10 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-10-10 15:42:10 +0000 |
commit | e7ceb83a5969581f5e1b0b6a69d18a93b594f6d4 (patch) | |
tree | ab7860d1206a1492ed218555d4de6f1d2471771e /NEWS | |
parent | Add convenience function to get key from sig (diff) | |
download | gpgme-e7ceb83a5969581f5e1b0b6a69d18a93b594f6d4.tar.gz gpgme-e7ceb83a5969581f5e1b0b6a69d18a93b594f6d4.zip |
Add NEWS for cpp and qt, bump cpp version
* NEWS: Add entries for cpp and qt changes.
* configure.ac: Bump cpp version because of added API.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Noteworthy changes in version 1.7.1 (unreleased) [C26/A15/R_] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_addrspec_from_uid NEW. + * qt Interface changes relative to the 1.7.0 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + WksPublishJob::startReceive NEW. + WksPublishJob::startRecieve REMOVED. + + * cpp Interface changes relative to the 1.7.0 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Signature::key(bool, bool) NEW. Noteworthy changes in version 1.7.0 (2016-09-21) [C26/A15/R0] ------------------------------------------------ |