Skip to content

Commit

Permalink
Fixed issue 22, prepared for rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
palo-m committed Oct 7, 2012
1 parent dd3e1a8 commit ab3f29d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sk.boinc.androboinc"
android:versionCode="8"
android:versionName="6.10.58.rc4"
android:versionCode="9"
android:versionName="6.10.58.rc5"
android:installLocation="auto">

<uses-sdk
Expand Down
3 changes: 3 additions & 0 deletions res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 6.10.58.rc5 (2012-10-07)
- Quick fix for broken task-update in rc4

Version 6.10.58.rc4 (2012-10-06)
- Fix for sudden disconnect right after connect
- Added notifications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ private boolean dataUpdateTasks(Vector<Result> results) {
return false;
}
task = TaskInfoCreator.update(task, result, mFormatter);
mTasks.put(task.taskName, task);
if (result.active_task) {
// This is also active task
mActiveTasks.add(result.name);
Expand Down

0 comments on commit ab3f29d

Please sign in to comment.