[or-cvs] r14545: Update version numbers for Tor Browser Bundle 1.0.2 (in torbrowser/trunk: . build-scripts)

sjm217 at seul.org sjm217 at seul.org
Sat May 3 18:54:12 UTC 2008


Author: sjm217
Date: 2008-05-03 14:54:12 -0400 (Sat, 03 May 2008)
New Revision: 14545

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/INSTALL
   torbrowser/trunk/build-scripts/Makefile
Log:
Update version numbers for Tor Browser Bundle 1.0.2

Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2008-05-03 18:50:56 UTC (rev 14544)
+++ torbrowser/trunk/README	2008-05-03 18:54:12 UTC (rev 14545)
@@ -38,12 +38,12 @@
 Included applications
 ---------------------
 
-Vidalia (svn trunk revision 2464)
-Tor 0.2.0.23-rc (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8g) 
+Vidalia (svn trunk revision 2539)
+Tor 0.2.0.25-rc (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8g) 
 Polipo 1.0.4
-FirefoxPortable 2.0.0.13
- \_ Firefox 2.0.0.13
-    \_ Torbutton 1.1.17-alpha
+FirefoxPortable 2.0.0.14
+ \_ Firefox 2.0.0.14
+    \_ Torbutton 1.1.18
 
 Usage
 -----
@@ -121,3 +121,9 @@
        Update of Vidalia to revision 2464
        Update of Tor to 0.2.0.23-rc
        Update prefs.js for new Torbutton defaults
+1.0.2: Released 2008-05-03
+       Update Vidalia to revision 2539
+       Update Tor to 0.2.0.25-rc
+       Update FirefoxPortable to 2.0.0.14
+       Update Torbutton to 1.1.18
+       Add RunProxyAtStart to vidalia.conf (now required)

Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-05-03 18:50:56 UTC (rev 14544)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-05-03 18:54:12 UTC (rev 14545)
@@ -32,9 +32,9 @@
 To compress the bundle and build the self-extracting executable you
 need to have installed 7zip.
 
-Vidalia needs to have the BrowserExecutable, ProxyExecutable and
-ProxyExecutableArguments options. Currently this is only available in
-the Vidalia trunk revision 2328 and later.
+Vidalia needs to have the BrowserExecutable, ProxyExecutable,
+RunProxyAtStart and ProxyExecutableArguments options. Currently this
+is only available in the Vidalia trunk revision 2328 and later.
 
 FirefoxPortable can be downloaded from:
  http://portableapps.com/apps/internet/firefox_portable

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-05-03 18:50:56 UTC (rev 14544)
+++ torbrowser/trunk/build-scripts/Makefile	2008-05-03 18:54:12 UTC (rev 14545)
@@ -17,7 +17,7 @@
 
 ## Location of bundle components
 VIDALIA=/c/build/vidalia
-TOR=/c/build/tor-0.2.0.23-rc
+TOR=/c/build/tor-0.2.0.25-rc
 POLIPO=/c/build/polipo-1.0.4
 FIREFOX_SRC=/c/build/FirefoxPortable
 
@@ -35,7 +35,7 @@
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.0.1
+VERSION=1.0.2
 COMPRESSED_NAME=tor-browser-$(VERSION)
 
 ## Extensions to install by default
@@ -45,7 +45,7 @@
 TORBUTTON=http://torbutton.torproject.org/dev/torbutton-current-alpha.xpi
 
 ## Where to download Mozilla language packs
-MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.12/win32/xpi
+MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.14/win32/xpi
 
 ## Put more extensions here
 EXTENSIONS_DIR=extensions



More information about the tor-commits mailing list