commit 86f22ab6ead29d50dfaec1f76fc1dec1024bdf55 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Nov 8 10:58:13 2017 +0100
Update news.json to version 185 of doc/MetricsTimeline. --- website/src/main/resources/etc/news.json | 35 ++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 9 deletions(-)
diff --git a/website/src/main/resources/etc/news.json b/website/src/main/resources/etc/news.json index 403d70d..9f1d37a 100644 --- a/website/src/main/resources/etc/news.json +++ b/website/src/main/resources/etc/news.json @@ -1864,7 +1864,7 @@ "<OR>", "relay" ], - "description": "Increase of relay users in the Netherlands, from 50k to 100k.", + "description": "Increase of relay users in the Netherlands, from 50k to 100k. Stopped at the same time as increases in Romania, Lithuania, and the Seychelles.", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-07-01... graph</a>", "<a href="https://lists.torproject.org/pipermail/tor-dev/2017-September/012446.html%5C... suggesting link to 2× dirauth bandwidth</a>", @@ -1875,6 +1875,7 @@ }, { "start": "2017-07-31", + "end": "2017-10-07", "places": [ "ro" ], @@ -1882,9 +1883,9 @@ "<OR>", "relay" ], - "description": "Increase of relay users in Romania, from 10k to 40k. Bridge users not affected.", + "description": "Increase of relay users in Romania, from 10k to 40k. Bridge users not affected. Stopped at the same time as increases in the Netherlands, Lithuania, and the Seychelles. Another increase began immediately after.", "links": [ - "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>", + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>", "<a href="https://lists.torproject.org/pipermail/tor-dev/2017-September/012446.html%5C... suggesting link to 2× dirauth bandwidth</a>" ], "unknown": true @@ -1899,7 +1900,7 @@ "<OR>", "relay" ], - "description": "Increase of relay users in Lithuania, from 2k to 70k. Bridge users not affected.", + "description": "Increase of relay users in Lithuania, from 2k to 70k. Stopped at the same time as increases in the Nethernlands, Romania, and the Seychelles.", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-07-01... graph</a>", "<a href="https://lists.torproject.org/pipermail/tor-dev/2017-September/012446.html%5C... suggesting link to 2× dirauth bandwidth</a>", @@ -1918,7 +1919,7 @@ "<OR>", "relay" ], - "description": "Further increase of relay users in the Seychelles, from 5k to 100k. Bridge users not affected.", + "description": "Further increase of relay users in the Seychelles, from 5k to 100k. Stopped at the same time as increases in the Netherlands, Romania, and Lithuania.", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-07-01... graph</a>", "<a href="https://lists.torproject.org/pipermail/tor-dev/2017-September/012446.html%5C... suggesting link to 2× dirauth bandwidth</a>", @@ -1989,8 +1990,7 @@ "unknown": true }, { - "start": "2017-09-17", - "end": "2017-10-15", + "start": "2017-09-26", "places": [ "de" ], @@ -1998,9 +1998,26 @@ "<OR>", "relay" ], - "description": "Twofold increase in direct Tor users in Germany.", + "description": "Steady increase of users in Germany, from 180k to over 500k.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-08-15... graph</a>", + "<a href="https://www.reddit.com/r/TOR/comments/7b53kq/direct_users_from_germany_go_fr... thread</a>" + ], + "unknown": true + }, + { + "start": "2017-10-07", + "places": [ + "ro" + ], + "protocols": [ + "<OR>", + "relay" + ], + "description": "Steady increase of relay users in Romania.", "links": [ - "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-09-17... graph</a>" + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-08-09...</a>", + "<a href="https://lists.torproject.org/pipermail/metrics-team/2017-October/000502.html... thread</a>" ], "unknown": true }
tor-commits@lists.torproject.org