Prepare for 0.65 release

This commit is contained in:
Daniel Martí 2014-04-29 11:52:46 +02:00
parent af2515bbf6
commit 55acd955b9
4 changed files with 8 additions and 6 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="640"
android:versionName="0.64-test" >
android:versionCode="650"
android:versionName="0.65" >
<uses-sdk
android:minSdkVersion="5"

View File

@ -1,4 +1,4 @@
### Upcoming release
### 0.65 (2014-04-29)
* Fix crash on startup for devices with more than 500 installed apps
@ -12,7 +12,9 @@
* Keep track of installed apps internally, rather than asking Android each time
* Fix some crashes
* Security fixes and updates for adding of repos
* Fix some other crashes
* Translation updates

View File

@ -31,7 +31,7 @@ Add the following lines to your repo manifest:
<remote name="fdroid" fetch="https://git.gitorious.org/f-droid" />
<remote name="github" fetch="https://github.com/" />
<project path="packages/apps/fdroidclient" name="fdroidclient.git" remote="fdroid" revision="0.62" />
<project path="packages/apps/fdroidclient" name="fdroidclient.git" remote="fdroid" revision="0.65" />
<project path="packages/apps/fdroidclient/extern/UniversalImageLoader" name="nostra13/Android-Universal-Image-Loader" remote="github" revision="ee50fd1ce77d866a89374a5ff0886be6e179feb2" />
<project path="packages/apps/fdroidclient/extern/AndroidPinning" name="binaryparadox/AndroidPinning" remote="github" revision="a0d713c6162b7016a3c3f55bcaefcdca4acacebd" />

View File

@ -2,7 +2,7 @@
<resources>
<string name="app_name">F-Droid</string>
<string name="version_name">0.64-test</string>
<string name="version_name">0.65</string>
<string name="about_sitec">https://f-droid.org</string>
<string name="about_mailc">team@f-droid.org</string>