commit c051138310e672b7ef2986a507f94c5421e3d2cb Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jul 23 12:12:27 2018 +0200
Update news.json to version 280 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index e8c5c30..ea6e5a9 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -3102,6 +3102,18 @@ "target" : "https://www.accessnow.org/venezuela-blocks-tor/" } ] }, { + "start" : "2018-06-27", + "protocols" : [ "meek" ], + "short_description" : "Release of Tor Browser 8.0a9 with non-working meek.", + "description" : "Release of Tor Browser 8.0a9 with non-working meek.", + "links" : [ { + "label" : "blog post", + "target" : "https://blog.torproject.org/new-release-tor-browser-80a9" + }, { + "label" : "ticket", + "target" : "https://bugs.torproject.org/26477" + } ] +}, { "start" : "2018-07-01", "ongoing" : true, "places" : [ "ug" ], @@ -3133,14 +3145,17 @@ }, { "start" : "2018-07-14", "protocols" : [ "bridge" ], - "short_description" : "Release of Tor 0.3.3.9, switches bridge authority Bifroest to Serge.", - "description" : "Release of Tor 0.3.3.9, switches bridge authority Bifroest to <a href="https://metrics.torproject.org/rs.html#details/BA44A889E64B93FAA2B114E02C2A2...</a>.", + "short_description" : "Release of Tor 0.2.9.16, 0.3.2.11, 0.3.3.9, and 0.3.4.5-rc", + "description" : "Release of Tor 0.2.9.16, 0.3.2.11, 0.3.3.9, and 0.3.4.5-rc. Switches bridge authority from Bifroest to <a href="https://metrics.torproject.org/rs.html#details/BA44A889E64B93FAA2B114E02C2A2...</a>.", "links" : [ { "label" : "announcement", - "target" : "https://lists.torproject.org/pipermail/tor-announce/2018-July/000162.html" + "target" : "https://lists.torproject.org/pipermail/tor-relays/2018-July/015681.html" }, { "label" : "ticket", "target" : "https://bugs.torproject.org/26771" + }, { + "label" : "blog post", + "target" : "https://blog.torproject.org/new-release-tor-0339-bridge-authority-update" } ] }, { "start" : "2018-07-15",
tor-commits@lists.torproject.org