[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17070: {torbrowser} Update version numbers for Vidalia, Tor, Firefox and Pidgin (in torbrowser/trunk: . build-scripts build-scripts/config)



Author: sjm217
Date: 2008-10-13 09:07:24 -0400 (Mon, 13 Oct 2008)
New Revision: 17070

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/Makefile
   torbrowser/trunk/build-scripts/config/prefs.js
Log:
Update version numbers for Vidalia, Tor, Firefox and Pidgin included in TBB

Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2008-10-13 09:35:49 UTC (rev 17069)
+++ torbrowser/trunk/README	2008-10-13 13:07:24 UTC (rev 17070)
@@ -38,14 +38,14 @@
 Included applications
 ---------------------
 
-Vidalia 0.1.8
-Tor 0.2.1.4-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8h) 
+Vidalia 0.1.9
+Tor 0.2.1.6-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8h) 
 Polipo 1.0.4
-FirefoxPortable 2.0.0.16
- \_ Firefox 2.0.0.16
+FirefoxPortable 2.0.0.17
+ \_ Firefox 2.0.0.17
     \_ Torbutton 1.2.0
-PidginPortable 2.4.3
- \_ Pidgin 2.4.3
+PidginPortable 2.5.1
+ \_ Pidgin 2.5.1
    \_ OTR 3.2
 
 Usage
@@ -156,4 +156,9 @@
 1.1.3: Released 2008-08-22
        Fix homepage so that it is properly localized
        Add &small=1 to homepage URL to request a more discreet page
-       Update Vidalia to release 0.1.8
\ No newline at end of file
+       Update Vidalia to release 0.1.8
+1.1.4: Released 2008-10-13
+       Update Vidalia to release 0.1.9
+       Update Tor to 0.2.1.6-alpha
+       Update Firefox to 2.0.0.16
+       Update Pidgin to 2.5.1
\ No newline at end of file

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-10-13 09:35:49 UTC (rev 17069)
+++ torbrowser/trunk/build-scripts/Makefile	2008-10-13 13:07:24 UTC (rev 17070)
@@ -16,11 +16,11 @@
 QT=/c/Qt/4.3.5/bin
 
 ## Location of bundle components
-VIDALIA=/c/build/vidalia-0.1.8
-TOR=/c/build/tor-0.2.1.4-alpha
+VIDALIA=/c/build/vidalia-0.1.9
+TOR=/c/build/tor-0.2.1.6-alpha
 POLIPO=/c/build/polipo-1.0.4
-FIREFOX_SRC=/c/build/FirefoxPortable2.0.0.16
-PIDGIN_SRC=/c/build/PidginPortable
+FIREFOX_SRC=/c/build/FirefoxPortable2.0.0.17
+PIDGIN_SRC=/c/build/PidginPortable2.5.1
 
 ## Location of utility applications
 SEVENZIP="/c/Program Files/7-Zip/7z.exe"
@@ -40,7 +40,7 @@
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.1.3
+VERSION=1.1.4
 DEFAULT_COMPRESSED_NAME=tor-browser-$(VERSION)
 IM_COMPRESSED_NAME=tor-im-browser-$(VERSION)
 
@@ -57,7 +57,7 @@
 TORBUTTON=https://addons.mozilla.org/en-US/firefox/downloads/file/34698/torbutton-1.2.0-fx.xpi
 
 ## Where to download Mozilla language packs
-MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.16/win32/xpi
+MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.17/win32/xpi
 
 ## Put more extensions here
 EXTENSIONS_DIR=extensions

Modified: torbrowser/trunk/build-scripts/config/prefs.js
===================================================================
--- torbrowser/trunk/build-scripts/config/prefs.js	2008-10-13 09:35:49 UTC (rev 17069)
+++ torbrowser/trunk/build-scripts/config/prefs.js	2008-10-13 13:07:24 UTC (rev 17070)
@@ -28,9 +28,9 @@
 user_pref("browser.send_pings", false);
 user_pref("browser.shell.checkDefaultBrowser", false);
 user_pref("browser.startup.homepage", "https://check.torproject.org/?lang=BUNDLELOCALE&small=1";);
-user_pref("browser.startup.homepage_override.mstone", "rv:1.8.1.16");
+user_pref("browser.startup.homepage_override.mstone", "rv:1.8.1.17");
 user_pref("dom.storage.enabled", false);
-user_pref("extensions.lastAppVersion", "2.0.0.16");
+user_pref("extensions.lastAppVersion", "2.0.0.17");
 user_pref("extensions.torbutton.fresh_install", false);
 user_pref("extensions.torbutton.http_port", 8118);
 user_pref("extensions.torbutton.http_proxy", "127.0.0.1");