commit 21e145d947eb60765955b470cdd55707223404b4 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Mar 15 10:51:40 2018 +0100
Update news.json to version 240 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 75 ++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index 6beb053..49ba5a2 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -2621,6 +2621,20 @@ ] }, { + "start": "2017-10-25", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Release of tor 0.2.5.15, 0.2.8.16, 0.2.9.13, 0.3.0.12, and 0.3.1.8, which add a new directory authority bastet, and change the IP address of the directory authority Longclaw.", + "links": [ + "<a href="https://blog.torproject.org/new-stable-tor-releases-0318-03012-02913-02816-0... post</a>", + "<a href="https://blog.torproject.org/introducing-bastet-our-new-directory-authority%5... blog post</a>", + "<a href="https://bugs.torproject.org/23910%5C%22%3Ebastet ticket</a>", + "<a href="https://bugs.torproject.org/23592%5C%22%3ELongclaw ticket</a>" + ] + }, + { "start": "2017-11-01", "places": [ "ru" @@ -2661,6 +2675,17 @@ ] }, { + "start": "2017-11-14", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Release of Tor Browser 7.0.10, containing tor 0.3.1.8, which adds a new directory authority bastet, and changes the IP address of the directory authority Longclaw.", + "links": [ + "<a href="https://blog.torproject.org/tor-browser-7010-released%5C%22%3Eblog post</a>" + ] + }, + { "start": "2017-11-15", "end": "2017-11-15", "protocols": [ @@ -2672,6 +2697,17 @@ ] }, { + "start": "2017-11-15", + "protocols": [ + "<OR>", + "relay" + ], + "description": "Release of Tor Browser 7.5a8, containing tor 0.3.2.4-alpha, which adds a new directory authority bastet, and changes the IP address of the directory authority Longclaw.", + "links": [ + "<a href="https://blog.torproject.org/tor-browser-75a8-released%5C%22%3Eblog post</a>" + ] + }, + { "start": "2017-11-25", "end": "2017-11-27", "places": [ @@ -2685,6 +2721,19 @@ ] }, { + "start": "2017-12-01", + "protocols": [ + "<OR>", + "ipv6", + "relay" + ], + "description": "Release of tor 0.2.8.17, 0.2.9.14, 0.3.0.13, 0.3.1.9, and 0.3.2.6-alpha, which add an IPv6 address for the bridge authority bastet.", + "links": [ + "<a href="https://bugs.torproject.org/24394%5C%22%3Eticket</a>", + "<a href="https://blog.torproject.org/new-stable-tor-releases-security-fixes-0319-0301... post</a>" + ] + }, + { "start": "2017-12-04", "ongoing": true, "description": "DDoS attack creates load on the network.", @@ -2719,6 +2768,30 @@ ] }, { + "start": "2017-12-09", + "protocols": [ + "<OR>", + "ipv6", + "relay" + ], + "description": "Release of Tor Browser 7.0.11, containing tor 0.3.1.9, which adds an IPv6 address for the bridge authority bastet.", + "links": [ + "<a href="https://blog.torproject.org/tor-browser-7011-released%5C%22%3Eblog post</a>" + ] + }, + { + "start": "2017-12-09", + "protocols": [ + "<OR>", + "ipv6", + "relay" + ], + "description": "Release of Tor Browser 7.5a9, containing tor 0.3.2.6-alpha, which adds an IPv6 address for the bridge authority bastet.", + "links": [ + "<a href="https://blog.torproject.org/tor-browser-75a9-released%5C%22%3Eblog post</a>" + ] + }, + { "start": "2017-12-12", "end": "2018-01-18", "protocols": [ @@ -2739,7 +2812,7 @@ }, { "start": "2017-12-21", - "description": "Release of tor 0.3.2.8-rc, intended to fix the KIST bug that enabled a DoS on relays by running them out of memory..", + "description": "Release of tor 0.3.2.8-rc, intended to fix the KIST bug that enabled a DoS on relays by running them out of memory.", "links": [ "<a href="https://lists.torproject.org/pipermail/tor-talk/2017-December/043844.html%5C...</a>", "<a href="https://bugs.torproject.org/24665%5C%22%3Eticket</a>"
tor-commits@lists.torproject.org