[or-cvs] r13522: Update build instructions and changelog for 0.0.8 (in torbrowser/trunk: . build-scripts)
sjm217 at seul.org
sjm217 at seul.org
Fri Feb 15 15:16:22 UTC 2008
Author: sjm217
Date: 2008-02-15 10:16:22 -0500 (Fri, 15 Feb 2008)
New Revision: 13522
Modified:
torbrowser/trunk/README
torbrowser/trunk/build-scripts/INSTALL
Log:
Update build instructions and changelog for 0.0.8
Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README 2008-02-15 12:37:49 UTC (rev 13521)
+++ torbrowser/trunk/README 2008-02-15 15:16:22 UTC (rev 13522)
@@ -39,12 +39,12 @@
Included applications
---------------------
-Vidalia (svn trunk revision 2337)
-Tor 0.2.0.18-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8g)
+Vidalia (svn trunk revision 2346)
+Tor 0.2.0.19-alpha (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.12-alpha
+ \_ Torbutton 1.1.13-alpha
Usage
-----
@@ -95,3 +95,13 @@
Tor updated to 0.2.0.18-alpha
Polipo 1.0.4 now included in bundle and Firefox configured
Firefox now configured to use proxies at 127.0.0.1 to prevent IPv6 attempt
+0.0.7: Released 2008-02-08
+ Security update of FirefoxPortable to v2.0.12 (see
+ http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox)
+0.0.8: Released 2008-02-15
+ Security update of Torbutton to v1.1.13 (see
+ http://torbutton.torproject.org/dev/CHANGELOG)
+ 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
Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL 2008-02-15 12:37:49 UTC (rev 13521)
+++ torbrowser/trunk/build-scripts/INSTALL 2008-02-15 15:16:22 UTC (rev 13522)
@@ -58,19 +58,38 @@
be either set to the location of a wget binary, or a command line for
executing pyget.py under the installed Python interpreter.
+To install additional Firefox extensions, place the .xpi file in the
+build-scripts/extensions directory before building the bundle.
+
Building the bundle
-------------------
Firefox must not be running while you are building the bundle.
-Run "make bundle"
+Run "make bundle_LANGUAGE", e.g. "make bundle_en-US".
-To specify a different language configuration, set $LANGCODE,
-e.g. "LANGCODE=fa make bundle" or "LANGCODE=zh-cn make bundle"
+Alternatively, to build a compressed executable version, run "make
+compressed-bundle_LANGUAGE", e.g. "make compressed-bundle_de".
-To compress it, run "make compress-bundle"
+Currently supported language codes are:
+ - ar
+ - en-US
+ - de
+ - es-ES
+ - fa-IR
+ - fr
+ - nl
+ - pt-PT
+ - ru
+ - zh-CN
+New languages can be added by finding out the appropriate Mozilla
+language pack code from:
+ http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.12/win32/xpi
+If the Mozilla code differs from the Vidalia one, update
+patch-vidalia-language.sh accordingly.
+
Building Polipo
===============
More information about the tor-commits
mailing list