commit ed1a21d7892729d3d02219d438dba7e18dab0500 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Mar 7 20:42:18 2018 +0100
Update news.json to version 231 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index 4c6d2cf..7036b7a 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -2819,6 +2819,14 @@ "description": "Tor 0.3.3.2-alpha reaches deb.torproject.org repositories" }, { + "start": "2018-02-27", + "ongoing": true, + "description": "Less than 3 bandwidth authorities are available.", + "links": [ + "<a href="https://lists.torproject.org/pipermail/tor-relays/2018-February/014676.html%...</a>" + ] + }, + { "start": "2016-02-24", "places": [ "tm" @@ -3441,5 +3449,21 @@ "<a href="https://www.reddit.com/r/TOR/comments/7ldrox/tor_usage_in_germany_what_happe... thread</a>" ], "unknown": true + }, + { + "start": "2017-12-12", + "end": "2018-01-10", + "places": [ + "fr" + ], + "protocols": [ + "<OR>", + "relay" + ], + "description": "Temporary tripling of relay users in France. Bridges not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-10-01...</a>" + ], + "unknown": true } ]
tor-commits@lists.torproject.org