From 4edb7f67f2fda07d7a3ac740a733dc02a92db734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 22 Oct 2015 09:53:00 +0200 Subject: Changelog v9 --- CHANGELOG.md | 1 + README.md | 14 +++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df77bb9..4f4efcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * AIDL Service has been changed from IOpenPgpService.aidl to IOpenPgpService2.aidl This fixes truncated data streams (thanks to 'mgeier63'). * Fix for OpenPgpKeyPreference: Properly execute pending user interactions + * Charset moved to OpenPgpMetadata ## Version 8 * OpenPgpSignatureResult: diff --git a/README.md b/README.md index c5061c4..0225278 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,11 @@ The OpenPGP API provides methods to execute OpenPGP operations, such as sign, en ### News -#### Version 8 - * OpenPgpSignatureResult: - method getStatus() renamed to getResult() - constants have been renamed for clarity - new constants: RESULT_NO_SIGNATURE, RESULT_INVALID_INSECURE - isSignatureOnly() has been deprecated - * RESULT_TYPES have been removed - * new OpenPgpDecryptionResult returned via RESULT_DECRYPTION - * OpenPgpSignatureResult and OpenPgpDecryptionResult are never null, they are always returned. +#### Version 9 + * AIDL Service has been changed from IOpenPgpService.aidl to IOpenPgpService2.aidl + This fixes truncated data streams (thanks to 'mgeier63'). + * Fix for OpenPgpKeyPreference: Properly execute pending user interactions + * Charset moved to OpenPgpMetadata [Full changelog hereā€¦](https://github.com/open-keychain/openpgp-api/blob/master/CHANGELOG.md) -- cgit v1.2.3