[or-cvs] r14142: Don't warn on visiting a secure page (homepage is now HTTPS) (in torbrowser/trunk: . build-scripts build-scripts/config)

sjm217 at seul.org sjm217 at seul.org
Thu Mar 20 14:21:21 UTC 2008


Author: sjm217
Date: 2008-03-20 10:21:21 -0400 (Thu, 20 Mar 2008)
New Revision: 14142

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/Makefile
   torbrowser/trunk/build-scripts/config/prefs.js
Log:
Don't warn on visiting a secure page (homepage is now HTTPS)
Update version numbers for 1.0.0 release
Update changelog for 1.0.0 release

Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2008-03-20 13:20:05 UTC (rev 14141)
+++ torbrowser/trunk/README	2008-03-20 14:21:21 UTC (rev 14142)
@@ -32,19 +32,18 @@
 Tor bundle. It's limitations include:
  - It uses the FirefoxPortable binaries
  - The starting program doesn't have a pretty icon
- - Polipo is not included, instead Firefox connects directly to Tor
 
 Further issues are discussed in TODO.
 
 Included applications
 ---------------------
 
-Vidalia (svn trunk revision 2346)
-Tor 0.2.0.19-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8g) 
+Vidalia (svn trunk revision 2423)
+Tor 0.2.0.22-rc (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8g) 
 Polipo 1.0.4
-FirefoxPortable 2.0.0.11
- \_ Firefox 2.0.0.11
-    \_ Torbutton 1.1.13-alpha
+FirefoxPortable 2.0.0.12
+ \_ Firefox 2.0.0.12
+    \_ Torbutton 1.1.17-alpha
 
 Usage
 -----
@@ -104,4 +103,14 @@
        Automate generation of internationalized bundles
        Allow optional extensions to be placed in build-scripts/extensions
        Build Polipo with regular expression support, activating forbiddenFile option
-       Update Polipo configuration based on Incognito suggestions
\ No newline at end of file
+       Update Polipo configuration based on Incognito suggestions
+1.0.0: Released 2008-03-20
+       Fix parse errors in polipo.conf (Phillip)
+       Move to HTTPS and specify language in homepage URL (check.torproject.org)
+       Update Vidalia license
+       Fix Makefile error when re-building the bundle
+       Update of Tor to 0.2.0.22-rc
+       Update of Torbutton to v1.1.17 (see
+        http://torbutton.torproject.org/dev/CHANGELOG)
+       Update of Vidalia to revision 2424
+       Supress warning on viewing an encrypted page
\ No newline at end of file

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-03-20 13:20:05 UTC (rev 14141)
+++ torbrowser/trunk/build-scripts/Makefile	2008-03-20 14:21:21 UTC (rev 14142)
@@ -17,7 +17,7 @@
 
 ## Location of bundle components
 VIDALIA=/c/build/vidalia
-TOR=/c/build/tor-0.2.0.19-alpha
+TOR=/c/build/tor-0.2.0.22-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=0.0.8
+VERSION=1.0.0
 COMPRESSED_NAME=tor-browser-$(VERSION)
 
 ## Extensions to install by default

Modified: torbrowser/trunk/build-scripts/config/prefs.js
===================================================================
--- torbrowser/trunk/build-scripts/config/prefs.js	2008-03-20 13:20:05 UTC (rev 14141)
+++ torbrowser/trunk/build-scripts/config/prefs.js	2008-03-20 14:21:21 UTC (rev 14142)
@@ -93,6 +93,7 @@
 user_pref("privacy.sanitize.promptOnSanitize", false);
 user_pref("privacy.sanitize.sanitizeOnShutdown", true);
 user_pref("security.enable_java", false);
+user_pref("security.warn_entering_secure", false);
 user_pref("security.xpconnect.plugin.unrestricted", false);
 user_pref("signon.rememberSignons", false);
 user_pref("urlclassifier.tableversion.goog-black-enchash", "1.40619");



More information about the tor-commits mailing list