[tor-commits] [torbrowser/master] 1.3.22 was created with missing langpacks, so all Firefoxes were in English. fix this with 1.3.23. add location of Burmese langpack too.

erinn at torproject.org erinn at torproject.org
Wed Apr 13 07:14:13 UTC 2011


commit c79e327fd524572f70b1b4cc8d03856a0fe6cb03
Author: Erinn Clark <erinn at torproject.org>
Date:   Wed Apr 13 06:11:51 2011 +0200

    1.3.22 was created with missing langpacks, so all Firefoxes were in English. fix this with 1.3.23. add location of Burmese langpack too.
---
 README                 |    8 +++++++-
 build-scripts/Makefile |    6 ++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/README b/README
index c631f12..d672ac9 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Tor USB project
 Included applications
 ---------------------
 
-Vidalia 0.2.10 (with Qt 4.6.2)
+Vidalia 0.2.12 (with Qt 4.6.2)
 Tor 0.2.1.30 (with libevent-1.4.13, zlib-1.2.3 and openssl-0.9.8p) 
 Polipo 1.0.4.1
 FirefoxPortable 3.6.16
@@ -334,3 +334,9 @@ Changelog
 1.3.21: Released 2011-03-23
  Update Firefox to 3.6.16
  Update HTTPS-Everywhere to 0.9.9.development.4
+
+1.3.22: Released 2011-04-12
+ Update Vidalia to 0.2.12
+
+1.3.23: Released 2011-04-13
+ Fix langpack mistake that made Firefox only use English
diff --git a/build-scripts/Makefile b/build-scripts/Makefile
index b505df3..61f8ee8 100644
--- a/build-scripts/Makefile
+++ b/build-scripts/Makefile
@@ -22,7 +22,7 @@ FIREFOX_VERSION=3.6.16
 PIDGIN_VERSION=2.7.5
 
 ## Location of bundle components
-VIDALIA=/e/build/vidalia-0.2.10
+VIDALIA=/e/build/vidalia-0.2.12
 TOR=/e/build/tor-0.2.1.30
 POLIPO=/e/build/polipo-1.0.4.1
 FIREFOX_SRC=/e/build/FirefoxPortable-$(FIREFOX_VERSION)
@@ -49,7 +49,7 @@ DEST="Generic Bundle"
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.3.21
+VERSION=1.3.23
 DEFAULT_COMPRESSED_BASENAME=tor-browser-
 IM_COMPRESSED_BASENAME=tor-im-browser-
 DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
@@ -69,6 +69,8 @@ DEFAULT_EXTENSIONS=torbutton.xpi
 TORBUTTON=https://www.torproject.org/torbutton/releases/torbutton-$(TORBUTTON_VERSION).xpi
 
 ## Where to download Mozilla language packs
+MY_LANGPACK=http://www.wordpress-my.tk/langpack-firefox-3.6-my.xpi
+
 MOZILLA_LANGUAGE=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(FIREFOX_VERSION)/win32/xpi
 
 ## Where Farsi Language Pack can be downloaded from



More information about the tor-commits mailing list