commit 12d2b69bef43d80ca0eb7c111b12d3f09db205d7 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Sep 5 11:54:45 2018 +0200
Update news.json to version 286 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index 8e5b86a..9810770 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -3939,19 +3939,35 @@ "unknown" : true }, { "start" : "2018-06-10", + "end" : "2018-07-11", "places" : [ "tr" ], "protocols" : [ "relay" ], "short_description" : "Jump of relay users in Turkey, from 5k to about 30k", - "description" : "Jump of relay users in Turkey, from 5k to about 30k. The timing corresponds to the release of Tor Browser 7.5.5 and 8.0a8.", + "description" : "Jump of relay users in Turkey, from 5k to about 30k. The timing of the beginning corresponds to the release of Tor Browser 7.5.5 and 8.0a8.", "links" : [ { "label" : "relay graph", - "target" : "https://metrics.torproject.org/userstats-relay-country.html?start=2018-04-01..." + "target" : "https://metrics.torproject.org/userstats-relay-country.html?start=2018-05-01..." }, { "label" : "bridge graph", - "target" : "https://metrics.torproject.org/userstats-bridge-country.html?start=2018-04-0..." + "target" : "https://metrics.torproject.org/userstats-bridge-country.html?start=2018-05-0..." }, { "label" : "comment", "target" : "https://bugs.torproject.org/21014#comment:19" } ], "unknown" : true +}, { + "start" : "2018-07-28", + "ongoing" : true, + "places" : [ "tr" ], + "protocols" : [ "relay" ], + "short_description" : "Another jump of relay users in Turkey, from 5k to about 30k.", + "description" : "Another jump of relay users in Turkey, from 5k to about 30k.", + "links" : [ { + "label" : "relay graph", + "target" : "https://metrics.torproject.org/userstats-relay-country.html?start=2018-05-01..." + }, { + "label" : "bridge graph", + "target" : "https://metrics.torproject.org/userstats-bridge-country.html?start=2018-05-0..." + } ], + "unknown" : true } ] \ No newline at end of file
tor-commits@lists.torproject.org