aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-10-22 09:53:00 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-10-22 09:53:00 +0200
commit4edb7f67f2fda07d7a3ac740a733dc02a92db734 (patch)
treee458008f70bd7dad71f58e02a03f61b329aa589b
parent07d6eccdf1a9a5c8943cae37355d12bfd38d721c (diff)
downloadopenpgp-api-4edb7f67f2fda07d7a3ac740a733dc02a92db734.tar.gz
openpgp-api-4edb7f67f2fda07d7a3ac740a733dc02a92db734.tar.bz2
openpgp-api-4edb7f67f2fda07d7a3ac740a733dc02a92db734.zip
Changelog v9
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.md14
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)