commit 13952b1a084390fe37a0398e5556043da18ce483 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Aug 15 09:11:10 2017 +0200
Update news.json to version 115 of doc/MetricsTimeline. --- website/src/main/resources/etc/news.json | 113 +++++++++++++++++++++++++++++-- 1 file changed, 107 insertions(+), 6 deletions(-)
diff --git a/website/src/main/resources/etc/news.json b/website/src/main/resources/etc/news.json index 841495a..32414b0 100644 --- a/website/src/main/resources/etc/news.json +++ b/website/src/main/resources/etc/news.json @@ -433,6 +433,16 @@ ] }, { + "start": "2017-01-24", + "protocols": [ + "snowflake" + ], + "description": "Tor Browser 7.0a1 released, including Snowflake for GNU/Linux only.", + "links": [ + "<a href="https://blog.torproject.org/blog/tor-browser-70a1-released%5C%22%3Eblog post</a>" + ] + }, + { "start": "2017-02-10", "protocols": [ "<OR>", @@ -639,6 +649,16 @@ ] }, { + "start": "2017-08-08", + "protocols": [ + "snowflake" + ], + "description": "Tor Browser 7.5a4 released, including Snowflake for macOS.", + "links": [ + "<a href="https://blog.torproject.org/blog/tor-browser-75a4-released%5C%22%3Eblog post</a>" + ] + }, + { "start": "2016-02-24", "place": "tm", "protocols": [ @@ -756,14 +776,15 @@ }, { "start": "2017-02-06", + "end": "2017-08-01", "place": "ae", "protocols": [ "obfs3" ], - "description": "Increase in obfs3 users from the UAE, from 5K to 75K. Other transports and countries not affected.", + "description": "Increase in obfs3 users from the UAE, from 5K to 100K. Other transports not affected.", "links": [ - "<a href="https://metrics.torproject.org/userstats-bridge-transport.html?start=2017-01... graph</a>", - "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2016-11-2... bridge graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-transport.html?start=2017-01... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2017-01-0... bridge graph</a>", "<a href="https://bugs.torproject.org/21345%5C%22%3Eticket</a>" ], "unknown": true @@ -866,6 +887,19 @@ "unknown": true }, { + "start": "2017-06-13", + "place": "ch", + "protocols": [ + "obfs4" + ], + "description": "Increase in obfs4 users in Switzerland, from 200 to 400.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2017-01-0... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-combined.html?start=2017-01-... graph</a>" + ], + "unknown": true + }, + { "start": "2017-06-14", "place": "ml", "description": "Sudden increase of direct and bridge users in Mali.", @@ -876,14 +910,81 @@ "unknown": true }, { + "start": "2017-07-15", + "end": "2017-07-22", + "place": "sc", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Increase of relay users in the Seychelles, from 400 to 6000. Bridge users not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>" + ], + "unknown": true + }, + { + "start": "2017-07-31", + "place": "nl", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Increase of relay users in the Netherlands, from 50k to 100k.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>" + ], + "unknown": true + }, + { + "start": "2017-07-31", + "place": "ro", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Increase of relay users in Romania, from 10k to 40k. Bridge users not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>" + ], + "unknown": true + }, + { "start": "2017-08-02", "place": "lt", "protocols": [ - "<OR>" + "<OR>", + "relay" + ], + "description": "Increase of relay users in Lithuania, from 2k to 70k. Bridge users not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-06-01... graph</a>" + ], + "unknown": true + }, + { + "start": "2017-08-06", + "place": "sc", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Further increase of relay users in the Seychelles, from 5k to 100k. Bridge users not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>" + ], + "unknown": true + }, + { + "start": "2017-08-07", + "place": "at", + "protocols": [ + "<OR>", + "relay" ], - "description": "Increase of direct users in Lithuania, from 2k to 70k. Bridge users not affected.", + "description": "Fluctuations of relay users in Austria. Bridge users not affected.", "links": [ - "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-06-01...</a>" + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-05-16... graph</a>" ], "unknown": true }
tor-commits@lists.torproject.org