Skip to content

Commit

Permalink
Version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Aug 28, 2015
1 parent 5b4c737 commit 13492ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version history

## 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

## Version 8
* OpenPgpSignatureResult:
method getStatus() renamed to getResult()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class OpenPgpApi {
/**
* see CHANGELOG.md
*/
public static final int API_VERSION = 8;
public static final int API_VERSION = 9;

/**
* General extras
Expand Down

0 comments on commit 13492ba

Please sign in to comment.