diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-10 09:19:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-10 09:19:10 -0400 |
commit | 07049b3d25cbc397dd39c71d32422bfd7c39d814 (patch) | |
tree | c037b87814aac248cbbe9533a51f0bbdc599ea65 /changes | |
parent | c05c8dbd78f13bff79cda8fda1579aba51e30b0c (diff) | |
download | tor-07049b3d25cbc397dd39c71d32422bfd7c39d814.tar tor-07049b3d25cbc397dd39c71d32422bfd7c39d814.tar.gz |
Support mutli-line torrc options via the usual backslash syntax
Diffstat (limited to 'changes')
-rw-r--r-- | changes/torrc_continuation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/torrc_continuation b/changes/torrc_continuation new file mode 100644 index 000000000..f40e970c0 --- /dev/null +++ b/changes/torrc_continuation @@ -0,0 +1,5 @@ + o Minor features: + - Support line continuations in torrc. If a line ends with a + single backslash character, the newline is ignored, and the + configuration value is treated as continuing on the next line. + |