commit 33921ae7e07ad5ac34e4a7ba40b626f3eddcc6a2 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Aug 7 14:37:48 2018 +0200
Update news.json to version 284 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index f0440a6..03d7f6a 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -3291,6 +3291,31 @@ "target" : "https://metrics.torproject.org/userstats-bridge-country.html?start=2018-06-0..." } ] }, { + "start" : "2018-07-29", + "ongoing" : true, + "places" : [ "bd" ], + "short_description" : "Protests over road safety in Dhaka, Bangladesh", + "description" : "Protests over road safety in Dhaka, Bangladesh. Reports of mobile network throttling and blocking of Facebook.", + "links" : [ { + "label" : "New York Times article", + "target" : "https://www.nytimes.com/2018/08/05/world/asia/bangladesh-students-protests.h..." + }, { + "label" : "Daily Star article on throttling", + "target" : "https://www.thedailystar.net/country/bangladesh-mobile-internet-speed-brough..." + } ] +}, { + "start" : "2018-08-04", + "end" : "2018-08-05", + "short_description" : "Collector was missing consensuses", + "description" : "Collector was missing consensuses. They were recovered via recent relay consensus diffs.", + "links" : [ { + "label" : "metrics-team thread", + "target" : "https://lists.torproject.org/pipermail/metrics-team/2018-August/000869.html" + }, { + "label" : "tor-relays thread", + "target" : "https://lists.torproject.org/pipermail/tor-relays/2018-August/015850.html" + } ] +}, { "start" : "2016-02-24", "places" : [ "tm" ], "protocols" : [ "<OR>" ],
tor-commits@lists.torproject.org