[tor-commits] [community/master] Close quotes

2020-05-27 Thread gus
commit 1de0beb43c554aeac816d3d3bc85a908e90f3398 Author: null pointer exception <57326449+deathgrip...@users.noreply.github.com> Date: Wed May 27 19:09:15 2020 + Close quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index

[tor-commits] [community/master] Update dip.tpo to gitlab.tpo

2020-05-27 Thread gus
commit e494731476443e0f105e854e82427750ed0a9ed7 Author: gus Date: Wed May 27 23:15:03 2020 -0400 Update dip.tpo to gitlab.tpo --- README.md | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 591645f..fc5b24c 100644 ---

[tor-commits] [community/master] Normalize punctuation usage

2020-05-27 Thread gus
commit eb380c814c4e4f911f629b79236496cf49ad030f Author: null pointer exception <57326449+deathgrip...@users.noreply.github.com> Date: Sun May 24 18:59:19 2020 + Normalize punctuation usage --- README.md | 41 - 1 file changed, 20 insertions(+),

[tor-commits] [torspec/master] tor-spec: Add Relay=3 protocol version

2020-05-27 Thread nickm
commit 560c9181ca3fd595a8106a40a736677c2a6c1f96 Author: teor Date: Mon May 18 12:59:48 2020 +1000 tor-spec: Add Relay=3 protocol version With minor edits from the draft in proposal 311. Closes ticket 33227. --- tor-spec.txt | 48

[tor-commits] [torspec/master] Merge remote-tracking branch 'tor-github/pr/116'

2020-05-27 Thread nickm
commit 73060b223c0bdb9140aa49d686591fa9a201eebc Merge: 238a098 560c918 Author: Nick Mathewson Date: Fri May 22 10:22:57 2020 -0400 Merge remote-tracking branch 'tor-github/pr/116' tor-spec.txt | 48 1 file changed, 48 insertions(+)

[tor-commits] [torspec/master] Add proposals 321 and 322 for walking-onions-related stuff

2020-05-27 Thread nickm
commit 4f8d5a4b24741680c231a99f2f1af9172bf126e5 Author: Nick Mathewson Date: Wed May 27 15:12:01 2020 -0400 Add proposals 321 and 322 for walking-onions-related stuff --- proposals/000-index.txt | 4 + proposals/321-happy-families.md | 231

[tor-commits] [bridgedb/master] Update to latest requirements.

2020-05-27 Thread phw
commit 9199a4d4b9f9264f7791a7f7954d012f9fc69b25 Author: Philipp Winter Date: Wed May 27 08:52:02 2020 -0700 Update to latest requirements. --- .test.requirements.txt | 4 ++-- .travis.requirements.txt | 18 +- requirements.txt | 12 ++-- 3 files changed,

[tor-commits] [bridgedb/master] Merge branch 'enhancement/34154' into develop

2020-05-27 Thread phw
commit 19ba2da7b66cfccee014bde2804f10dafd0696b7 Merge: f25943e 3337b4a Author: Philipp Winter Date: Fri May 22 15:13:38 2020 -0700 Merge branch 'enhancement/34154' into develop CHANGELOG | 4 bridgedb/Storage.py | 8 +++- 2 files changed, 11 insertions(+), 1

[tor-commits] [bridgedb/master] Merge branch 'update-translations' into develop

2020-05-27 Thread phw
commit a6eb0d1c4bc782287d6054cead0d6850dd2d7c0c Merge: 5c0b04e 1a42375 Author: Philipp Winter Date: Fri May 22 15:56:33 2020 -0700 Merge branch 'update-translations' into develop bridgedb/i18n/ar/LC_MESSAGES/bridgedb.po| 367 ++--

[tor-commits] [bridgedb/master] Merge branch 'release-0.10.1'

2020-05-27 Thread phw
commit c45439ceb3a8dd43c658607606fb4a7aad57fd67 Merge: 2ccf7ef 64c29be Author: Philipp Winter Date: Wed May 27 10:05:59 2020 -0700 Merge branch 'release-0.10.1' .gnupg/TESTING.pub | Bin 4622 -> 0 bytes .gnupg/TESTING.subkeys.sec |

[tor-commits] [bridgedb/master] Refactor script.

2020-05-27 Thread phw
commit 91af6c1bbad6a71663372642c5b6531cd197e806 Author: Philipp Winter Date: Tue Feb 18 10:59:14 2020 -0800 Refactor script. --- scripts/nagios-email-check | 191 + scripts/nagios_email_check | 162 -- 2 files

[tor-commits] [bridgedb/master] Add new fields to BlockedBridges.

2020-05-27 Thread phw
commit 3337b4ac349cd9d4021f9b0616e179be99958c0a Author: Philipp Winter Date: Wed May 20 14:22:05 2020 -0700 Add new fields to BlockedBridges. Our new tool wolpertinger will populate these fields after delegating censorship measurement to OONI. This fixes

[tor-commits] [bridgedb/master] Merge branch 'defect/33945' into develop

2020-05-27 Thread phw
commit 5c0b04ed012cb81574d459f847db534086ce62d0 Merge: 19ba2da 2abd54a Author: Philipp Winter Date: Fri May 22 15:52:45 2020 -0700 Merge branch 'defect/33945' into develop CHANGELOG | 4 bridgedb/Storage.py | 63 + 2

[tor-commits] [bridgedb/master] Don't assume a line can be decoded as UTF-8.

2020-05-27 Thread phw
commit 8cdbbebdc458ff162e936ad5b979a38f433a01b5 Author: Philipp Winter Date: Tue Apr 21 11:10:27 2020 -0700 Don't assume a line can be decoded as UTF-8. For example, we may be dealing with text that's cp1252-encoded. BridgeDB gets a lot of spam like that: b"Subject:

[tor-commits] [bridgedb/master] Add missing newline at the end of the file.

2020-05-27 Thread phw
commit 9f8e95de1bc7945869eda4bdde3755eafcdad6bd Author: Philipp Winter Date: Thu May 7 08:25:22 2020 -0700 Add missing newline at the end of the file. --- scripts/nagios-email-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nagios-email-check

[tor-commits] [bridgedb/master] Add CHANGELOG entry for #31528.

2020-05-27 Thread phw
commit 77870a9d64d95facd5c3f79e223451640811871b Author: Philipp Winter Date: Thu May 14 14:20:31 2020 -0700 Add CHANGELOG entry for #31528. --- CHANGELOG | 7 +++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7a7a524..cfee3f9 100644 --- a/CHANGELOG +++

[tor-commits] [bridgedb/master] Feedback implmentation

2020-05-27 Thread phw
commit a2a37821da95e0195b35543c0772eadf0f854734 Author: agix Date: Sat May 2 10:39:58 2020 +0200 Feedback implmentation Removed link from error pages Changed missed chatspeak string --- bridgedb/distributors/https/templates/error-400.html | 2 +-

[tor-commits] [bridgedb/master] Fix typos in comment.

2020-05-27 Thread phw
commit b718662658589c4baaecef7c87aa5c589ed5fb3b Author: Philipp Winter Date: Tue Apr 21 11:11:15 2020 -0700 Fix typos in comment. --- bridgedb/distributors/https/request.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bridgedb/distributors/https/request.py

[tor-commits] [bridgedb/master] Bump version number to 0.10.1.

2020-05-27 Thread phw
commit 64c29beb19071271593363b957598fbc56ed4a3b Author: Philipp Winter Date: Wed May 27 10:05:16 2020 -0700 Bump version number to 0.10.1. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index aad33f2..6dfa43c 100644 --- a/CHANGELOG +++

[tor-commits] [bridgedb/master] Add CHANGELOG entry.

2020-05-27 Thread phw
commit 6e191f82b1451525b547c28f439180c4b7d25a4a Author: Philipp Winter Date: Mon Mar 23 17:31:52 2020 -0700 Add CHANGELOG entry. --- CHANGELOG | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7524344..7a7a524 100644 --- a/CHANGELOG +++ b/CHANGELOG @@

[tor-commits] [bridgedb/master] Commit for #31528 (Get rid of BridgeDB's "chatspeak")

2020-05-27 Thread phw
commit 320ddd1747cd584dd6cf9d7a2ff3f571827d1089 Author: agix Date: Thu Apr 30 10:18:46 2020 +0200 Commit for #31528 (Get rid of BridgeDB's "chatspeak") Known chatspeak references have been removed or replaced Malicious requests are now redirected with the status code 400 ---

[tor-commits] [bridgedb/master] Re-flow indentation of bugfix items.

2020-05-27 Thread phw
commit 9ac52d508566a4200be37262e9dd1afa85f4ac8e Author: Philipp Winter Date: Thu May 14 14:33:31 2020 -0700 Re-flow indentation of bugfix items. The excessive 8-character indentation has been bothering me forever. This patch reduces indentation to four characters and re-flows

[tor-commits] [bridgedb/master] Use contextlib's context manager.

2020-05-27 Thread phw
commit 2abd54a1b979c11153c41a51b884386fbd4635c4 Author: Philipp Winter Date: Wed May 6 17:54:59 2020 -0700 Use contextlib's context manager. So far, the email autoresponder fails after a while, raising the following exception: File

[tor-commits] [bridgedb/master] Merge branch 'enhancement/12802' into develop

2020-05-27 Thread phw
commit cc3277b7449fc4125c179b99962ef86e1b39b22c Merge: 4cdd6a6 74b159e Author: Philipp Winter Date: Mon May 11 12:26:49 2020 -0700 Merge branch 'enhancement/12802' into develop CHANGELOG | 5 + bridgedb/distributors/email/server.py | 2 +-

[tor-commits] [bridgedb/master] Update our strings to get them translated.

2020-05-27 Thread phw
commit aba3c3465b63b1d2116132f00cb865b7f7b35c45 Author: Philipp Winter Date: Thu May 14 14:21:59 2020 -0700 Update our strings to get them translated. --- bridgedb/i18n/templates/bridgedb.pot | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git

[tor-commits] [bridgedb/master] Allow passing the Gmail key as env variable.

2020-05-27 Thread phw
commit 74b159e9c2c473f02b629cd4bf7152a363770666 Author: Philipp Winter Date: Mon May 11 12:13:32 2020 -0700 Allow passing the Gmail key as env variable. --- scripts/nagios-email-check | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git

[tor-commits] [bridgedb/master] Merge branch 'defect/31528' into develop

2020-05-27 Thread phw
commit f25943ef8aabf8cc2b9b5bdfb32b422c2d4960ef Merge: cc3277b 9ac52d5 Author: Philipp Winter Date: Thu May 14 14:37:32 2020 -0700 Merge branch 'defect/31528' into develop CHANGELOG | 2436 ++-- README.rst

[tor-commits] [bridgedb/master] Merge branch 'defect/30941' into develop

2020-05-27 Thread phw
commit 208b49cd91ec64aaff623dfeef08d352beab6785 Merge: bca6496 8b4a087 Author: Philipp Winter Date: Tue Apr 7 10:33:22 2020 -0700 Merge branch 'defect/30941' into develop bridgedb/i18n/templates/bridgedb.pot | 11 +-- bridgedb/strings.py | 4 +--- 2 files

[tor-commits] [bridgedb/master] Rename email check script and add information on how to run it

2020-05-27 Thread phw
commit ae07c0950be2ededc2c81b80137a63d85e68130d Author: hiro Date: Wed Jan 22 17:44:36 2020 +0100 Rename email check script and add information on how to run it --- scripts/{check_status => nagios_email_check} | 13 + 1 file changed, 13 insertions(+) diff --git

[tor-commits] [bridgedb/master] Simplify command for requesting obfs4 bridges.

2020-05-27 Thread phw
commit 8b4a087cc2278883e1383ac786ebdee74adcd548 Author: Philipp Winter Date: Tue Apr 7 10:15:29 2020 -0700 Simplify command for requesting obfs4 bridges. Thanks to Roger for suggesting this. --- bridgedb/i18n/templates/bridgedb.pot | 11 +-- bridgedb/strings.py

[tor-commits] [bridgedb/master] Remove PGP support.

2020-05-27 Thread phw
commit b366bb4af8786ca06437f7f7ce5e340c69f0f6e4 Author: Philipp Winter Date: Mon Oct 14 20:49:03 2019 -0700 Remove PGP support. --- .gnupg/TESTING.pub | Bin 4622 -> 0 bytes .gnupg/TESTING.subkeys.sec | Bin 7212 -> 0 bytes

[tor-commits] [bridgedb/master] Add more review feedback

2020-05-27 Thread phw
commit 0e5f3fef90090aba33e73702598bf4c4793bb0b1 Author: hiro Date: Wed Dec 11 18:17:12 2019 +0100 Add more review feedback --- scripts/check_status | 89 ++-- 1 file changed, 51 insertions(+), 38 deletions(-) diff --git

[tor-commits] [bridgedb/master] Add review feedback

2020-05-27 Thread phw
commit 85b4a9cfe41308458b29356b1d771b192b4a7681 Author: hiro Date: Wed Dec 11 17:31:17 2019 +0100 Add review feedback --- scripts/check_status | 91 ++-- 1 file changed, 45 insertions(+), 46 deletions(-) diff --git a/scripts/check_status

[tor-commits] [bridgedb/master] Remove silly email footer.

2020-05-27 Thread phw
commit bcfe39f5f04adfed266490e523fe6d5e9b585047 Author: Philipp Winter Date: Fri Mar 27 13:16:01 2020 -0700 Remove silly email footer. --- bridgedb/distributors/email/templates.py | 43 bridgedb/test/test_email_templates.py| 10 2 files

[tor-commits] [bridgedb/master] Rename Bridges.py to bridgerings.py.

2020-05-27 Thread phw
commit 6ee87fb70e887c06af8f93335a6731d1bc608b9f Author: Philipp Winter Date: Thu Mar 26 20:12:11 2020 -0700 Rename Bridges.py to bridgerings.py. On file systems that are case insensitive (i.e., Mac OS and Windows), these filenames are conflicting and cause a lot of development

[tor-commits] [bridgedb/master] Make script Python 3-compatible.

2020-05-27 Thread phw
commit e608e771fce3e484f7c2419c07892a0119826802 Author: Philipp Winter Date: Thu Mar 26 21:16:02 2020 -0700 Make script Python 3-compatible. ...by changing "urllib.quote" to "urllib.parse.quote". --- doc/sphinx/ext/traclinks.py | 3 ++- 1 file changed, 2 insertions(+), 1

[tor-commits] [bridgedb/develop] Merge branch 'release-0.10.1'

2020-05-27 Thread phw
commit c45439ceb3a8dd43c658607606fb4a7aad57fd67 Merge: 2ccf7ef 64c29be Author: Philipp Winter Date: Wed May 27 10:05:59 2020 -0700 Merge branch 'release-0.10.1' .gnupg/TESTING.pub | Bin 4622 -> 0 bytes .gnupg/TESTING.subkeys.sec |

[tor-commits] [bridgedb/master] Merge branch 'defect/17548' into develop

2020-05-27 Thread phw
commit 4cdd6a61d01ae6d7c755e870acd8a7eb139d22e7 Merge: 208b49c b366bb4 Author: Philipp Winter Date: Wed Apr 15 09:34:59 2020 -0700 Merge branch 'defect/17548' into develop .gnupg/TESTING.pub | Bin 4622 -> 0 bytes .gnupg/TESTING.subkeys.sec

[tor-commits] [bridgedb/master] Give BridgeDB more time to start before unit test.

2020-05-27 Thread phw
commit 8105032e2ab876d1c7d31471b828a0690f2bf6f3 Author: Philipp Winter Date: Mon Apr 6 09:41:45 2020 -0700 Give BridgeDB more time to start before unit test. The renaming of test_Bridges.py to test_bridgerings.py means that test_bridgedb_script.py is now run earlier (because

[tor-commits] [bridgedb/master] Merge branch 'defect/30941' into develop

2020-05-27 Thread phw
commit bca64964a255cf959489c7049c66e5eb70b5291c Merge: 7afbe7e 1958bbb Author: Philipp Winter Date: Mon Apr 6 15:30:12 2020 -0700 Merge branch 'defect/30941' into develop CHANGELOG| 6 ++ bridgedb/distributors/email/autoresponder.py | 10 --

[tor-commits] [bridgedb/master] Add service status check

2020-05-27 Thread phw
commit 2ae19e5c25dca6acdb0307c147dc93f73e257f7e Author: hiro Date: Mon Oct 21 19:54:50 2019 +0200 Add service status check --- scripts/check_status | 137 +++ 1 file changed, 137 insertions(+) diff --git a/scripts/check_status

[tor-commits] [bridgedb/develop] Bump version number to 0.10.1.

2020-05-27 Thread phw
commit 64c29beb19071271593363b957598fbc56ed4a3b Author: Philipp Winter Date: Wed May 27 10:05:16 2020 -0700 Bump version number to 0.10.1. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index aad33f2..6dfa43c 100644 --- a/CHANGELOG +++

[tor-commits] [bridgedb/master] Merge branch 'defect/29686' into develop

2020-05-27 Thread phw
commit 7afbe7e2866c7628bc5e40b15618105843486c80 Merge: 2ccf7ef 8105032 Author: Philipp Winter Date: Mon Apr 6 10:24:31 2020 -0700 Merge branch 'defect/29686' into develop CHANGELOG | 4 bridgedb/{Bridges.py => bridgerings.py}| 4

[tor-commits] [bridgedb/master] Make our email autoresponder more usable.

2020-05-27 Thread phw
commit 1958bbb7e95df0f810e219955595f353933e1302 Author: Philipp Winter Date: Tue Mar 31 09:37:37 2020 -0700 Make our email autoresponder more usable. So far, our autoresponder would only send you bridges if your request was valid. Unfortunately, it's not very easy to figure

[tor-commits] [bridgedb/develop] Update to latest requirements.

2020-05-27 Thread phw
commit 9199a4d4b9f9264f7791a7f7954d012f9fc69b25 Author: Philipp Winter Date: Wed May 27 08:52:02 2020 -0700 Update to latest requirements. --- .test.requirements.txt | 4 ++-- .travis.requirements.txt | 18 +- requirements.txt | 12 ++-- 3 files changed,

[tor-commits] [tor/master] Merge branch 'tor-github/pr/1898'

2020-05-27 Thread asn
commit 8d8a9d7f1d9cc779036441cfa9639f35c20e37c9 Merge: 43f4324e2 f6943d702 Author: George Kadianakis Date: Wed May 27 15:17:55 2020 +0300 Merge branch 'tor-github/pr/1898' changes/ticket24844 | 4 src/app/main/main.c | 1 + src/feature/hs/hs_service.c | 44

[tor-commits] [tor/master] Add HS v3 status to the SIGUSR1 dumpstats()

2020-05-27 Thread asn
commit fd5ea48c27a9ded863c8770cdb73d6e4c548795e Author: Neel Chauhan Date: Sun May 17 16:30:29 2020 -0700 Add HS v3 status to the SIGUSR1 dumpstats() --- src/app/main/main.c | 1 + src/feature/hs/hs_service.c | 44

[tor-commits] [tor/master] Add changes file for ticket #24844

2020-05-27 Thread asn
commit f6943d702c6287f7c92d2a34bdcd666c10878517 Author: Neel Chauhan Date: Sun May 17 16:30:45 2020 -0700 Add changes file for ticket #24844 --- changes/ticket24844 | 4 1 file changed, 4 insertions(+) diff --git a/changes/ticket24844 b/changes/ticket24844 new file mode 100644 index

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-05-27 Thread translation
commit 8f8e7f6b3727bcb14034d1413ac410ab1e18cd49 Author: Translation commit bot Date: Wed May 27 11:48:59 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- ar.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar.po b/ar.po index

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-05-27 Thread translation
commit a4b4c23eb1130454e0ef5a3a3c9d8889c2fe9450 Author: Translation commit bot Date: Wed May 27 11:18:48 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- uk.po| 2 +- zh_HK.po | 6 +++--- zh_TW.po | 2 +- 3 files changed, 5 insertions(+), 5

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-05-27 Thread translation
commit 3a9584d25dd9a89d4d527cf2732d4cf66fefb428 Author: Translation commit bot Date: Wed May 27 10:19:06 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- ca.po | 2 +- cs.po | 2 +- de.po | 2 +- id.po | 2 +- ru.po | 2 +- 5 files changed, 5

[tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot

2020-05-27 Thread translation
commit a8644956b2a6887f956837199fd28eee394987f9 Author: Translation commit bot Date: Wed May 27 10:17:04 2020 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+he.po | 16 ++-- 1 file changed, 14 insertions(+), 2

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-05-27 Thread translation
commit 4a9573807afae68b54c28bf0b89ae37ebd83d39e Author: Translation commit bot Date: Wed May 27 09:49:04 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fi.po | 2 +- sr.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/policies-code_of_conducttxtpot] https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot

2020-05-27 Thread translation
commit 74429449382de1fe727889076be9d4b55d7f595e Author: Translation commit bot Date: Wed May 27 09:47:00 2020 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+he.po | 8 +++- 1 file changed, 7 insertions(+), 1

[tor-commits] [translation/torcheck_completed] https://gitweb.torproject.org/translation.git/commit/?h=torcheck_completed

2020-05-27 Thread translation
commit 1de7bd540c7e9cb3a6510b05c3280f5368819d98 Author: Translation commit bot Date: Wed May 27 09:22:51 2020 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck_completed --- mk/torcheck.po| 2 +- zh_CN/torcheck.po | 2 +- 2 files changed, 2 insertions(+), 2

[tor-commits] [translation/tails-iuk_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed

2020-05-27 Thread translation
commit 3159d45240abd4a2d113edd0b4279e960fd1497c Author: Translation commit bot Date: Wed May 27 09:19:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed --- zh_CN.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_CN.po

[tor-commits] [translation/tails-greeter-2_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed

2020-05-27 Thread translation
commit f4e3d342c21ca5e411dcc0e10be5ef751a6bb8ce Author: Translation commit bot Date: Wed May 27 09:19:44 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed --- da/da.po | 2 +- fr/fr.po | 2 +- mk/mk.po | 2 +- tr/tr.po |

[tor-commits] [tor-browser-build/master] The new locales got backed out for Tor Launcher 0.2.20.5

2020-05-27 Thread gk
commit 6a253c23baddb4289af38dd1bf030ba545bee5c0 Author: Georg Koppen Date: Wed May 27 08:00:19 2020 + The new locales got backed out for Tor Launcher 0.2.20.5 --- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git