aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-12-13 19:21:06 -0500
committerRoger Dingledine <arma@torproject.org>2009-12-13 19:21:06 -0500
commitf7d99b62a3357f71e653bd5c39fa083336d82a8e (patch)
tree75368c0f93cc3dec8657cf1527cc1341d3c46bc7 /ChangeLog
parentd086c9a7f73ce5b9b7cf4add07fa7d071b829081 (diff)
downloadtor-f7d99b62a3357f71e653bd5c39fa083336d82a8e.tar.gz
tor-f7d99b62a3357f71e653bd5c39fa083336d82a8e.zip
New controller command "getinfo config-text"
It returns the contents that Tor would write if you send it a SAVECONF command, so the controller can write the file to disk itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77d6f16ec4..04b069882c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ Changes in version 0.2.2.7-alpha - 2009-??-??
timeout schedule for how many seconds until we detach a stream from
a circuit and try a new circuit. If your network is particularly
slow, you might want to set this to a number like 60.
+ - New controller command "getinfo config-text". It returns the
+ contents that Tor would write if you send it a SAVECONF command,
+ so the controller can write the file to disk itself.
o Minor bugfixes:
- Fix compilation on OSX 10.3, which has a stub mlockall() but