commit d6ced415006456df367a18d8608d0730d68ab0e9 Author: Mike Perry mikeperry-git@torproject.org Date: Fri Nov 15 01:57:25 2013 -0800
No Japanese bundles after all.
For some reason, Firefox has Mac-specific localizations for Japanese. This means we need to special case that bundle localization :/. --- Bundle-Data/Docs/ChangeLog.txt | 1 - gitian/versions | 2 +- gitian/versions.alpha | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt index 0ea2dad..13c3b22 100644 --- a/Bundle-Data/Docs/ChangeLog.txt +++ b/Bundle-Data/Docs/ChangeLog.txt @@ -1,7 +1,6 @@ Tor Browser Bundle 3.0rc1 -- Nov 15 2013 * All Platforms: * Bug #7277: TBB's Tor client will now omit its timestamp in the TLS handshake. - * Provide Japanese bundles * Remove unsupported PDF.JS addon from the bundle * Update Torbutton to 1.6.4.1 * Bug #10002: Make the TBB3.0 blog tag our update download URL for now diff --git a/gitian/versions b/gitian/versions index 9cb8606..8592b43 100755 --- a/gitian/versions +++ b/gitian/versions @@ -1,5 +1,5 @@ TORBROWSER_VERSION=3.0-rc-1 -BUNDLE_LOCALES="de es-ES fa fr it ja ko nl pl pt-PT ru vi zh-CN" +BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=1
diff --git a/gitian/versions.alpha b/gitian/versions.alpha index 94ad2a4..75cb6fa 100755 --- a/gitian/versions.alpha +++ b/gitian/versions.alpha @@ -1,5 +1,5 @@ TORBROWSER_VERSION=3.5-alpha-1 -BUNDLE_LOCALES="de es-ES fa fr ja it ko nl pl pt-PT ru vi zh-CN" +BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=0