bump version to 0.3 and update changelog.

This commit is contained in:
Brian Pellin
2009-07-06 15:19:20 -05:00
parent 36dc32156e
commit cd68144e73
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.keepass"
android:versionName="0.2.1" android:versionCode="11">
android:versionCode="12" android:versionName="0.3">
<uses-sdk android:minSdkVersion="3"/>
<application android:label="@string/app_name" android:icon="@drawable/keepass_icon">
<activity android:name=".KeePass"

View File

@@ -1,6 +1,8 @@
KeePassDroid (0.2.2)
KeePassDroid (0.3)
* Switch to native encryption for key preparation. Seems to take better than half as long as bouncycastle in the emulator,
10 sec vs 25 sec.
* Implement search feature
* Require Android 1.5
KeePassDroid (0.2.1)