commit d23540b70c783b70482d2b2e08764181ae9db089 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Aug 3 14:19:17 2017 +0200
Update news.json to version 108 of doc/MetricsTimeline. --- website/src/main/resources/etc/news.json | 84 ++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 15 deletions(-)
diff --git a/website/src/main/resources/etc/news.json b/website/src/main/resources/etc/news.json index fbdb61b..0645b14 100644 --- a/website/src/main/resources/etc/news.json +++ b/website/src/main/resources/etc/news.json @@ -512,13 +512,6 @@ ] }, { - "start": "2017-05-22", - "description": "Unusually slow OnionPerf measurements.", - "links": [ - "<a href="https://lists.torproject.org/pipermail/metrics-team/2017-June/000383.html%5C... thread</a>" - ] - }, - { "start": "2017-05-23", "end": "2017-06-13", "protocols": [ @@ -537,6 +530,19 @@ ] }, { + "start": "2017-06-07", + "protocols": [ + "obfs4", + "ipv6" + ], + "description": "Tor Browser 7.0 released. Adds an IPv6 address for default obfs4 bridge Lisbeth. Adds new default obfs4 bridges <a href="https://atlas.torproject.org/#details/854173307E33686BBBAC36A3A093BEF320B719...</a> and <a href="https://atlas.torproject.org/#details/D9E712E593400635462172121B7DB90B07669F...</a>.", + "links": [ + "<a href="https://blog.torproject.org/blog/tor-browser-70-released%5C%22%3Eblog post</a>", + "<a href="https://bugs.torproject.org/22429%5C%22%3EIPv6 ticket</a>", + "<a href="https://trac.torproject.org/projects/tor/ticket/22468%5C%22%3Efrosty and dragon ticket</a>" + ] + }, + { "start": "2017-06-12", "protocols": [ "obfs4" @@ -581,14 +587,6 @@ ] }, { - "start": "2017-07-02", - "description": "deb.torproject.org upgrades from tor 0.2.9 to tor 0.3.0", - "links": [ - "<a href="https://metrics.torproject.org/versions.html?start=2017-05-01&end=2017-0... versions graph</a>", - "<a href="https://twitter.com/nusenu_/status/884128686764687361%5C%22%3Etweet</a>" - ] - }, - { "start": "2017-06-26", "end": "2017-07-03", "protocols": [ @@ -611,7 +609,16 @@ ] }, { + "start": "2017-07-02", + "description": "deb.torproject.org upgrades from tor 0.2.9 to tor 0.3.0", + "links": [ + "<a href="https://metrics.torproject.org/versions.html?start=2017-05-01&end=2017-0... versions graph</a>", + "<a href="https://twitter.com/nusenu_/status/884128686764687361%5C%22%3Etweet</a>" + ] + }, + { "start": "2017-07-04", + "end": "2017-07-21", "protocols": [ "obfs4" ], @@ -622,6 +629,7 @@ }, { "start": "2017-07-04", + "end": "2017-07-21", "protocols": [ "obfs4" ], @@ -656,6 +664,16 @@ "unknown": true }, { + "start": "2016-08-18", + "place": "ml", + "description": "Sudden increase of direct and bridge users in Mali.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2016-01-01... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2016-01-0... graph</a>" + ], + "unknown": true + }, + { "start": "2016-08-24", "place": "cn", "protocols": [ @@ -751,6 +769,32 @@ "unknown": true }, { + "start": "2017-02-09", + "end": "2017-08-01", + "place": "in", + "protocols": [ + "obfs3" + ], + "description": "Gradual but large increase of obfs3 users in India, followed by slow decay. Relay users and other transports seemingly not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-bridge-combined.html?start=2016-11-...</a>" + ], + "unknown": true + }, + { + "start": "2017-02-09", + "end": "2017-03-21", + "place": "jo", + "protocols": [ + "obfs3" + ], + "description": "Abrupt increase and decrease in obfs3 users in Jordan. Relay users and other transports seemingly not affected.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-bridge-combined.html?start=2016-11-...</a>" + ], + "unknown": true + }, + { "start": "2017-04-05", "end": "2017-04-13", "place": "il", @@ -820,5 +864,15 @@ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-03-15...</a>" ], "unknown": true + }, + { + "start": "2017-06-14", + "place": "ml", + "description": "Sudden increase of direct and bridge users in Mali.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-01-01... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2017-01-0... graph</a>" + ], + "unknown": true } ]
tor-commits@lists.torproject.org