]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for GETINFO current-time/{local,utc}
authorNeel Chauhan <neel@neelc.org>
Tue, 17 Apr 2018 00:36:28 +0000 (20:36 -0400)
committerNeel Chauhan <neel@neelc.org>
Tue, 17 Apr 2018 00:37:50 +0000 (20:37 -0400)
changes/ticket25511 [new file with mode: 0644]

diff --git a/changes/ticket25511 b/changes/ticket25511
new file mode 100644 (file)
index 0000000..0a24e26
--- /dev/null
@@ -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.