From: Neel Chauhan Date: Tue, 17 Apr 2018 00:36:28 +0000 (-0400) Subject: Add changes file for GETINFO current-time/{local,utc} X-Git-Tag: tor-0.3.4.1-alpha~129^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dca36eff8fbe9307aa2f74d26841399537e11406;p=thirdparty%2Ftor.git Add changes file for GETINFO current-time/{local,utc} --- diff --git a/changes/ticket25511 b/changes/ticket25511 new file mode 100644 index 0000000000..0a24e265ca --- /dev/null +++ b/changes/ticket25511 @@ -0,0 +1,5 @@ + o Minor features (control port): + - Introduce GETINFO "current-time/{local,utc}" to return the local + and UTC times respectively in ISO format. This helps a controller + like Tor Browser detect a time-related error. Closes ticket 25511. + Patch by Neel Chauhan.