diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-07 18:54:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-07 18:54:55 +0000 |
commit | dd35fe59c4ab562de32288cd984adeac2e931bb6 (patch) | |
tree | 582cfafacd09bcaac6fad41d14a80e5dd0e819bd /ChangeLog | |
parent | a63eb68fe1546b7e1bebfa192b8ef0bdcc4c6980 (diff) | |
download | tor-dd35fe59c4ab562de32288cd984adeac2e931bb6.tar tor-dd35fe59c4ab562de32288cd984adeac2e931bb6.tar.gz |
r17499@catbus: nickm | 2008-01-07 13:39:46 -0500
Bugfix on fix for 557: Make values containing special characters work right with getconf, setconf, and saveconf. Document this in control-spec.txt
svn:r13056
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,9 @@ Changes in version 0.2.0.16-alpha - 2008-01-?? o Minor features (controller): - Get NS events working again. (Patch from tup) + - The GETCONF command now escapes and quotes configuration values + that don't otherwise fit into the torrc file. + - The SETCONF command now handles quoted values correctly. o Minor features (other): - Add hidden services and DNSPorts to the list of things that make @@ -43,6 +46,7 @@ Changes in version 0.2.0.16-alpha - 2008-01-?? no ports from a fatal error to a warning; we might change it back if this turns out to confuse anybody. (Fixes bug 579.) + Changes in version 0.2.0.15-alpha - 2007-12-25 o Major bugfixes: - Fix several remotely triggerable asserts based on DirPort requests |