version 2.1

This commit is contained in:
Dominik Schürmann 2013-09-09 22:43:09 +02:00
parent 59c0948fa8
commit 996d26d116
2 changed files with 10 additions and 3 deletions

View file

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

View file

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