commit 2537885cfc34a8fa25d4d0e7d1c41db735d12fb7 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sat May 12 09:30:52 2018 +0200
Update news.json to version 259 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index 77d94aa..8d2fbd7 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -4631,6 +4631,47 @@ ] }, { + "start": "2018-04-30", + "ongoing": true, + "places": [ + "ir" + ], + "shortDescription": "Iranian ISPs block Telegram.", + "description": "Iranian ISPs block Telegram.", + "links": [ + { + "label": "article", + "target": "https://arstechnica.com/tech-policy/2018/05/iran-blocks-telegram-pushes-repl..." + }, + { + "label": "relay graph", + "target": "https://metrics.torproject.org/userstats-relay-country.html?start=2018-03-01..." + }, + { + "label": "bridge graph", + "target": "https://metrics.torproject.org/userstats-bridge-country.html?start=2018-03-1..." + } + ] + }, + { + "start": "2018-05-09", + "protocols": [ + "snowflake" + ], + "shortDescription": "Release of Tor Browser 8.0a7, which changes the default Snowflake rendezvous to use an Azure domain front, instead of the Google one that had been non-functional since 2018-04-13.", + "description": "Release of Tor Browser 8.0a7, which changes the default Snowflake rendezvous to use an Azure domain front, instead of the Google one that had been non-functional since 2018-04-13.", + "links": [ + { + "label": "blog post", + "target": "https://blog.torproject.org/tor-browser-80a7-released" + }, + { + "label": "ticket", + "target": "https://bugs.torproject.org/26010" + } + ] + }, + { "start": "2016-02-24", "places": [ "tm"
tor-commits@lists.torproject.org