commit 1deb7910bd6422011492431c7cd2711a9065b4d9 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Dec 13 17:58:24 2017 +0100
Update news.json to version 204 of doc/MetricsTimeline. --- website/src/main/resources/etc/news.json | 37 +++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/website/src/main/resources/etc/news.json b/website/src/main/resources/etc/news.json index da3cf9a..410dd9a 100644 --- a/website/src/main/resources/etc/news.json +++ b/website/src/main/resources/etc/news.json @@ -1127,6 +1127,16 @@ ] }, { + "start": "2015-02-14", + "protocols": [ + "meek" + ], + "description": "Release of Orbot v15-alpha-3, first release with meek.", + "links": [ + "<a href="https://lists.mayfirst.org/pipermail/guardian-dev/2015-February/004243.html%... list post</a>" + ] + }, + { "start": "2015-02-28", "protocols": [ "meek" @@ -1170,7 +1180,18 @@ ], "description": "Tor Weekly News covers the meek-azure performance improvement.", "links": [ - "<a href="https://blog.torproject.org/blog/tor-weekly-news-%E2%80%94-april-15th-2015%5... the meek-azure blog post</a>" + "<a href="https://blog.torproject.org/blog/tor-weekly-news-%E2%80%94-april-15th-2015%5... post</a>" + ] + }, + { + "start": "2015-04-19", + "protocols": [ + "meek", + "obfs4" + ], + "description": "Release of Orbot v15 alpha 5, first release with obfs4.", + "links": [ + "<a href="https://lists.mayfirst.org/pipermail/guardian-dev/2015-March/004283.html%5C%... list post</a>" ] }, { @@ -1523,6 +1544,9 @@ { "start": "2016-01-29", "end": "2016-02-02", + "places": [ + "cn" + ], "protocols": [ "meek" ], @@ -2841,6 +2865,17 @@ ] }, { + "start": "2017-12-05", + "end": "2017-12-15", + "places": [ + "zw" + ], + "description": "Internet outage in Zimbabwe.", + "links": [ + "<a href="https://www.techzim.co.zw/2017/12/zimbabwe-internet-outage-here-what-happene...</a>" + ] + }, + { "start": "2016-02-24", "places": [ "tm"
tor-commits@lists.torproject.org