[tor-commits] [tor-browser/tor-browser-45.1.0esr-6.0-1] fixup! Bug 12827: Create preference to disable SVG.

2016-05-16 Thread gk
commit 7ffe3230d2b6020394803784c140765e7c8e4b76 Author: Kathy Brade Date: Tue May 10 16:57:17 2016 -0400 fixup! Bug 12827: Create preference to disable SVG. When SVGs are disabled, do no load SVG images within the Page Info Media tab (bug 18770). --- image/ImageFactory.cpp | 1

[tor-commits] [torbutton/master] Bug 18743: Pref to hide 'Sign in to Sync' button in hamburger menu

2016-05-16 Thread gk
commit d127873b498fb83e4f608b82a8d382df25183dd3 Author: Arthur Edelstein Date: Mon Apr 25 23:03:17 2016 -0700 Bug 18743: Pref to hide 'Sign in to Sync' button in hamburger menu --- src/chrome/content/torbutton.js | 16 src/defaults/preferences/preferences.js | 1 +

[tor-commits] [tor-browser-bundle/master] Bug 18904: Mac OS meek-http-helper profile not updated

2016-05-16 Thread gk
commit 495885feb51d7f1faf6d4c0dc3dd8f47e9f1caa7 Author: Kathy Brade Date: Thu May 12 13:59:23 2016 -0400 Bug 18904: Mac OS meek-http-helper profile not updated When DATA_OUTSIDE_APP_DIR=1, add a meek-template-sha256sum.txt file to the meek-http-helper browser profile template.

[tor-commits] [torspec/master] document when we added 15588

2016-05-16 Thread nickm
commit 79ed432e5e3e6163f169303d83b58b641b70 Author: Nick Mathewson Date: Mon May 16 08:02:25 2016 -0400 document when we added 15588 --- control-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-spec.txt b/control-spec.txt index abab1d7..a10e202 10064

[tor-commits] [tor/master] Mark unreachable lines in crypto_curve25519.c

2016-05-16 Thread nickm
commit 8a536be70511e78befa08475a109a231cde0cd0e Author: Nick Mathewson Date: Tue May 3 11:12:39 2016 -0400 Mark unreachable lines in crypto_curve25519.c Also, resolve a bug in test_ntor_cl.c --- src/common/crypto_curve25519.c | 9 +++-- src/test/test_ntor_cl.c| 5 -

[tor-commits] [tor/master] White-box tests for crypto_rand_*_range(), rand_hostname().

2016-05-16 Thread nickm
commit d1f2af57df3951867a64be64eb3f040e87e3cb88 Author: Nick Mathewson Date: Wed Apr 13 08:17:56 2016 -0400 White-box tests for crypto_rand_*_range(), rand_hostname(). Coverage-driven; part of ticket 16794. --- src/test/test_crypto.c | 40 ++--

[tor-commits] [tor/master] Add test vector for Curve25519 from RFC7748

2016-05-16 Thread nickm
commit 44a32481971fd3de46a271f847f33c6eda54b269 Author: Nick Mathewson Date: Tue May 3 09:31:34 2016 -0400 Add test vector for Curve25519 from RFC7748 --- src/test/test_crypto.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/src/test/test_cr

[tor-commits] [tor/master] HKDF-SHA256 test vectors from RFC5869

2016-05-16 Thread nickm
commit df3a5e0cadf60a309648fafb13d1ce5a4167 Author: Nick Mathewson Date: Tue May 3 10:43:20 2016 -0400 HKDF-SHA256 test vectors from RFC5869 --- src/test/test_crypto.c | 89 +- 1 file changed, 88 insertions(+), 1 deletion(-) diff --git a

[tor-commits] [tor/master] Add test vector for AES_CTR from NIST SP800-38a sec F.5

2016-05-16 Thread nickm
commit 54697fa40b2ea3bb94e5e567203f6b85d94063dc Author: Nick Mathewson Date: Tue May 3 09:40:47 2016 -0400 Add test vector for AES_CTR from NIST SP800-38a sec F.5 --- src/test/test_crypto.c | 36 1 file changed, 36 insertions(+) diff --git a/src/test/t

[tor-commits] [tor/master] tests for some of the simpler functions in crypto.c

2016-05-16 Thread nickm
commit 405b6375985f5b1373f8d0389b6701a4ddf4595b Author: Nick Mathewson Date: Wed Apr 13 08:41:24 2016 -0400 tests for some of the simpler functions in crypto.c --- src/test/test_crypto.c | 48 1 file changed, 48 insertions(+) diff --git a/s

[tor-commits] [tor/master] Mark three lines unreachable, with extensive docs and use of BUG macros

2016-05-16 Thread nickm
commit 820b1984ad61e28fbbdc7194f862c6e2d8edbf8d Author: Nick Mathewson Date: Tue May 3 11:07:49 2016 -0400 Mark three lines unreachable, with extensive docs and use of BUG macros --- src/common/crypto_pwbox.c | 28 ++-- src/common/crypto_s2k.c | 2 +- 2 files cha

[tor-commits] [tor/master] Ed25519 test vectors from draft-irtf-cfrg-eddsa-05

2016-05-16 Thread nickm
commit 5845c22822f5d3e9377f8c4a9619b28c40552405 Author: Nick Mathewson Date: Tue May 3 09:54:26 2016 -0400 Ed25519 test vectors from draft-irtf-cfrg-eddsa-05 --- src/test/test_crypto.c | 62 +- 1 file changed, 61 insertions(+), 1 deletion(-)

[tor-commits] [tor/master] Mark unreachable lines in crypto_ed25519.c

2016-05-16 Thread nickm
commit 5b91e70a4f0020e7ea70a134f62a28f4633a8085 Author: Nick Mathewson Date: Tue May 3 12:18:50 2016 -0400 Mark unreachable lines in crypto_ed25519.c --- src/common/crypto_ed25519.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/common/crypto_ed25519.c b/src

[tor-commits] [tor/master] Improve test coverage of our strongest-rng code.

2016-05-16 Thread nickm
commit 7a5f15b6e00c4669fad63ccd23655d2176818c45 Author: Nick Mathewson Date: Tue May 3 13:33:33 2016 -0400 Improve test coverage of our strongest-rng code. --- src/common/crypto.c| 23 +++-- src/common/crypto.h| 1 + src/test/test_crypto.c | 68

[tor-commits] [tor/master] Do not leak the 'tag' when trying to read a truncated ed25519 key file

2016-05-16 Thread nickm
commit ec81329339429182169c27f05c35e86ae9325267 Author: Nick Mathewson Date: Tue May 3 12:52:29 2016 -0400 Do not leak the 'tag' when trying to read a truncated ed25519 key file Fix for bug 18956. --- changes/bug18956| 5 + src/common/crypto_ed25519.c | 2 ++ 2 fil

[tor-commits] [tor/master] Test coverage on ed25519 load/store functions.

2016-05-16 Thread nickm
commit 148f0004e1c2092c856d8872b68dd76b048aa3b1 Author: Nick Mathewson Date: Tue May 3 13:02:27 2016 -0400 Test coverage on ed25519 load/store functions. --- src/test/test_crypto.c | 49 + 1 file changed, 49 insertions(+) diff --git a/src/te

[tor-commits] [tor/master] Mark some unreachable lines in crypto.c

2016-05-16 Thread nickm
commit c3953348794f1689d3e2fe595f5d0045cb6c1a11 Author: Nick Mathewson Date: Tue May 3 13:47:33 2016 -0400 Mark some unreachable lines in crypto.c --- src/common/crypto.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common/crypto.c b/src/common/crypto.c ind

[tor-commits] [tor/master] Treat absent argument to crypto_log_errors as a bug.

2016-05-16 Thread nickm
commit 98a590577a1064e2d0134a291c76a62fe6469a3c Author: Nick Mathewson Date: Tue May 3 14:16:14 2016 -0400 Treat absent argument to crypto_log_errors as a bug. --- src/common/crypto.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/common/crypto.c b/src/comm

[tor-commits] [tor/master] Merge branch 'crypto_unit_tests_v2_squashed'

2016-05-16 Thread nickm
commit 060e0d0a7510564bf86a79612c219b0205028e9d Merge: 7bc9d1e 62c5a1f Author: Nick Mathewson Date: Mon May 16 08:26:11 2016 -0400 Merge branch 'crypto_unit_tests_v2_squashed' changes/bug18956 | 5 + src/common/crypto.c| 159 - src/common/crypto.h

[tor-commits] [tor/master] Cover all our DH code, and/or mark it unreachable.

2016-05-16 Thread nickm
commit 365d0fcc6db6a628c0ff118f2d5b03cebdcd4734 Author: Nick Mathewson Date: Wed May 4 09:43:47 2016 -0400 Cover all our DH code, and/or mark it unreachable. --- src/common/crypto.c| 15 ++- src/test/test_crypto.c | 14 +- 2 files changed, 23 insertions(+), 6 de

[tor-commits] [tor/master] At long last, unit tests for degenerate DH public keys.

2016-05-16 Thread nickm
commit 94b34d1be6f20c967736ba858d6e765fd369c4e8 Author: Nick Mathewson Date: Tue May 3 17:08:56 2016 -0400 At long last, unit tests for degenerate DH public keys. Apparently, we detect and reject them correctly. Aren't you glad? --- src/test/test_crypto.c | 68

[tor-commits] [tor/master] Slight improvements to DH coverage.

2016-05-16 Thread nickm
commit d88656ec066f9fe856230f95ff76bf97f31ed46e Author: Nick Mathewson Date: Tue May 3 14:15:00 2016 -0400 Slight improvements to DH coverage. --- src/common/crypto.c| 9 + src/test/test_crypto.c | 11 +++ 2 files changed, 20 insertions(+) diff --git a/src/common/cryp

[tor-commits] [tor/master] Refactor digest allocation backend code

2016-05-16 Thread nickm
commit b688945dfbc8b0a27f510db259ec7c1aaa4bfb34 Author: Nick Mathewson Date: Wed May 4 09:53:10 2016 -0400 Refactor digest allocation backend code I'm doing this to simplify crypto_digest_smartlist_prefix, and make it better covered by our tests. --- src/common/crypto.c | 82 +

[tor-commits] [tor/master] Mark even more crypto lines (the fragile_assert ones) as unreachable

2016-05-16 Thread nickm
commit 62c5a1fa45efcb52eb3ce9d0cce04e31490a5468 Author: Nick Mathewson Date: Wed May 4 09:59:24 2016 -0400 Mark even more crypto lines (the fragile_assert ones) as unreachable --- src/common/crypto.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/c

[tor-commits] [tor/maint-0.2.8] Improve logging in fallback update script

2016-05-16 Thread nickm
commit d41f92b00655197463ed26c0854113ef5c1b6707 Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:45:13 2016 +1000 Improve logging in fallback update script Log a notice just before the script is about to perform a potentially time-consuming operation Clarify the war

[tor-commits] [tor/maint-0.2.8] Improve comments in fallback update script

2016-05-16 Thread nickm
commit 46d813922ab891d934fca02d5511b7fbe18ebda8 Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:43:55 2016 +1000 Improve comments in fallback update script --- scripts/maint/updateFallbackDirs.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/maint/

[tor-commits] [tor/maint-0.2.8] Simplify string cleansing in fallback update script

2016-05-16 Thread nickm
commit ab06b79cba4b8eebec7afee680bc0f72a72aaf4a Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:47:13 2016 +1000 Simplify string cleansing in fallback update script No behavioural change --- scripts/maint/updateFallbackDirs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletio

[tor-commits] [tor/maint-0.2.8] Merge remote-tracking branch 'teor/fallback-script' into maint-0.2.8

2016-05-16 Thread nickm
commit 6cc3397e26ff37d6f01471b83e0e5bb1b5aa8eee Merge: e8cc9f3 ab06b79 Author: Nick Mathewson Date: Mon May 16 08:33:17 2016 -0400 Merge remote-tracking branch 'teor/fallback-script' into maint-0.2.8 scripts/maint/updateFallbackDirs.py | 57 +++-- 1 file ch

[tor-commits] [tor/master] Improve logging in fallback update script

2016-05-16 Thread nickm
commit d41f92b00655197463ed26c0854113ef5c1b6707 Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:45:13 2016 +1000 Improve logging in fallback update script Log a notice just before the script is about to perform a potentially time-consuming operation Clarify the war

[tor-commits] [tor/master] Merge remote-tracking branch 'teor/fallback-script' into maint-0.2.8

2016-05-16 Thread nickm
commit 6cc3397e26ff37d6f01471b83e0e5bb1b5aa8eee Merge: e8cc9f3 ab06b79 Author: Nick Mathewson Date: Mon May 16 08:33:17 2016 -0400 Merge remote-tracking branch 'teor/fallback-script' into maint-0.2.8 scripts/maint/updateFallbackDirs.py | 57 +++-- 1 file ch

[tor-commits] [tor/master] Improve comments in fallback update script

2016-05-16 Thread nickm
commit 46d813922ab891d934fca02d5511b7fbe18ebda8 Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:43:55 2016 +1000 Improve comments in fallback update script --- scripts/maint/updateFallbackDirs.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/maint/

[tor-commits] [tor/master] Simplify string cleansing in fallback update script

2016-05-16 Thread nickm
commit ab06b79cba4b8eebec7afee680bc0f72a72aaf4a Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:47:13 2016 +1000 Simplify string cleansing in fallback update script No behavioural change --- scripts/maint/updateFallbackDirs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletio

[tor-commits] [tor/master] Merge branch 'maint-0.2.8'

2016-05-16 Thread nickm
commit 5dbb0bdae934f56c34e48b52cecc973ea400805b Merge: 060e0d0 6cc3397 Author: Nick Mathewson Date: Mon May 16 08:33:53 2016 -0400 Merge branch 'maint-0.2.8' scripts/maint/updateFallbackDirs.py | 57 +++-- 1 file changed, 35 insertions(+), 22 deletions(-)

[tor-commits] [tor/release-0.2.8] Improve comments in fallback update script

2016-05-16 Thread nickm
commit 46d813922ab891d934fca02d5511b7fbe18ebda8 Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:43:55 2016 +1000 Improve comments in fallback update script --- scripts/maint/updateFallbackDirs.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/maint/

[tor-commits] [tor/release-0.2.8] Merge remote-tracking branch 'teor/fallback-script' into maint-0.2.8

2016-05-16 Thread nickm
commit 6cc3397e26ff37d6f01471b83e0e5bb1b5aa8eee Merge: e8cc9f3 ab06b79 Author: Nick Mathewson Date: Mon May 16 08:33:17 2016 -0400 Merge remote-tracking branch 'teor/fallback-script' into maint-0.2.8 scripts/maint/updateFallbackDirs.py | 57 +++-- 1 file ch

[tor-commits] [tor/release-0.2.8] Improve logging in fallback update script

2016-05-16 Thread nickm
commit d41f92b00655197463ed26c0854113ef5c1b6707 Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:45:13 2016 +1000 Improve logging in fallback update script Log a notice just before the script is about to perform a potentially time-consuming operation Clarify the war

[tor-commits] [tor/release-0.2.8] Simplify string cleansing in fallback update script

2016-05-16 Thread nickm
commit ab06b79cba4b8eebec7afee680bc0f72a72aaf4a Author: teor (Tim Wilson-Brown) Date: Fri Apr 29 11:47:13 2016 +1000 Simplify string cleansing in fallback update script No behavioural change --- scripts/maint/updateFallbackDirs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletio

[tor-commits] [tor/master] Windows lacks truncate(3).

2016-05-16 Thread nickm
commit 9abd7b8f90c6803e28529aa41c6da9601d1c9d01 Author: Nick Mathewson Date: Mon May 16 09:25:19 2016 -0400 Windows lacks truncate(3). Fix the new crypto tests, which used truncate(3). --- configure.ac | 1 + src/test/test_crypto.c | 27 +-- 2 fi

[tor-commits] [tor/master] Fix memory leak in test_crypto_aes_ctr_testvec

2016-05-16 Thread nickm
commit 249f3a1664479879dc9096034901614302398841 Author: Nick Mathewson Date: Mon May 16 09:55:09 2016 -0400 Fix memory leak in test_crypto_aes_ctr_testvec --- src/test/test_crypto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c index cb

[tor-commits] [torbirdy/master] Update privacy settings and related preferences

2016-05-16 Thread sukhbir
commit 2bdeffbbeedfdf382b33f0faaf6839427096544a Author: Sukhbir Singh Date: Mon May 16 12:26:34 2016 -0400 Update privacy settings and related preferences --- components/torbirdy.js | 161 ++--- 1 file changed, 111 insertions(+), 50 deletions(-)

[tor-commits] [translation/tor-messenger-conversationsproperties_completed] Update translations for tor-messenger-conversationsproperties_completed

2016-05-16 Thread translation
commit 749267f7145bb9ded09d9b78ec86cdde9d812dca Author: Translation commit bot Date: Mon May 16 16:46:24 2016 + Update translations for tor-messenger-conversationsproperties_completed --- ja/conversations.properties | 80 + 1 file changed, 80

[tor-commits] [translation/tor-messenger-loggerproperties] Update translations for tor-messenger-loggerproperties

2016-05-16 Thread translation
commit 6793caf0d730b5e9925b8e7f7ea0b1ea11025934 Author: Translation commit bot Date: Mon May 16 16:46:41 2016 + Update translations for tor-messenger-loggerproperties --- ja/logger.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/logger.properties b/ja/

[tor-commits] [translation/tor-messenger-conversationsproperties] Update translations for tor-messenger-conversationsproperties

2016-05-16 Thread translation
commit 33587e7ebc283711baad0d02db7b2c25c26a9026 Author: Translation commit bot Date: Mon May 16 16:46:21 2016 + Update translations for tor-messenger-conversationsproperties --- ja/conversations.properties | 36 ++-- 1 file changed, 18 insertions(+), 18

[tor-commits] [translation/tor-messenger-loggerproperties_completed] Update translations for tor-messenger-loggerproperties_completed

2016-05-16 Thread translation
commit e1a6c33b4b871fba760e0eed2082d462b164b715 Author: Translation commit bot Date: Mon May 16 16:46:45 2016 + Update translations for tor-messenger-loggerproperties_completed --- ja/logger.properties | 7 +++ 1 file changed, 7 insertions(+) diff --git a/ja/logger.properties b/ja

[tor-commits] [translation/tor-messenger-otrproperties] Update translations for tor-messenger-otrproperties

2016-05-16 Thread translation
commit a9350c4e8fde6a4db85f7c1a9bd578d2c22a256d Author: Translation commit bot Date: Mon May 16 16:46:37 2016 + Update translations for tor-messenger-otrproperties --- ja/otr.properties | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff

[tor-commits] [webwml/master] use a more precise contact address for the applications

2016-05-16 Thread arma
commit 088428e752e58c83d1f4c8aa31cef660712a293c Author: Roger Dingledine Date: Mon May 16 13:05:52 2016 -0400 use a more precise contact address for the applications also fix the 'about the company' paragraph --- about/en/jobs-ooni.wml | 20 ++-- 1 file changed, 10

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties

2016-05-16 Thread translation
commit 02231ce522b83ef753cb548c6814ec76b7d43af1 Author: Translation commit bot Date: Mon May 16 17:16:31 2016 + Update translations for tor-messenger-ircproperties --- ja/irc.properties | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-)

[tor-commits] [translation/tor-messenger-otrproperties] Update translations for tor-messenger-otrproperties

2016-05-16 Thread translation
commit 48213a3ad1d6bcc243d9f13a1f5f412064b8f754 Author: Translation commit bot Date: Mon May 16 17:16:35 2016 + Update translations for tor-messenger-otrproperties --- ja/otr.properties | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ja/otr.pr

[tor-commits] [torbirdy/master] Remove compatibility for older versions of Thunderbird

2016-05-16 Thread sukhbir
commit 15e08342ea9336d9f967b20fc220a1e1c33c6eba Author: Sukhbir Singh Date: Mon May 16 13:07:38 2016 -0400 Remove compatibility for older versions of Thunderbird The current version (0.1.4) supports Thunderbird 10.0 - 31.*. We now support Thunderbird 38.* - 45.* and so remove t

[tor-commits] [torbirdy/master] Global let/const are no longer properties (bugzilla #1209777)

2016-05-16 Thread sukhbir
commit 31de9e4937791467752bc071104e9363a41735c2 Author: Sukhbir Singh Date: Mon May 16 14:57:29 2016 -0400 Global let/const are no longer properties (bugzilla #1209777) --- chrome/content/composeoverlay.js | 4 ++-- components/torbirdy.js | 25 - 2 files

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2016-05-16 Thread translation
commit bca6bb3837469b5aaed358820c9849f131cde52c Author: Translation commit bot Date: Mon May 16 21:15:24 2016 + Update translations for tails-persistence-setup --- pl/pl.po | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pl/pl.po b/pl/pl.po index 32719c6..220

[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2016-05-16 Thread translation
commit 526cf84d0e85107abcc436360a6e6613b50ffebf Author: Translation commit bot Date: Mon May 16 21:15:44 2016 + Update translations for tor-launcher-network-settings --- pl/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/network-settings.dtd

[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2016-05-16 Thread translation
commit 46af4965480ce36922684e3de8e7b819f1f1aae8 Author: Translation commit bot Date: Mon May 16 21:15:47 2016 + Update translations for tor-launcher-network-settings_completed --- pl/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/network-set

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2016-05-16 Thread translation
commit ef0d0de379c60a58e6ca03a43d04c0861f78e49a Author: Translation commit bot Date: Mon May 16 21:45:22 2016 + Update translations for tails-persistence-setup --- pl/pl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pl/pl.po b/pl/pl.po index 2208dcb..1c0a47

[tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed

2016-05-16 Thread translation
commit 3dcaa113b3114dd40de9f0ba4d38259f7edaef38 Author: Translation commit bot Date: Mon May 16 21:45:25 2016 + Update translations for tails-persistence-setup_completed --- pl/pl.po | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pl/pl.po b/pl/pl

[tor-commits] [snowflake/master] Make koch.jpg square and tile better.

2016-05-16 Thread dcf
commit 0690b0620d6656090036bc2c1a29542a9ff840aa Author: David Fifield Date: Mon May 16 16:43:33 2016 -0700 Make koch.jpg square and tile better. It was wider than tall and there was a column of black pixels at the far right. --- proxy/static/koch.jpg | Bin 95584 -> 131664 byte

[tor-commits] [torbirdy/master] Reflect TorBirdy's state in UI after uninstall/disable (#10683)

2016-05-16 Thread sukhbir
commit 26a0def110411e65f0abad893533a705d30a4424 Author: Sukhbir Singh Date: Mon May 16 17:28:35 2016 -0400 Reflect TorBirdy's state in UI after uninstall/disable (#10683) When TorBirdy is uninstalled or disabled, the status bar text and colour is updated to reflect TorBirdy's c

[tor-commits] [torbirdy/master] Remove redundant patches and associated overlays for #6314 and #6315

2016-05-16 Thread sukhbir
commit 6b53dfaa246f46ae83abd3e2edf5dd12643c2ec6 Author: Sukhbir Singh Date: Mon May 16 17:43:23 2016 -0400 Remove redundant patches and associated overlays for #6314 and #6315 Patches for the above two bugs have been merged upstream by Arthur Edelstein and our patches and the o

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2016-05-16 Thread translation
commit 60d3152b72c4e8fe3a8bcf2700c3d602c67087b5 Author: Translation commit bot Date: Tue May 17 06:45:35 2016 + Update translations for tor-launcher-properties --- pl/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/torlauncher.properties b/

[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2016-05-16 Thread translation
commit 24b0665691cfcbef6f36a82a764870102b5162eb Author: Translation commit bot Date: Tue May 17 06:45:50 2016 + Update translations for tails-misc_completed --- pl.po | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/pl.po b/pl.po index 83dbafa

[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2016-05-16 Thread translation
commit fa7f2057295042707b3c6e65fead8ada740882e9 Author: Translation commit bot Date: Tue May 17 06:45:39 2016 + Update translations for tor-launcher-properties_completed --- pl/torlauncher.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/pl/torlauncher.properties b/pl/tor

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2016-05-16 Thread translation
commit 16ae96654a0afb80752ae5fe014194fa6ecda86c Author: Translation commit bot Date: Tue May 17 06:45:47 2016 + Update translations for tails-misc --- pl.po | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pl.po b/pl.po index 6e96b3f..b4d621b 100644 --- a/pl.p