From 54f34077d3bebe8aafce07dcfbffeb928c6e1d04 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Tue, 17 Aug 2021 15:03:38 -0400 Subject: [PATCH] Release 0.11 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 511a88f..170021c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +v0.11 (2021-08-17) + * Add support for contacting logs via HTTP proxies; + just set the appropriate environment variable as documented at + https://golang.org/pkg/net/http/#ProxyFromEnvironment + * Work around RFC 6962 ambiguity related to consistency proofs + for empty trees. + v0.10 (2020-04-29) * Improve speed by processing logs in parallel * Add -start_at_end option to begin monitoring new logs at the end,