commit 36db10088331b7522e76f51e5e16793a5af32706 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Dec 6 11:56:21 2019 +0100
Update news.json to version 356 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index 1c07ca4..8f0a4ae 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -3959,6 +3959,55 @@ "target" : "https://bugs.torproject.org/32129#comment:5" } ] }, { + "start" : "2019-11-13", + "protocols" : [ "snowflake" ], + "short_description" : "Restarted the broker with a new proxy–broker protocol.", + "description" : "Restarted the broker with a new proxy–broker protocol.", + "links" : [ { + "label" : "comment", + "target" : "https://bugs.torproject.org/29207#comment:31" + } ] +}, { + "start" : "2019-11-13", + "protocols" : [ "snowflake" ], + "short_description" : "Released version 0.1.0 of the Snowflake extension for Firefox and Chrome, using a new proxy–broker protocol.", + "description" : "Released version 0.1.0 of the Snowflake extension for Firefox and Chrome, using a new proxy–broker protocol.", + "links" : [ { + "label" : "comment", + "target" : "https://bugs.torproject.org/29207#comment:32" + } ] +}, { + "start" : "2019-11-14", + "protocols" : [ "snowflake" ], + "short_description" : "Deployed webext-0.1.0 of the Snowflake proxy", + "description" : "Deployed webext-0.1.0 of the Snowflake proxy (which uses a new proxy–broker protocol) to snowflake.torproject.org.", + "links" : [ { + "label" : "comment", + "target" : "https://bugs.torproject.org/29207#comment:34" + } ] +}, { + "start" : "2019-11-14", + "protocols" : [ "snowflake", "ipv6" ], + "short_description" : "Changed DNS to point to the IPv6-enabled Snowflake broker.", + "description" : "Changed DNS to point to the IPv6-enabled Snowflake broker.", + "links" : [ { + "label" : "comment", + "target" : "https://bugs.torproject.org/29258#comment:16" + } ] +}, { + "start" : "2019-11-16", + "end" : "2019-11-23", + "places" : [ "ir" ], + "short_description" : "Internet blackout in Iran.", + "description" : "Internet blackout in Iran.", + "links" : [ { + "label" : "report", + "target" : "https://ooni.org/post/2019-iran-internet-blackout/" + }, { + "label" : "NTC thread", + "target" : "https://ntc.party/t/a-new-kind-of-censoship-in-iran/237" + } ] +}, { "start" : "2014-06-01", "end" : "2014-06-19", "places" : [ "ru" ],
tor-commits@lists.torproject.org