commit 83047700b0a6203fcab0b5c0c53c27824620f7db Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed May 24 10:44:12 2017 +0200
Update news. --- website/src/main/resources/etc/news.json | 87 +++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 7 deletions(-)
diff --git a/website/src/main/resources/etc/news.json b/website/src/main/resources/etc/news.json index 7186f3f..8a3c55f 100644 --- a/website/src/main/resources/etc/news.json +++ b/website/src/main/resources/etc/news.json @@ -443,7 +443,7 @@ { "start": "2017-05-16", "place": "ua", - "description": "Ukraine blocks Russian-operated web services. Relay and bridge users increase over 5 ×.", + "description": "Ukraine blocks Russian-operated web services. Relay and bridge users increase over 5×.", "links": [ "<a href="https://www.rt.com/business/388502-ukraine-bans-vk-yandex/%5C%22%3Enews article</a>", "<a href="https://www.reddit.com/r/TOR/comments/6c9ig1%5C%22%3Ereddit post</a>", @@ -457,7 +457,7 @@ "protocols": [ "<OR>" ], - "description": "Large drop in direct users in Turkmenistan", + "description": "Large drop in direct users in Turkmenistan.", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2015-11-01...</a>" ], @@ -465,13 +465,14 @@ }, { "start": "2016-07-21", + "end": "2017-03-03", "place": "br", "protocols": [ "meek" ], - "description": "Sustained increase in meek users in Brazil. Locals believe that they are not actual users, rather bots or something like that.", + "description": "Sustained increase in meek users in Brazil. Locals believe that they are not actual users, rather bots or something like that. End date coincides with shutdown of meek-azure before migration.", "links": [ - "<a href="https://metrics.torproject.org/userstats-bridge-combined.html?start=2016-01-...</a>" + "<a href="https://metrics.torproject.org/userstats-bridge-combined.html?start=2016-06-...</a>" ], "unknown": true }, @@ -481,7 +482,7 @@ "protocols": [ "<OR>" ], - "description": "Large decrease in users in China", + "description": "Large decrease in users in China.", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2016-07-30...</a>", "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2016-07-3...</a>" @@ -493,7 +494,8 @@ "end": "2016-10-25", "place": "il", "protocols": [ - "<OR>" + "<OR>", + "relay" ], "description": "Direct users fluctuate wildly in Israel. Bridge users not affected.", "links": [ @@ -534,7 +536,7 @@ "<OR>", "relay" ], - "description": "Huge increase in relay users (200k+)", + "description": "Huge increase in relay users (200k+).", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2016-11-23...</a>", "<a href="https://lists.torproject.org/pipermail/metrics-team/2017-January/000284.html... thread</a>", @@ -555,5 +557,76 @@ "<a href="https://bugs.torproject.org/21345%5C%22%3Eticket</a>" ], "unknown": true + }, + { + "start": "2017-04-05", + "end": "2017-04-13", + "place": "il", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Sudden increase of direct users in Israel. Bridge users not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-02-22... graph</a>" + ], + "unknown": true + }, + { + "start": "2017-04-17", + "end": "2017-04-23", + "place": "il", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Another sudden increase of direct users in Israel. Bridge users not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-02-22... graph</a>" + ], + "unknown": true + }, + { + "start": "2017-04-23", + "place": "tw", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Direct users fluctuate widely in Taiwan after a 3× sudden increase.", + "links": [ + "<a href="https://lists.torproject.org/pipermail/tor-talk/2017-May/043206.html%5C%22%3... post</a>", + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-02-22...</a>" + ], + "unknown": true + }, + { + "start": "2017-05-09", + "end": "2017-05-12", + "place": "mo", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Sudden temporary peak of 3k direct users in Macau.", + "links": [ + "<a href="https://lists.torproject.org/pipermail/tor-talk/2017-May/043206.html%5C%22%3... post</a>", + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-02-22...</a>" + ], + "unknown": true + }, + { + "start": "2017-05-10", + "place": "eg", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Drop in direct users from Egypt.", + "links": [ + "<a href="https://lists.torproject.org/pipermail/tor-talk/2017-May/043206.html%5C%22%3... post</a>", + "<a href="https://metrics.torproject.org/userstats-relay-country.html?graph=userstats-...</a>" + ], + "unknown": true } ]
tor-commits@lists.torproject.org