[or-cvs] r17765: {torbrowser} Update Firefox to 2.0.0.20 and Pidgin to 2.5.3 (in torbrowser/trunk: . build-scripts build-scripts/config)
sjm217 at seul.org
sjm217 at seul.org
Wed Dec 24 18:33:02 UTC 2008
Author: sjm217
Date: 2008-12-24 13:33:02 -0500 (Wed, 24 Dec 2008)
New Revision: 17765
Modified:
torbrowser/trunk/README
torbrowser/trunk/build-scripts/Makefile
torbrowser/trunk/build-scripts/config/prefs.js
Log:
Update Firefox to 2.0.0.20 and Pidgin to 2.5.3
Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README 2008-12-24 17:32:51 UTC (rev 17764)
+++ torbrowser/trunk/README 2008-12-24 18:33:02 UTC (rev 17765)
@@ -178,3 +178,6 @@
Update Tor to 0.2.1.8-alpha
Fix issue with OTR (The Pidgin wasn't in the right directory)
Update INSTALL document to reflect updated version numbers
+1.1.8: Released 200x-xx-xx
+ Update Firefox to 2.0.0.20
+ Update Pidgin to 2.5.3
\ No newline at end of file
Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile 2008-12-24 17:32:51 UTC (rev 17764)
+++ torbrowser/trunk/build-scripts/Makefile 2008-12-24 18:33:02 UTC (rev 17765)
@@ -19,8 +19,8 @@
VIDALIA=/c/build/vidalia-0.1.10
TOR=/c/build/tor-0.2.1.8-alpha
POLIPO=/c/build/polipo-1.0.4
-FIREFOX_SRC=/c/build/FirefoxPortable-2.0.0.18
-PIDGIN_SRC=/c/build/PidginPortable-2.5.2
+FIREFOX_SRC=/c/build/FirefoxPortable-2.0.0.20
+PIDGIN_SRC=/c/build/PidginPortable-2.5.3
## 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.7
+VERSION=1.1.8
DEFAULT_COMPRESSED_BASENAME=tor-browser-
IM_COMPRESSED_BASENAME=tor-im-browser-
DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
Modified: torbrowser/trunk/build-scripts/config/prefs.js
===================================================================
--- torbrowser/trunk/build-scripts/config/prefs.js 2008-12-24 17:32:51 UTC (rev 17764)
+++ torbrowser/trunk/build-scripts/config/prefs.js 2008-12-24 18:33:02 UTC (rev 17765)
@@ -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.18");
+user_pref("browser.startup.homepage_override.mstone", "rv:1.8.1.20");
user_pref("dom.storage.enabled", false);
-user_pref("extensions.lastAppVersion", "2.0.0.18");
+user_pref("extensions.lastAppVersion", "2.0.0.20");
user_pref("extensions.torbutton.fresh_install", false);
user_pref("extensions.torbutton.http_port", 8118);
user_pref("extensions.torbutton.http_proxy", "127.0.0.1");
More information about the tor-commits
mailing list