mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
version 2.1
This commit is contained in:
parent
59c0948fa8
commit
996d26d116
@ -3,8 +3,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.sufficientlysecure.keychain"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="20000"
|
||||
android:versionName="2.0" >
|
||||
android:versionCode="21000"
|
||||
android:versionName="2.1" >
|
||||
|
||||
<!--
|
||||
General remarks
|
||||
|
@ -5,6 +5,13 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<h2>2.1</h2>
|
||||
<ul>
|
||||
<li>Lots of bug fixes</li>
|
||||
<li>New API for developers</li>
|
||||
<li>PRNG bug fix by Google</li>
|
||||
</ul>
|
||||
|
||||
<h2>2.0</h2>
|
||||
<ul>
|
||||
<li>Complete redesign</li>
|
||||
@ -15,7 +22,7 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
<li>New AIDL API</li>
|
||||
</ul>
|
||||
|
||||
<h2>1.08</h2>
|
||||
<h2>1.0.8</h2>
|
||||
<ul>
|
||||
<li>basic key server support</li>
|
||||
<li>app2sd (untested, let me know if there are problems)</li>
|
||||
|
Loading…
Reference in New Issue
Block a user