Skip to content

Commit

Permalink
New 2.1.1 release (mainly to get the rTorrent bugfix out).
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Nov 28, 2013
1 parent 18ad364 commit c62f920
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.transdroid.core"
android:versionCode="209"
android:versionName="2.1.0" >
android:versionCode="210"
android:versionName="2.1.1" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
4 changes: 4 additions & 0 deletions core/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
-->
<resources>
<string name="system_changelog">
Transdroid 2.1.1\n
- Fixed rTorrent connectivity with Digest authentication\n
- Easy setup for Xirvik and Seedstuf seedboxes\n
\n
Transdroid 2.1.0\n
- uTorrent and Transmission connection stability improvements\n
- uTorrent and Deluge force data recheck\n
Expand Down
2 changes: 1 addition & 1 deletion core/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<string name="pref_seedbox_client">Torrent client</string>
<string name="pref_seedbox_client_info">Client to connect to</string>
<string name="pref_seedbox_server">Server address</string>
<string name="pref_seedbox_xirvikhint">Like dedi001.xirvik.com</string>
<string name="pref_seedbox_xirvikhint">Like eplus001.xirvik.com</string>
<string name="pref_seedbox_xirvikhint2">Like semixl001a.xirvik.com</string>
<string name="pref_seedbox_xirvikhint3">Like desharedgbit001.xirvik.com</string>
<string name="pref_seedbox_seedstuffhint">Like 001.seedstuff.ca</string>
Expand Down
4 changes: 2 additions & 2 deletions full/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.full"
android:versionCode="209"
android:versionName="2.1.0" >
android:versionCode="210"
android:versionName="2.1.1" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
4 changes: 2 additions & 2 deletions lite/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.lite"
android:versionCode="209"
android:versionName="2.1.0" >
android:versionCode="210"
android:versionName="2.1.1" >

<uses-sdk
android:minSdkVersion="7"
Expand Down

0 comments on commit c62f920

Please sign in to comment.