[or-cvs] r17403: {torbrowser} browser.startup.homepage_override.mstone also needs to be bu (in torbrowser/trunk/build-scripts: . config)

ioerror at seul.org ioerror at seul.org
Sat Nov 29 07:14:39 UTC 2008


Author: ioerror
Date: 2008-11-29 02:14:39 -0500 (Sat, 29 Nov 2008)
New Revision: 17403

Modified:
   torbrowser/trunk/build-scripts/DEPLOYMENT
   torbrowser/trunk/build-scripts/config/prefs.js
Log:
browser.startup.homepage_override.mstone also needs to be bumped.


Modified: torbrowser/trunk/build-scripts/DEPLOYMENT
===================================================================
--- torbrowser/trunk/build-scripts/DEPLOYMENT	2008-11-29 00:44:21 UTC (rev 17402)
+++ torbrowser/trunk/build-scripts/DEPLOYMENT	2008-11-29 07:14:39 UTC (rev 17403)
@@ -48,8 +48,11 @@
 
 Note, if at this stage you find out that Firefox starts with a new tab
 saying that it has been upgraded, you will need to update
-config/prefs.js and set the "extensions.lastAppVersion" variable
+config/prefs.js and set the "extensions.lastAppVersion" variable. It is 
+also likely that you'll need to update the 
+"browser.startup.homepage_override.mstone" variable.
 
+
 If you made any changes, go back to "Building the bundle"
 
 Building all the bundles

Modified: torbrowser/trunk/build-scripts/config/prefs.js
===================================================================
--- torbrowser/trunk/build-scripts/config/prefs.js	2008-11-29 00:44:21 UTC (rev 17402)
+++ torbrowser/trunk/build-scripts/config/prefs.js	2008-11-29 07:14:39 UTC (rev 17403)
@@ -28,7 +28,7 @@
 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.17");
+user_pref("browser.startup.homepage_override.mstone", "rv:1.8.1.18");
 user_pref("dom.storage.enabled", false);
 user_pref("extensions.lastAppVersion", "2.0.0.18");
 user_pref("extensions.torbutton.fresh_install", false);



More information about the tor-commits mailing list