[tor-commits] [doctor/master] longclaw is now a bandwidth authority

2018-11-02 Thread atagar
commit f85feca4822d63cd641554bdec306d837de444fc Author: Damian Johnson Date: Fri Nov 2 15:21:02 2018 -0700 longclaw is now a bandwidth authority Correction thanks to juga and nusenu. --- consensus_health_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-02 Thread translation
commit cd495a3f6b9ff3ca95055bb852d3f01ea23666fc Author: Translation commit bot Date: Fri Nov 2 18:15:22 2018 + Update translations for donatepages-messagespot --- locale/es_AR/LC_MESSAGES/messages.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/

[tor-commits] [translation/donatepages-messagespot_completed] Update translations for donatepages-messagespot_completed

2018-11-02 Thread translation
commit 8f9a123bb0a470d1e8c15dd655a068e54d338fc3 Author: Translation commit bot Date: Fri Nov 2 18:15:28 2018 + Update translations for donatepages-messagespot_completed --- locale/es_AR/LC_MESSAGES/messages.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[tor-commits] [translation/donatepages-messagespot_completed] Update translations for donatepages-messagespot_completed

2018-11-02 Thread translation
commit 3f01c7b57fd5a0416972be8118147ebc92270ede Author: Translation commit bot Date: Fri Nov 2 17:45:27 2018 + Update translations for donatepages-messagespot_completed --- locale/es_AR/LC_MESSAGES/messages.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loca

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-02 Thread translation
commit 726caca4f93a88162db67c389e42cddff7fe285f Author: Translation commit bot Date: Fri Nov 2 17:45:21 2018 + Update translations for donatepages-messagespot --- locale/es_AR/LC_MESSAGES/messages.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/es_AR/L

[tor-commits] [tor/master] Avoid mmap leak if we get a consensus diff we can't use.

2018-11-02 Thread nickm
commit 18a4eaf5c142bae55780716464d43c2f8a9e2e49 Author: Nick Mathewson Date: Fri Nov 2 13:30:55 2018 -0400 Avoid mmap leak if we get a consensus diff we can't use. Fixes CID 1440819; bug not in any released Tor. --- src/feature/dirclient/dirclient.c | 1 + 1 file changed, 1 insert

[tor-commits] [tor/master] Add a warning if we can't write networkstatus-bridges

2018-11-02 Thread nickm
commit 674ef53a7e953a724b4f3bfe2f1e06ba2897bba2 Author: Nick Mathewson Date: Fri Nov 2 13:32:43 2018 -0400 Add a warning if we can't write networkstatus-bridges Fixes CID 1440818. --- src/feature/nodelist/networkstatus.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) di

[tor-commits] [tor/master] Update address tests to avoid offending coverity.

2018-11-02 Thread nickm
commit 3e2423d19b78ab71cb1ac8205406c7575296ecd3 Author: Nick Mathewson Date: Fri Nov 2 13:29:24 2018 -0400 Update address tests to avoid offending coverity. --- src/test/test_address.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/test/test_address.c b/src/

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

2018-11-02 Thread nickm
commit 865514e66ef6c99a53ae92b089d24a187513532d Merge: f0bd6c2c9 1b75de85b Author: Nick Mathewson Date: Fri Nov 2 13:19:24 2018 -0400 Merge branch 'ticket28100_squashed' changes/ticket28100 | 3 +++ src/feature/dircache/dircache.c | 14 -- 2 files changed, 7 inser

[tor-commits] [tor/master] Don't overwrite the Content-Type when compressing

2018-11-02 Thread nickm
commit 1b75de85b3cbc7706078a9899e483d18579a6fd1 Author: Alex Xu (Hello71) Date: Fri Oct 19 09:53:23 2018 -0400 Don't overwrite the Content-Type when compressing --- changes/ticket28100 | 3 +++ src/feature/dircache/dircache.c | 14 -- 2 files changed, 7 insertions(

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

2018-11-02 Thread nickm
commit f0bd6c2c9dbce3bff9ceea57f8d26e9807d7150d Merge: f27279f85 996f24fcd Author: Nick Mathewson Date: Fri Nov 2 13:14:37 2018 -0400 Merge branch 'maint-0.3.5' changes/bug27968| 3 +++ src/test/test_rebind.py | 61 +++-- 2 files change

[tor-commits] [tor/release-0.3.5] Merge branch 'bug27968_squashed' into maint-0.3.5

2018-11-02 Thread nickm
commit 996f24fcd31be197b8cfc9cb52b04a4cf3a2 Merge: 0ea508ec6 e36e4a967 Author: Nick Mathewson Date: Fri Nov 2 13:14:32 2018 -0400 Merge branch 'bug27968_squashed' into maint-0.3.5 changes/bug27968| 3 +++ src/test/test_rebind.py | 61 +++---

[tor-commits] [tor/master] Refactor test_rebind.py to consistently print FAIL on failure

2018-11-02 Thread nickm
commit cd674a10ad989120e7b8060ebe6d8f2626bf4a65 Author: teor Date: Sat Oct 6 16:09:20 2018 -0500 Refactor test_rebind.py to consistently print FAIL on failure Part of #27968. --- src/test/test_rebind.py | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-)

[tor-commits] [tor/master] Make test_rebind.py timeout when waiting for a log message

2018-11-02 Thread nickm
commit a02d6c560d8b574003b4c34907c1656f8c57e857 Author: teor Date: Sat Oct 6 16:10:37 2018 -0500 Make test_rebind.py timeout when waiting for a log message Closes #27968. --- src/test/test_rebind.py | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --g

[tor-commits] [tor/maint-0.3.5] Make test_rebind.py timeout when waiting for a log message

2018-11-02 Thread nickm
commit a02d6c560d8b574003b4c34907c1656f8c57e857 Author: teor Date: Sat Oct 6 16:10:37 2018 -0500 Make test_rebind.py timeout when waiting for a log message Closes #27968. --- src/test/test_rebind.py | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --g

[tor-commits] [tor/master] Avoid a race condition in test_rebind.py

2018-11-02 Thread nickm
commit 8f43b8fb477e0fe538336fd0e1cb772d1686fb47 Author: teor Date: Sat Oct 6 16:05:04 2018 -0500 Avoid a race condition in test_rebind.py If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown.

[tor-commits] [tor/release-0.3.5] Refactor test_rebind.py to consistently print FAIL on failure

2018-11-02 Thread nickm
commit cd674a10ad989120e7b8060ebe6d8f2626bf4a65 Author: teor Date: Sat Oct 6 16:09:20 2018 -0500 Refactor test_rebind.py to consistently print FAIL on failure Part of #27968. --- src/test/test_rebind.py | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-)

[tor-commits] [tor/release-0.3.5] Avoid a race condition in test_rebind.py

2018-11-02 Thread nickm
commit 8f43b8fb477e0fe538336fd0e1cb772d1686fb47 Author: teor Date: Sat Oct 6 16:05:04 2018 -0500 Avoid a race condition in test_rebind.py If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown.

[tor-commits] [tor/release-0.3.5] Sort the imports in test_rebind.py

2018-11-02 Thread nickm
commit e36e4a9671e2dc066fbc0f51c845a9941414b08f Author: teor Date: Mon Oct 22 12:31:32 2018 +1000 Sort the imports in test_rebind.py Cleanup after #27968. --- src/test/test_rebind.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/test_rebin

[tor-commits] [tor/release-0.3.5] Make test_rebind.py timeout when waiting for a log message

2018-11-02 Thread nickm
commit a02d6c560d8b574003b4c34907c1656f8c57e857 Author: teor Date: Sat Oct 6 16:10:37 2018 -0500 Make test_rebind.py timeout when waiting for a log message Closes #27968. --- src/test/test_rebind.py | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --g

[tor-commits] [tor/master] Merge branch 'bug27968_squashed' into maint-0.3.5

2018-11-02 Thread nickm
commit 996f24fcd31be197b8cfc9cb52b04a4cf3a2 Merge: 0ea508ec6 e36e4a967 Author: Nick Mathewson Date: Fri Nov 2 13:14:32 2018 -0400 Merge branch 'bug27968_squashed' into maint-0.3.5 changes/bug27968| 3 +++ src/test/test_rebind.py | 61 +++---

[tor-commits] [tor/master] Sort the imports in test_rebind.py

2018-11-02 Thread nickm
commit e36e4a9671e2dc066fbc0f51c845a9941414b08f Author: teor Date: Mon Oct 22 12:31:32 2018 +1000 Sort the imports in test_rebind.py Cleanup after #27968. --- src/test/test_rebind.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/test_rebin

[tor-commits] [tor/maint-0.3.5] Refactor test_rebind.py to consistently print FAIL on failure

2018-11-02 Thread nickm
commit cd674a10ad989120e7b8060ebe6d8f2626bf4a65 Author: teor Date: Sat Oct 6 16:09:20 2018 -0500 Refactor test_rebind.py to consistently print FAIL on failure Part of #27968. --- src/test/test_rebind.py | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-)

[tor-commits] [tor/maint-0.3.5] Sort the imports in test_rebind.py

2018-11-02 Thread nickm
commit e36e4a9671e2dc066fbc0f51c845a9941414b08f Author: teor Date: Mon Oct 22 12:31:32 2018 +1000 Sort the imports in test_rebind.py Cleanup after #27968. --- src/test/test_rebind.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/test_rebin

[tor-commits] [tor/maint-0.3.5] Avoid a race condition in test_rebind.py

2018-11-02 Thread nickm
commit 8f43b8fb477e0fe538336fd0e1cb772d1686fb47 Author: teor Date: Sat Oct 6 16:05:04 2018 -0500 Avoid a race condition in test_rebind.py If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown.

[tor-commits] [tor/maint-0.3.5] Merge branch 'bug27968_squashed' into maint-0.3.5

2018-11-02 Thread nickm
commit 996f24fcd31be197b8cfc9cb52b04a4cf3a2 Merge: 0ea508ec6 e36e4a967 Author: Nick Mathewson Date: Fri Nov 2 13:14:32 2018 -0400 Merge branch 'bug27968_squashed' into maint-0.3.5 changes/bug27968| 3 +++ src/test/test_rebind.py | 61 +++---

[tor-commits] [tor/master] Add changes file

2018-11-02 Thread nickm
commit 5a3cb495ce5bf010440fc0288c1ca00fff6ec8e5 Author: rl1987 Date: Mon Oct 29 11:41:36 2018 +0200 Add changes file --- changes/ticket28011 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket28011 b/changes/ticket28011 new file mode 100644 index 0..5efc3c917 ---

[tor-commits] [tor/master] Fix shellcheck issue SC2217 in run_calltool.sh

2018-11-02 Thread nickm
commit 6aef0ce94e9bfe5d3bd06f0a3349f9e8930218f5 Author: rl1987 Date: Mon Oct 29 11:37:16 2018 +0200 Fix shellcheck issue SC2217 in run_calltool.sh --- scripts/maint/run_calltool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/maint/run_calltool.sh b/scripts/m

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

2018-11-02 Thread nickm
commit f27279f85766b71e106bc2d9c0624a7f95d7829a Merge: d671e3f51 5a3cb495c Author: Nick Mathewson Date: Fri Nov 2 13:11:26 2018 -0400 Merge remote-tracking branch 'tor-github/pr/449' changes/ticket28011 | 3 +++ scripts/maint/run_calltool.sh | 4 ++-- 2 files changed, 5 insertio

[tor-commits] [tor/master] Fix shellcheck warning SC2086 in run_calltool.sh

2018-11-02 Thread nickm
commit eab81b12e92ea3ae53d14337a6fafc9d6c32b39a Author: rl1987 Date: Mon Oct 29 11:31:03 2018 +0200 Fix shellcheck warning SC2086 in run_calltool.sh --- scripts/maint/run_calltool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/maint/run_calltool.sh b/scripts

[tor-commits] [tor/master] Silence shellcheck SC2086 in run_trunnel.sh

2018-11-02 Thread nickm
commit 635312fc2a8fe96aa282ed242279629f814b9333 Author: rl1987 Date: Mon Oct 29 10:45:14 2018 +0200 Silence shellcheck SC2086 in run_trunnel.sh --- scripts/codegen/run_trunnel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/codegen/run_trunnel.sh b/scripts/co

[tor-commits] [tor/master] Add changes file

2018-11-02 Thread nickm
commit 4af27e016814f4817174ed87e7b660d65c6eaf9c Author: rl1987 Date: Mon Oct 29 11:05:55 2018 +0200 Add changes file --- changes/ticket28010 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket28010 b/changes/ticket28010 new file mode 100644 index 0..4fca17d02 ---

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

2018-11-02 Thread nickm
commit d671e3f513cb62ca2e649d3c162d0874436eacf2 Merge: 3d8fcbcba 4af27e016 Author: Nick Mathewson Date: Fri Nov 2 13:09:45 2018 -0400 Merge remote-tracking branch 'tor-github/pr/448' changes/ticket28010| 3 +++ scripts/codegen/run_trunnel.sh | 4 +--- 2 files changed, 4 insert

[tor-commits] [tor/master] run_trunnel.sh: Use 'find -exec' instead of a 'for' loop

2018-11-02 Thread nickm
commit a0dd6bfdb03f53a52778e65161b9f3c68234bb82 Author: rl1987 Date: Mon Oct 29 10:54:31 2018 +0200 run_trunnel.sh: Use 'find -exec' instead of a 'for' loop This fixes shellcheck warnings SC2044 and SC2006. --- scripts/codegen/run_trunnel.sh | 4 +--- 1 file changed, 1 insertion(+

[tor-commits] [tor/release-0.3.4] Merge branch 'maint-0.3.4' into release-0.3.4

2018-11-02 Thread nickm
commit 336f1fad325d3af022b348e55a8ba33aa770f987 Merge: 4ac3ccf28 5acf6f871 Author: Nick Mathewson Date: Fri Nov 2 13:02:02 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h

[tor-commits] [tor/release-0.3.5] Bump to 0.3.4.9-dev

2018-11-02 Thread nickm
commit 5acf6f8717d3dcaf170e4e1b07f688f0bfbc2ac7 Author: Nick Mathewson Date: Fri Nov 2 13:01:32 2018 -0400 Bump to 0.3.4.9-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3 insertio

[tor-commits] [tor/release-0.3.4] Bump to 0.3.4.9-dev

2018-11-02 Thread nickm
commit 5acf6f8717d3dcaf170e4e1b07f688f0bfbc2ac7 Author: Nick Mathewson Date: Fri Nov 2 13:01:32 2018 -0400 Bump to 0.3.4.9-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3 insertio

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

2018-11-02 Thread nickm
commit 3d8fcbcbad6c1c41be2745ecfe9f08aad07cdf5f Merge: 339ff694a 0ea508ec6 Author: Nick Mathewson Date: Fri Nov 2 13:02:02 2018 -0400 Merge branch 'maint-0.3.5' ___ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torprojec

[tor-commits] [tor/maint-0.3.5] Bump to 0.3.4.9-dev

2018-11-02 Thread nickm
commit 5acf6f8717d3dcaf170e4e1b07f688f0bfbc2ac7 Author: Nick Mathewson Date: Fri Nov 2 13:01:32 2018 -0400 Bump to 0.3.4.9-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3 insertio

[tor-commits] [tor/master] Bump to 0.3.4.9-dev

2018-11-02 Thread nickm
commit 5acf6f8717d3dcaf170e4e1b07f688f0bfbc2ac7 Author: Nick Mathewson Date: Fri Nov 2 13:01:32 2018 -0400 Bump to 0.3.4.9-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3 insertio

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.4' into maint-0.3.5

2018-11-02 Thread nickm
commit 0ea508ec6f540f0c768d993df257a9733fac4074 Merge: 3c691613c 5acf6f871 Author: Nick Mathewson Date: Fri Nov 2 13:01:53 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 "ours" merge to avoid version bump. ___ tor-commits mailing

[tor-commits] [tor/maint-0.3.5] Merge branch 'maint-0.3.4' into maint-0.3.5

2018-11-02 Thread nickm
commit 0ea508ec6f540f0c768d993df257a9733fac4074 Merge: 3c691613c 5acf6f871 Author: Nick Mathewson Date: Fri Nov 2 13:01:53 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 "ours" merge to avoid version bump. ___ tor-commits mailing

[tor-commits] [tor/master] Merge branch 'maint-0.3.4' into maint-0.3.5

2018-11-02 Thread nickm
commit 0ea508ec6f540f0c768d993df257a9733fac4074 Merge: 3c691613c 5acf6f871 Author: Nick Mathewson Date: Fri Nov 2 13:01:53 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 "ours" merge to avoid version bump. ___ tor-commits mail

[tor-commits] [tor/maint-0.3.4] Bump to 0.3.4.9-dev

2018-11-02 Thread nickm
commit 5acf6f8717d3dcaf170e4e1b07f688f0bfbc2ac7 Author: Nick Mathewson Date: Fri Nov 2 13:01:32 2018 -0400 Bump to 0.3.4.9-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3 insertio

[tor-commits] [webwml/master] Mark 0.3.4.9 source as released

2018-11-02 Thread nickm
commit d5ab67cf4780f0b1fd64d8b7e6bd7600e6022074 Author: Nick Mathewson Date: Fri Nov 2 12:52:21 2018 -0400 Mark 0.3.4.9 source as released --- Makefile | 2 +- include/versions.wmi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index

[tor-commits] [translation/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2018-11-02 Thread translation
commit 42767d1907ee91dbc8e29d6fdec514442da1c8fb Author: Translation commit bot Date: Fri Nov 2 16:16:47 2018 + Update translations for tails-greeter-2_completed --- ko/ko.po | 334 +++ 1 file changed, 334 insertions(+) diff -

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2018-11-02 Thread translation
commit 8bde53480853461975551d4e254119c6e58c8e6f Author: Translation commit bot Date: Fri Nov 2 16:16:41 2018 + Update translations for tails-greeter-2 --- ko/ko.po | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/ko/ko.po b/ko/ko.po

[tor-commits] [translation/support-portal] Update translations for support-portal

2018-11-02 Thread translation
commit 79ae4b099a956077282e87142f0e8c4fa02c20a4 Author: Translation commit bot Date: Fri Nov 2 15:49:36 2018 + Update translations for support-portal --- contents+fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+fr.po b/contents+fr.po index 5654529

[tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed

2018-11-02 Thread translation
commit 5f599a740cdf7a0fb685441831c070c4a2af414d Author: Translation commit bot Date: Fri Nov 2 15:48:38 2018 + Update translations for torbutton-aboutdialogdtd_completed --- fr/aboutdialog.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/aboutdialog.dtd b/fr/a

[tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd

2018-11-02 Thread translation
commit 6093b7953ebadd01763919d14c5f8fb7087417f1 Author: Translation commit bot Date: Fri Nov 2 15:48:32 2018 + Update translations for torbutton-aboutdialogdtd --- fr/aboutdialog.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/aboutdialog.dtd b/fr/aboutdialog

[tor-commits] [translation/torbutton-branddtd] Update translations for torbutton-branddtd

2018-11-02 Thread translation
commit 6a40bef8d1ede7fef00d8a57e48cc7f5146071ae Author: Translation commit bot Date: Fri Nov 2 15:48:01 2018 + Update translations for torbutton-branddtd --- fr/brand.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/brand.dtd b/fr/brand.dtd index b3fe3f1c4..a5

[tor-commits] [translation/torbutton-branddtd_completed] Update translations for torbutton-branddtd_completed

2018-11-02 Thread translation
commit b8acacfba40d8c567a9ef1b1eb8e6e1df5d32dda Author: Translation commit bot Date: Fri Nov 2 15:48:07 2018 + Update translations for torbutton-branddtd_completed --- fr/brand.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/brand.dtd b/fr/brand.dtd index b3f

[tor-commits] [tor/master] forward-port 0.3.4.9 changelog and releasenotes

2018-11-02 Thread nickm
commit 3c691613c6bf3aae88c6aa7d9297d928dc051388 Author: Nick Mathewson Date: Fri Nov 2 11:28:49 2018 -0400 forward-port 0.3.4.9 changelog and releasenotes --- ChangeLog| 168 +++ ReleaseNotes | 168

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

2018-11-02 Thread nickm
commit 339ff694a74a7be2a34525ffef83d29547b7e847 Merge: f57fd0318 3c691613c Author: Nick Mathewson Date: Fri Nov 2 11:29:00 2018 -0400 Merge branch 'maint-0.3.5' ChangeLog| 168 +++ ReleaseNotes | 168 +

[tor-commits] [tor/release-0.3.5] forward-port 0.3.4.9 changelog and releasenotes

2018-11-02 Thread nickm
commit 3c691613c6bf3aae88c6aa7d9297d928dc051388 Author: Nick Mathewson Date: Fri Nov 2 11:28:49 2018 -0400 forward-port 0.3.4.9 changelog and releasenotes --- ChangeLog| 168 +++ ReleaseNotes | 168

[tor-commits] [tor/release-0.3.4] Copy 0.3.4.9 changelog into releasenotes

2018-11-02 Thread nickm
commit 4ac3ccf2863b86e79040dcd6c9568f011887c2be Author: Nick Mathewson Date: Fri Nov 2 11:28:14 2018 -0400 Copy 0.3.4.9 changelog into releasenotes --- ReleaseNotes | 168 +++ 1 file changed, 168 insertions(+) diff --git a/ReleaseNot

[tor-commits] [tor/maint-0.3.5] forward-port 0.3.4.9 changelog and releasenotes

2018-11-02 Thread nickm
commit 3c691613c6bf3aae88c6aa7d9297d928dc051388 Author: Nick Mathewson Date: Fri Nov 2 11:28:49 2018 -0400 forward-port 0.3.4.9 changelog and releasenotes --- ChangeLog| 168 +++ ReleaseNotes | 168

[tor-commits] [webwml/master] Bug 28287: fix es download-easy links

2018-11-02 Thread boklm
commit 5551e7e5835a61d3ea2c42587a25b388fab96e0e Author: Nicolas Vigier Date: Fri Nov 2 14:58:02 2018 +0100 Bug 28287: fix es download-easy links --- download/es/download-easy.wml | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/download/es/down

[tor-commits] [translation/whisperback] Update translations for whisperback

2018-11-02 Thread translation
commit b1d636f08a32413fdbd670031b2d2e5ec43aeac0 Author: Translation commit bot Date: Fri Nov 2 15:19:38 2018 + Update translations for whisperback --- el/el.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/el/el.po b/el/el.po index 9d7065346..320

[tor-commits] [translation/support-portal] Update translations for support-portal

2018-11-02 Thread translation
commit bc9296fded25d5ba44c5492748c912908d7cb279 Author: Translation commit bot Date: Fri Nov 2 15:19:50 2018 + Update translations for support-portal --- contents+fr.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/contents+fr.po b/contents+fr.po index

[tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed

2018-11-02 Thread translation
commit 25fe52b00d281999c095e067d82a35b2af731fed Author: Translation commit bot Date: Fri Nov 2 15:19:44 2018 + Update translations for whisperback_completed --- el/el.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/el/el.po b/el/el.po index 9d70

[tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed

2018-11-02 Thread translation
commit ba5ff6e50409733f5ef1b86ea679c197d868258b Author: Translation commit bot Date: Fri Nov 2 15:19:13 2018 + Update translations for torcheck_completed --- el/torcheck.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/torcheck.po b/el/torcheck.po index 8b29924

[tor-commits] [translation/torcheck] Update translations for torcheck

2018-11-02 Thread translation
commit 32e525ef75b67cd8a673922e9a595dc47ab19e65 Author: Translation commit bot Date: Fri Nov 2 15:19:06 2018 + Update translations for torcheck --- el/torcheck.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/torcheck.po b/el/torcheck.po index 8b2992464..3fab3d

[tor-commits] [translation/torbutton-aboutdialogdtd_completed] Update translations for torbutton-aboutdialogdtd_completed

2018-11-02 Thread translation
commit 1c51b7255fd867f2ad10147eee36348f4871a81a Author: Translation commit bot Date: Fri Nov 2 15:18:39 2018 + Update translations for torbutton-aboutdialogdtd_completed --- el/aboutdialog.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/aboutdialog.dtd b/el/a

[tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd

2018-11-02 Thread translation
commit f14ced51fb2ae3f59b2034585c0c1f0860eaf67b Author: Translation commit bot Date: Fri Nov 2 15:18:34 2018 + Update translations for torbutton-aboutdialogdtd --- el/aboutdialog.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/aboutdialog.dtd b/el/aboutdialog

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

2018-11-02 Thread translation
commit 273ea28d16d3459ac3d9cc79f5a1d5d0726fb470 Author: Translation commit bot Date: Fri Nov 2 15:17:05 2018 + Update translations for tails-persistence-setup_completed --- el/el.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/el/el.po b/el/el.po index

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

2018-11-02 Thread translation
commit 806ecb971baac3b24ce354d807b9213fdd003a54 Author: Translation commit bot Date: Fri Nov 2 15:16:59 2018 + Update translations for tails-persistence-setup --- el/el.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/el/el.po b/el/el.po index b9e59a58e

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2018-11-02 Thread translation
commit b68598b59ae75ecd3f11a3ad96d30f54ecbc0c45 Author: Translation commit bot Date: Fri Nov 2 15:15:05 2018 + Update translations for abouttor-homepage --- el/aboutTor.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/el/aboutTor.dtd b/el/aboutTor.dtd index

[tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2018-11-02 Thread translation
commit 2928728814ff67af9932a67aa57fd52fe38e80af Author: Translation commit bot Date: Fri Nov 2 15:15:11 2018 + Update translations for abouttor-homepage_completed --- el/aboutTor.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/el/aboutTor.dtd b/el/aboutTor

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

2018-11-02 Thread translation
commit 5592ef3a5e0bdd08cd30f065b6b0460e048ec6e8 Author: Translation commit bot Date: Fri Nov 2 14:46:57 2018 + Update translations for tails-persistence-setup_completed --- el/el.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/el/el.po b/el/el.po ind

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

2018-11-02 Thread translation
commit 4bfafd46f5b77409f11d2688baa986d8ec88d672 Author: Translation commit bot Date: Fri Nov 2 14:46:51 2018 + Update translations for tails-persistence-setup --- el/el.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/el/el.po b/el/el.po index 382add0

[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2018-11-02 Thread translation
commit 14518028febac0029fb45ac9eee2a67400e9e502 Author: Translation commit bot Date: Fri Nov 2 14:45:21 2018 + Update translations for donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/locale/fr/LC_M

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

2018-11-02 Thread translation
commit 0ee4cba54c482d823238684e8f0eee0a060e95c4 Author: Translation commit bot Date: Fri Nov 2 14:17:17 2018 + Update translations for tails-persistence-setup_completed --- el/el.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/el.po b/el/el.po index 4c421d

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

2018-11-02 Thread translation
commit d8be7b4eb2f5e515ae77d10700cc0c82ce5400ad Author: Translation commit bot Date: Fri Nov 2 14:17:11 2018 + Update translations for tails-persistence-setup --- el/el.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/el.po b/el/el.po index 4c421d3e7..382ad

[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2018-11-02 Thread translation
commit 8d569b27a0eee63469137f23fdf653142de28605 Author: Translation commit bot Date: Fri Nov 2 14:16:52 2018 + Update translations for tails-openpgp-applet --- el/openpgp-applet.pot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/el/openpgp-applet.pot b/el/open

[tor-commits] [translation/tails-openpgp-applet_completed] Update translations for tails-openpgp-applet_completed

2018-11-02 Thread translation
commit 51e1841c2b11bfed801e70fbc7f6dec1cbedecc2 Author: Translation commit bot Date: Fri Nov 2 14:16:58 2018 + Update translations for tails-openpgp-applet_completed --- el/openpgp-applet.pot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/el/openpgp-applet.pot

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

2018-11-02 Thread translation
commit b8e36d5d04bb69e91677e8019c4f777d6297b60d Author: Translation commit bot Date: Fri Nov 2 14:16:26 2018 + Update translations for tails-iuk_completed --- el.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/el.po b/el.po index 9fd8e8b05..df6236abd

[tor-commits] [translation/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2018-11-02 Thread translation
commit 0457874eac9d83406339c6122d88f309315bd97a Author: Translation commit bot Date: Fri Nov 2 14:16:47 2018 + Update translations for tails-greeter-2_completed --- el/el.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/el/el.po b/el/el.po index

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2018-11-02 Thread translation
commit 676bd779817d6892eeead5d96b034f6bd3b842f4 Author: Translation commit bot Date: Fri Nov 2 14:16:42 2018 + Update translations for tails-greeter-2 --- el/el.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/el/el.po b/el/el.po index 2ab80c49e

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

2018-11-02 Thread translation
commit 68c321e29f7bfb8ad620c158076b78cb88426ba2 Author: Translation commit bot Date: Fri Nov 2 14:16:20 2018 + Update translations for tails-iuk --- el.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/el.po b/el.po index 9fd8e8b05..df6236abd 100644 --

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

2018-11-02 Thread translation
commit 1ce4f8f5203fe6e233d4cb603d7fad84cc81dac1 Author: Translation commit bot Date: Fri Nov 2 14:16:31 2018 + Update translations for tails-perl5lib --- el.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el.po b/el.po index 259990cc0..e59256226 100644 --- a/

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

2018-11-02 Thread translation
commit b6e26badfbcb99c203ec43b9d972b3efde4af835 Author: Translation commit bot Date: Fri Nov 2 14:16:36 2018 + Update translations for tails-perl5lib_completed --- el.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el.po b/el.po index 259990cc0..e59256226 100

[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2018-11-02 Thread translation
commit 4d4693a18d1e5a70f55289709c2481845d6a1c6b Author: Translation commit bot Date: Fri Nov 2 14:16:07 2018 + Update translations for mat-gui_completed --- el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index 254c712b3..1b9d4439b 100644 --- a/e

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2018-11-02 Thread translation
commit e0221129b5b92f4bb2fb85de7864c7ef8e4a Author: Translation commit bot Date: Fri Nov 2 14:15:50 2018 + Update translations for liveusb-creator --- el/el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/el.po b/el/el.po index d8ebb7148..7594b2bb3 100644

[tor-commits] [translation/mat-gui] Update translations for mat-gui

2018-11-02 Thread translation
commit b15c59f9f8ed26289b2bcf4943fda8426784a7f7 Author: Translation commit bot Date: Fri Nov 2 14:16:02 2018 + Update translations for mat-gui --- el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index 254c712b3..1b9d4439b 100644 --- a/el.po +++ b

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2018-11-02 Thread translation
commit aa67dc396955e2cd41442b23b7eca28565c44ee4 Author: Translation commit bot Date: Fri Nov 2 14:15:56 2018 + Update translations for liveusb-creator_completed --- el/el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/el.po b/el/el.po index d8ebb7148..7594b2b

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

2018-11-02 Thread nickm
commit f57fd0318a0c02ed1e8a4f3ff65e9d1e328fe811 Merge: 2ac24b503 8b5ad246e Author: Nick Mathewson Date: Fri Nov 2 10:01:26 2018 -0400 Merge remote-tracking branch 'tor-github/pr/397' changes/ticket28006| 3 +++ scripts/test/chutney-git-bisect.sh | 6 +++--- 2 files changed

[tor-commits] [tor/master] Fix issues that shellcheck found in chutney-git-bisect.sh

2018-11-02 Thread nickm
commit 8b5ad246e81a8346b79d37052320753f87e22a04 Author: rl1987 Date: Thu Oct 11 20:28:11 2018 +0300 Fix issues that shellcheck found in chutney-git-bisect.sh --- changes/ticket28006| 3 +++ scripts/test/chutney-git-bisect.sh | 6 +++--- 2 files changed, 6 insertions(+), 3 d

[tor-commits] [webwml/staging] Update "Android" Experimental Tor Browser verion

2018-11-02 Thread boklm
commit 91543c41fadfa999c284d585c69ab33db9ac340f Author: hiro Date: Wed Oct 31 16:32:12 2018 +0100 Update "Android" Experimental Tor Browser verion --- es/banner.wmi| 18 + es/index.wml | 202 +++ es/navigation.wmi| 2

[tor-commits] [webwml/staging] Update Linus' description

2018-11-02 Thread boklm
commit 02b69e8b4f87be995937f8a73c67c0d1b0b91221 Author: Damian Johnson Date: Tue Oct 30 13:44:44 2018 -0700 Update Linus' description Changes per Linus' request. --- about/en/board.wml | 26 ++ about/en/corepeople.wml | 2 +- 2 files changed, 7 insert

[tor-commits] [webwml/staging] Add metrics data architect job post

2018-11-02 Thread boklm
commit 7e6ccb997d82a0596e41e565974e5c2580494d82 Author: hiro Date: Fri Nov 2 13:20:03 2018 +0100 Add metrics data architect job post --- about/en/jobs-metrics-data-architect.wml | 111 +++ about/en/jobs.wml| 1 + 2 files changed, 112 in

[tor-commits] [webwml/staging] Update Linus' photo and pronoun

2018-11-02 Thread boklm
commit 3b4f9216367929dfc3ffeb86cf48965db15b94b0 Author: Damian Johnson Date: Tue Oct 30 14:07:20 2018 -0700 Update Linus' photo and pronoun --- about/en/corepeople.wml| 1 + images/people/ln5.png | Bin 34926 -> 32291 bytes images/people/orig/ln5.jpg | Bin 18819 -> 54715 bytes

[tor-commits] [webwml/staging] Add new Tor Browser version: 8.5a4

2018-11-02 Thread boklm
commit 7f400c4b2056765aad4d75168883d63b681ca664 Author: Nicolas Vigier Date: Tue Oct 23 23:01:21 2018 +0200 Add new Tor Browser version: 8.5a4 --- include/versions.wmi | 4 ++-- projects/torbrowser/RecommendedTBBVersions | 6 +- 2 files changed, 7 insertions(+), 3

[tor-commits] [webwml/staging] Add mozilla match to donate button

2018-11-02 Thread boklm
commit 884403dd4a2c3092d1c3b8374dfc8065f24c93df Author: hiro Date: Wed Oct 31 15:41:16 2018 +0100 Add mozilla match to donate button --- download/en/download-easy.wml | 2 ++ download/es/download-easy.wml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/download/en/d

[tor-commits] [webwml/staging] Bug 28287: fix es download-easy links

2018-11-02 Thread boklm
commit 5551e7e5835a61d3ea2c42587a25b388fab96e0e Author: Nicolas Vigier Date: Fri Nov 2 14:58:02 2018 +0100 Bug 28287: fix es download-easy links --- download/es/download-easy.wml | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/download/es/down

[tor-commits] [webwml/staging] Remove 8.0.2 and 8.5a3 from RecommendedTBBVersions

2018-11-02 Thread boklm
commit 1ebfc8b28e74d7b6947f2b0a4a063a2aa62e7cc4 Author: Nicolas Vigier Date: Thu Oct 25 12:30:57 2018 +0200 Remove 8.0.2 and 8.5a3 from RecommendedTBBVersions --- projects/torbrowser/RecommendedTBBVersions | 8 1 file changed, 8 deletions(-) diff --git a/projects/torbrowser/Recom

[tor-commits] [webwml/staging] Removed spanish version of the banner

2018-11-02 Thread boklm
commit ef90b4eaa63eaa0e5a6c72515c11effa456eb882 Author: hiro Date: Tue Oct 23 18:31:51 2018 +0200 Removed spanish version of the banner --- es/banner.wmi | 6 -- es/index.wml | 204 -- es/navigation.wmi | 29 3 files

[tor-commits] [webwml/staging] Fix Tor Browser release date

2018-11-02 Thread boklm
commit 3237319afa9dfcdc3189f4b7e76786d6fa9ec301 Author: Nicolas Vigier Date: Tue Oct 23 19:55:57 2018 +0200 Fix Tor Browser release date --- include/versions.wmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/versions.wmi b/include/versions.wmi index 29105f70..

[tor-commits] [webwml/staging] Add new Tor Browser version: 8.0.3

2018-11-02 Thread boklm
commit 50808d86c87416508abddbd999079b99aec4af4b Author: Nicolas Vigier Date: Tue Oct 23 19:47:29 2018 +0200 Add new Tor Browser version: 8.0.3 --- include/versions.wmi | 4 ++-- projects/torbrowser/RecommendedTBBVersions | 4 2 files changed, 6 insertions(+), 2 d

[tor-commits] [webwml/staging] Change homepage url

2018-11-02 Thread boklm
commit 817cc58397bcd81cf6b1b096be545c307e6f2a9d Author: hiro Date: Tue Oct 23 15:49:03 2018 +0200 Change homepage url --- en/banner.wmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/banner.wmi b/en/banner.wmi index da044de3..bb914cc8 100644 --- a/en/banner.wmi +++

  1   2   3   >