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

2014-08-18 Thread translation
commit 1e9825e1acc0d020a22a1df4ab5482aedf87a841 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 07:45:33 2014 + Update translations for tor-launcher-network-settings --- lo/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [ooni-probe/master] Update changelog

2014-08-18 Thread art
commit 71f2b3fcfb3fdccb6ead3467b5bcc63db4113a33 Author: Arturo Filastò a...@fuffa.org Date: Mon Aug 18 12:53:42 2014 +0200 Update changelog --- ChangeLog.md |3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 40368bc..a349dff 100644 ---

[tor-commits] [ooni-probe/master] Fixed dns_spoof test

2014-08-18 Thread art
commit eca91753ab98118190626f1dbb6b583b54ec18d5 Author: kudrom kud...@riseup.net Date: Sun Aug 17 22:04:24 2014 +0200 Fixed dns_spoof test --- ooni/nettests/manipulation/dns_spoof.py | 48 +-- 1 file changed, 20 insertions(+), 28 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Fix unittest for tor silly listener

2014-08-18 Thread art
commit 54d017322c9abdf1acacd2da91be655a724d79e1 Author: Arturo Filastò a...@fuffa.org Date: Mon Aug 18 13:02:37 2014 +0200 Fix unittest for tor silly listener --- ooni/tests/test_settings.py |4 1 file changed, 4 insertions(+) diff --git a/ooni/tests/test_settings.py

[tor-commits] r26921: {website} add new mirror (website/trunk/include)

2014-08-18 Thread Andrew Lewman
Author: phobos Date: 2014-08-18 11:44:39 + (Mon, 18 Aug 2014) New Revision: 26921 Modified: website/trunk/include/tor-mirrors.csv Log: add new mirror Modified: website/trunk/include/tor-mirrors.csv === ---

[tor-commits] r26922: {website} remove a mirror (website/trunk/include)

2014-08-18 Thread Andrew Lewman
Author: phobos Date: 2014-08-18 11:45:28 + (Mon, 18 Aug 2014) New Revision: 26922 Modified: website/trunk/include/tor-mirrors.csv Log: remove a mirror Modified: website/trunk/include/tor-mirrors.csv === ---

[tor-commits] [ooni-probe/master] Use vulture to find and delete some dead code.

2014-08-18 Thread art
commit eb417483e4bf8772d9da71c71ecfd30404425320 Author: Arturo Filastò a...@fuffa.org Date: Mon Aug 18 13:57:11 2014 +0200 Use vulture to find and delete some dead code. --- ooni/deck.py |1 - ooni/nettest.py | 18 - ooni/oonibclient.py | 34

[tor-commits] [ooni-probe/master] Fix some errors detected with pyflakes

2014-08-18 Thread art
commit 59adcce1b1b9f3698b58baaa7e42a61c0b334c80 Author: Arturo Filastò a...@fuffa.org Date: Mon Aug 18 14:09:21 2014 +0200 Fix some errors detected with pyflakes --- ooni/geoip.py |2 +- ooni/nettest.py |1 -

[tor-commits] [tor/release-0.2.5] Fix some URLs in the README

2014-08-18 Thread nickm
commit 4056c61608f1ede0da56559cb7e56ec2087dc659 Author: Nick Mathewson ni...@torproject.org Date: Sat Aug 9 15:57:06 2014 -0400 Fix some URLs in the README patch from mttp; fixes 12830 --- README |9 - changes/bug12830 |4 2 files changed, 8

[tor-commits] [tor/release-0.2.5] fix extra words in man page

2014-08-18 Thread nickm
commit 691371b8026d40467662a9c7cf3bd9f788ea6df5 Author: Roger Dingledine a...@torproject.org Date: Sat Aug 9 15:40:40 2014 -0400 fix extra words in man page --- doc/tor.1.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index

[tor-commits] [tor/release-0.2.5] Merge remote-tracking branch 'intrigeri/bug12731-systemd-no-run-as-daemon' into maint-0.2.5

2014-08-18 Thread nickm
commit 74a8555d2be2ce9d33e9814212e5de49ba089274 Merge: 88590ed 8b470ee Author: Nick Mathewson ni...@torproject.org Date: Wed Jul 30 14:00:21 2014 -0400 Merge remote-tracking branch 'intrigeri/bug12731-systemd-no-run-as-daemon' into maint-0.2.5 Conflicts:

[tor-commits] [tor/release-0.2.5] Add an extra check in channel_send_destroy for circID==0

2014-08-18 Thread nickm
commit 981e037fd3b9e20b6e58e9c1470999a0f3a1ef0e Author: Nick Mathewson ni...@torproject.org Date: Tue Aug 12 12:14:05 2014 -0400 Add an extra check in channel_send_destroy for circID==0 Prevents other cases of 12848. --- src/or/channel.c |8 1 file changed, 8

[tor-commits] [tor/release-0.2.5] Don't send DESTROY to circID 0 when circuit_deliver_create_cell fails

2014-08-18 Thread nickm
commit b32a8b024ce3a57f8865ed2937dbc3f3fd5072ee Author: Nick Mathewson ni...@torproject.org Date: Tue Aug 12 12:10:57 2014 -0400 Don't send DESTROY to circID 0 when circuit_deliver_create_cell fails Cypherpunks found this and wrote this patch. Fix for 12848; fix on (I

[tor-commits] [tor/release-0.2.5] fix three typos in comments

2014-08-18 Thread nickm
commit 0c869af7f8626cc74a7b82d0c0d6192cbb796d02 Author: Roger Dingledine a...@torproject.org Date: Wed Aug 6 02:20:51 2014 -0400 fix three typos in comments --- src/or/directory.c |2 +- src/or/routerlist.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor/release-0.2.5] Fix another case of 12848 in circuit_handle_first_hop

2014-08-18 Thread nickm
commit 0044d74b3c51cf5824435e76eca2a675b51a14bc Author: Nick Mathewson ni...@torproject.org Date: Tue Aug 12 12:15:09 2014 -0400 Fix another case of 12848 in circuit_handle_first_hop I looked for other places where we set circ-n_chan early, and found one in

[tor-commits] [tor/release-0.2.5] Merge remote-tracking branch 'karsten/geoip6-aug2014' into maint-0.2.4

2014-08-18 Thread nickm
commit b45f0f8fb9b11effcd48159c078f09a3fbc04b11 Merge: 244ca67 6235b47 Author: Nick Mathewson ni...@torproject.org Date: Wed Aug 13 12:51:38 2014 -0400 Merge remote-tracking branch 'karsten/geoip6-aug2014' into maint-0.2.4 changes/geoip6-august2014 |3 + src/config/geoip6 |

[tor-commits] [tor/release-0.2.5] Build circuits more readily when DisableNetwork goes to 0

2014-08-18 Thread nickm
commit fcac4b4467427e8f6ad948e8c8e6f34a0131e716 Author: Roger Dingledine a...@torproject.org Date: Tue Aug 5 16:54:46 2014 -0400 Build circuits more readily when DisableNetwork goes to 0 When Tor starts with DisabledNetwork set, it would correctly conclude that it shouldn't try

[tor-commits] [tor/release-0.2.5] Documentation fix on arguments to CookieAuthFileGroupReadable

2014-08-18 Thread nickm
commit 0ee1be0c698fa330a2ee2e4f2818e2118f459517 Author: Nick Mathewson ni...@torproject.org Date: Fri Aug 15 08:32:54 2014 -0400 Documentation fix on arguments to CookieAuthFileGroupReadable We don't actually allow a group name, but the documentation implied that we did. ---

[tor-commits] [tor/release-0.2.5] Merge remote-tracking branch 'public/bug12848_024' into maint-0.2.5

2014-08-18 Thread nickm
commit d443658fade3b4090d0b93903b4aec857cab03ea Merge: 789c8d8 0044d74 Author: Nick Mathewson ni...@torproject.org Date: Wed Aug 13 23:14:28 2014 -0400 Merge remote-tracking branch 'public/bug12848_024' into maint-0.2.5 Conflicts: src/or/circuitbuild.c changes/bug12848

[tor-commits] [tor/release-0.2.5] Restore functionality for CookieAuthFileGroupReadable.

2014-08-18 Thread nickm
commit 0808ed83f9cf312abe229d0956f0b0132a79962d Author: Nick Mathewson ni...@torproject.org Date: Fri Aug 15 08:30:44 2014 -0400 Restore functionality for CookieAuthFileGroupReadable. When we merged the cookieauthfile creation logic in 33c3e60a37, we accidentally took out this

[tor-commits] [tor/release-0.2.5] Some documentation fixes for #12864.

2014-08-18 Thread nickm
commit 112c984f9242699d273f3096d669eb1024d7f64b Author: George Kadianakis desnac...@riseup.net Date: Fri Aug 15 23:12:06 2014 +0300 Some documentation fixes for #12864. --- doc/tor.1.txt |2 +- src/or/config.c |3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/release-0.2.5] Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5

2014-08-18 Thread nickm
commit fa7ce6d3be62061de73176ffb939aa8d353d4014 Merge: 4056c61 b45f0f8 Author: Nick Mathewson ni...@torproject.org Date: Wed Aug 13 12:52:40 2014 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 changes/geoip-august2014 |3 + changes/geoip6-august2014 |3 +

[tor-commits] [tor/release-0.2.5] Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5

2014-08-18 Thread nickm
commit 9f950d80c3547aac8778478a03c1f2c752ef876a Merge: 390728d 967b4e7 Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 09:39:32 2014 -0400 Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5 README|9 +-

[tor-commits] [tor/release-0.2.5] Apply an MSVC compilation fix from Gisle Vanem

2014-08-18 Thread nickm
commit 789c8d8573b9969acd808bb19d211d4ae9ac3be4 Author: Nick Mathewson ni...@torproject.org Date: Wed Aug 13 15:11:00 2014 -0400 Apply an MSVC compilation fix from Gisle Vanem This fixes a double-define introduced in 28538069b2f1909a7600ec6d --- changes/test.h_msvc |3 +++

[tor-commits] [tor/master] Improve comments in checkSpace.pl to explain how to fix its warnings

2014-08-18 Thread nickm
commit 3d6652f3d1e2ef7533176fc1e0af765f329f85f3 Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 10:03:14 2014 -0400 Improve comments in checkSpace.pl to explain how to fix its warnings --- scripts/maint/checkSpace.pl | 30 +- 1 file changed, 29

[tor-commits] [tor/master] Fix windows warning introduced by 0808ed83f9cf312abe229

2014-08-18 Thread nickm
commit b159ffb675a274b285acc55204eaf6e83cd72bf8 Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 10:19:05 2014 -0400 Fix windows warning introduced by 0808ed83f9cf312abe229 This will fix the warning /src/or/config.c:6854:48: error: unused parameter

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.5'

2014-08-18 Thread nickm
commit 2937de21803174e14873f68b34ba8a6c62285c45 Merge: 3d6652f b159ffb Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 10:20:37 2014 -0400 Merge remote-tracking branch 'origin/maint-0.2.5' src/or/config.c |2 ++ 1 file changed, 2 insertions(+)

[tor-commits] [tor/maint-0.2.5] Fix windows warning introduced by 0808ed83f9cf312abe229

2014-08-18 Thread nickm
commit b159ffb675a274b285acc55204eaf6e83cd72bf8 Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 10:19:05 2014 -0400 Fix windows warning introduced by 0808ed83f9cf312abe229 This will fix the warning /src/or/config.c:6854:48: error: unused parameter

[tor-commits] [torspec/master] Add consensus method 18 to the list in dir-spec section 3.8.1

2014-08-18 Thread nickm
commit dc3cefa597c2010e97536fdfbcde10424aea995b Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 10:36:41 2014 -0400 Add consensus method 18 to the list in dir-spec section 3.8.1 --- dir-spec.txt |1 + 1 file changed, 1 insertion(+) diff --git a/dir-spec.txt b/dir-spec.txt

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

2014-08-18 Thread translation
commit 19ff3f89d8ad624cf5ff00fcdb072c92094be59b Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:15:02 2014 + Update translations for bridgedb --- en_GB/LC_MESSAGES/bridgedb.po | 33 + 1 file changed, 17 insertions(+), 16

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

2014-08-18 Thread translation
commit fc90021eccf26f0a4ba14d6b81e3e45e41e5a56d Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:08 2014 + Update translations for gettor --- zh_HK/gettor.po |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh_HK/gettor.po

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

2014-08-18 Thread translation
commit e9fb8717d9060170b953ea1b16ec21baf3e65f45 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:14 2014 + Update translations for torcheck --- zh_HK/torcheck.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_HK/torcheck.po

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

2014-08-18 Thread translation
commit 827af320a615aebfde547f194519630a657697c6 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:02 2014 + Update translations for bridgedb --- en_GB/LC_MESSAGES/bridgedb.po | 64 - 1 file changed, 32

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

2014-08-18 Thread translation
commit 51229a88da20983152ebec524236f39675098e43 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:21 2014 + Update translations for https_everywhere --- en_GB/ssl-observatory.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2014-08-18 Thread translation
commit c6cfefcc76f17d4cf81a56d684d8792773fb10c8 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:29 2014 + Update translations for liveusb-creator --- en_GB/en_GB.po |9 + zh_HK/zh_HK.po | 12 ++-- 2 files changed, 11 insertions(+),

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

2014-08-18 Thread translation
commit cd6450a78f2fc856306781f18c807363b120f2d8 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:25 2014 + Update translations for https_everywhere_completed --- en_GB/ssl-observatory.dtd |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

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

2014-08-18 Thread translation
commit 92e9f7260f89a3782c9959bb0b248573368ac37c Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 15:45:49 2014 + Update translations for abouttor-homepage --- zh_HK/aboutTor.dtd | 26 +- 1 file changed, 13 insertions(+), 13

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

2014-08-18 Thread translation
commit e43f19b690aa8018c0c56ca2392dad904da6ebe7 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 17:15:06 2014 + Update translations for bridgedb_completed --- es/LC_MESSAGES/bridgedb.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff

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

2014-08-18 Thread translation
commit 99a1864f7d380a52343be2c653ef584224952d78 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 17:15:26 2014 + Update translations for liveusb-creator --- ca/ca.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ca/ca.po

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

2014-08-18 Thread translation
commit 2debfe41ed5db9663ca09899334ce63831a94592 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 17:15:16 2014 + Update translations for torcheck_completed --- es/torcheck.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

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

2014-08-18 Thread translation
commit f3f632f268f943cc901ae3e7fc4d2f6bdf3dd9e3 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 17:15:13 2014 + Update translations for torcheck --- es/torcheck.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/es/torcheck.po

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

2014-08-18 Thread translation
commit a1149020174b501e6ae0c461acfadaea776b9489 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 17:15:03 2014 + Update translations for bridgedb --- es/LC_MESSAGES/bridgedb.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[tor-commits] [torspec/master] Add proposal 237: All relays are directory servers by Matthew Finkel

2014-08-18 Thread nickm
commit 38e1ccdecac69be6651fc6d0ffb0b7c0f68ae3ed Author: Nick Mathewson ni...@torproject.org Date: Mon Aug 18 14:05:25 2014 -0400 Add proposal 237: All relays are directory servers by Matthew Finkel --- proposals/000-index.txt |2 +

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

2014-08-18 Thread translation
commit af10b2ef1be870706e989dad8a2298d901c9d46f Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 18:15:38 2014 + Update translations for tor-launcher-network-settings --- ja/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2014-08-18 Thread translation
commit 2b2616dd8edd88472f110f114843f726ada5b088 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 18:15:30 2014 + Update translations for tor-launcher-properties --- ja/torlauncher.properties |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

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

2014-08-18 Thread translation
commit 1ffa1cf2f418bb5758db2789eb7bf9650a9b2c77 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 18:15:40 2014 + Update translations for tor-launcher-network-settings_completed --- ja/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1

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

2014-08-18 Thread translation
commit 9658ec05ec08ffc2ccc67b6f18bebe5525760027 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 18:45:29 2014 + Update translations for tor-launcher-properties --- ja/torlauncher.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2014-08-18 Thread translation
commit 94e994a42123d9053d7bb899040867c108f34aea Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 18:45:33 2014 + Update translations for tor-launcher-properties_completed --- ja/torlauncher.properties |5 +++-- 1 file changed, 3 insertions(+), 2

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

2014-08-18 Thread translation
commit c3c42c71da247f342cbb2a9ca6f29fd4d3b3a344 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:03 2014 + Update translations for bridgedb --- nn/LC_MESSAGES/bridgedb.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff

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

2014-08-18 Thread translation
commit afbb694192455f5fab63e730b27c81b9ea0c9c4b Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:58 2014 + Update translations for tails-perl5lib_completed --- nn.po | 25 + 1 file changed, 25 insertions(+) diff --git a/nn.po

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

2014-08-18 Thread translation
commit 594461532372409d0c83a402aa72d5dabf5e4f18 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:22 2014 + Update translations for tails-persistence-setup --- nn/nn.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nn/nn.po

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

2014-08-18 Thread translation
commit 3e7a33c6cea3cb49a86d391ff6f91eb1b696f86b Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:25 2014 + Update translations for tails-greeter --- nn/nn.po | 45 +++-- 1 file changed, 23 insertions(+), 22

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

2014-08-18 Thread translation
commit d3679291ae082e617d670322fa186fd3db07 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:39 2014 + Update translations for tor-launcher-network-settings --- nn/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2014-08-18 Thread translation
commit fb3d0760d7c600c532cd64f865cc469df5386cb6 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:56 2014 + Update translations for tails-perl5lib --- nn.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nn.po b/nn.po

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

2014-08-18 Thread translation
commit 2db8f987195ac9c10a46c6ab25c9850282eb0b42 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 19:45:30 2014 + Update translations for torbirdy --- nn/torbirdy.properties | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-)

[tor-commits] [chutney/master] Remove some unused variables

2014-08-18 Thread nickm
commit db1397754ed3c591462cbdb4bfa5b7199541867b Author: Daniel Martí mv...@mvdan.cc Date: Fri Aug 15 14:39:53 2014 +0200 Remove some unused variables Signed-off-by: Daniel Martí mv...@mvdan.cc --- lib/chutney/TorNet.py |5 ++--- lib/chutney/Traffic.py |1 - 2 files

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

2014-08-18 Thread translation
commit 32e7403d7d5f90fbb37d2fefda7c35a268580bc0 Author: Translation commit bot translat...@torproject.org Date: Mon Aug 18 20:15:33 2014 + Update translations for torbirdy --- nn/torbirdy.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git