commit b8ef95ed55ed4be1de8148066797eb66ba8fa7d8 Author: Mike Perry mikeperry-git@torproject.org Date: Tue Jan 14 13:36:14 2014 -0800
Bug 10403: Add Arabic bundle support. --- gitian/versions | 6 +++--- gitian/versions.alpha | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gitian/versions b/gitian/versions index eebfe7d..d109b50 100755 --- a/gitian/versions +++ b/gitian/versions @@ -1,13 +1,13 @@ TORBROWSER_VERSION=3.5.1 -BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN" +BUNDLE_LOCALES="ar de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=1
TORBROWSER_TAG=tor-browser-24.2.0esr-3.5.1-build1 TOR_TAG=tor-0.2.4.20 OPENSSL_TAG=openssl-101e-no-gmt-time-v1 -TORLAUNCHER_TAG=0.2.4.2 -TORBUTTON_TAG=1.6.5.3 +TORLAUNCHER_TAG=0.2.4.3 +TORBUTTON_TAG=1.6.5.4 HTTPSE_TAG=3.4.4tbb NSIS_TAG=v0.1 ZLIB_TAG=v1.2.8 diff --git a/gitian/versions.alpha b/gitian/versions.alpha index 7465b39..fc5fa21 100755 --- a/gitian/versions.alpha +++ b/gitian/versions.alpha @@ -1,5 +1,5 @@ TORBROWSER_VERSION=3.5-rc-1 -BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN" +BUNDLE_LOCALES="ar de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=1
tor-commits@lists.torproject.org