moving versioning to 1.0.8
This commit is contained in:
parent
d11a6c6f75
commit
a7320ea477
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.torproject.android"
|
package="org.torproject.android"
|
||||||
android:versionName="0.2.3.11-alpha-1.0.7.3-ALPHA-2"
|
android:versionName="0.2.3.11-alpha-1.0.8-RC1"
|
||||||
android:versionCode="37"
|
android:versionCode="37"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
NOTE: Specific #s below correspond to Trac tickets logged and maintained at https://trac.torproject.org/projects/tor/
|
NOTE: Specific #s below correspond to Trac tickets logged and maintained at https://trac.torproject.org/projects/tor/
|
||||||
|
|
||||||
1.0.7.3
|
1.0.8 (includes 1.0.7.3 and 1.0.7.2)
|
||||||
- fixed tor control port cookie file path lookup related to #5305
|
- fixed tor control port cookie file path lookup related to #5305
|
||||||
- updated strings
|
- updated strings
|
||||||
- adding in manual locale selection
|
- adding in manual locale selection
|
||||||
|
|
||||||
1.0.7.2
|
|
||||||
- added obfsproxy binary to res/raw and binary installation process
|
- added obfsproxy binary to res/raw and binary installation process
|
||||||
- added new preferences to support obfsproxy bridge configuration
|
- added new preferences to support obfsproxy bridge configuration
|
||||||
- upgraded tor binary to 0.2.3.11-alpha
|
- upgraded tor binary to 0.2.3.11-alpha
|
||||||
|
|
Loading…
Reference in New Issue