commit 17698baf7bfd0f1a3947ad9282a159ad98880306 Author: David Fifield david@bamsoftware.com Date: Wed Mar 6 09:07:31 2013 -0800
Update flashproxy-pyobfsproxy bundle version number. --- doc/bundle-gnulinux.txt | 6 +++--- doc/bundle-macosx.txt | 6 +++--- doc/bundle-windows.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt index a2807c7..0e03ba3 100644 --- a/doc/bundle-gnulinux.txt +++ b/doc/bundle-gnulinux.txt @@ -139,14 +139,14 @@ Re-zip the bundle. The "alpha" number should be independent of the browser bundle's alpha.
$ cd .. - $ tar czvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.6-alpha-1-dev-en-US.tar.gz tor-browser_en-US + $ tar czvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.10-alpha-2-dev-en-US.tar.gz tor-browser_en-US
Test running the bundle. Extract into a separate directory, double-click the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp - $ cp tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.7-alpha-1-dev-en-US.tar.gz tmp + $ cp tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.10-alpha-2-dev-en-US.tar.gz tmp $ cd tmp - $ tar xzvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.7-alpha-1-dev-en-US.tar.gz + $ tar xzvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.10-alpha-2-dev-en-US.tar.gz $ cd tor-browser_en-US $ ./start-tor-browser diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt index 93c8310..f5b177e 100644 --- a/doc/bundle-macosx.txt +++ b/doc/bundle-macosx.txt @@ -115,11 +115,11 @@ Re-zip the bundle. The "alpha" number should be independent of the browser bundle's alpha.
$ cd .. - $ rm -f TorBrowser-FlashProxy-PyObfsproxy-2.4.7-alpha-1-osx-i386-en-US.zip - $ zip -r -9 TorBrowser-FlashProxy-PyObfsproxy-2.4.7-alpha-1-osx-i386-en-US.zip TorBrowser_en-US.app/ + $ rm -f TorBrowser-FlashProxy-PyObfsproxy-2.4.10-alpha-2-osx-i386-en-US.zip + $ zip -r -9 TorBrowser-FlashProxy-PyObfsproxy-2.4.10-alpha-2-osx-i386-en-US.zip TorBrowser_en-US.app/
Test running the bundle. Extract into a separate directory, double-click the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp - $ cp TorBrowser-FlashProxy-PyObfsproxy-2.4.7-alpha-1-osx-i386-en-US.zip tmp + $ cp TorBrowser-FlashProxy-PyObfsproxy-2.4.10-alpha-2-osx-i386-en-US.zip tmp diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt index b499a60..8588e0f 100644 --- a/doc/bundle-windows.txt +++ b/doc/bundle-windows.txt @@ -122,10 +122,10 @@ browser bundle's alpha. The 7zg program (as opposed to 7z) causes the self-extractor to show a GUI.
$ cd .. - $ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-flashproxy-pyobfsproxy-browser-2.4.7-alpha-1_en-US.exe "Tor Browser" + $ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-flashproxy-pyobfsproxy-browser-2.4.10-alpha-2_en-US.exe "Tor Browser"
Test running the bundle. Extract into a separate directory, double-click the icon and "Start Tor Browser.exe".
$ mkdir tmp - $ cp tor-flashproxy-pyobfsproxy-browser-2.4.7-alpha-1_en-US.exe tmp + $ cp tor-flashproxy-pyobfsproxy-browser-2.4.10-alpha-2_en-US.exe tmp
tor-commits@lists.torproject.org