diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-24 13:43:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-24 13:43:55 -0400 |
commit | c8e1538a0bdcb83dc2aeec075dcffdcac5bf45b7 (patch) | |
tree | f933499da338335c3454a4e82151a1d3af59341e /changes | |
parent | 9b49a89430eac9a50fdb067aefec9d1561872796 (diff) | |
parent | 851255170aaa419e9c8f2a7d1b3c7a124a9c2783 (diff) | |
download | tor-c8e1538a0bdcb83dc2aeec075dcffdcac5bf45b7.tar.gz tor-c8e1538a0bdcb83dc2aeec075dcffdcac5bf45b7.zip |
Merge remote branch 'sebastian/continuation'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/torrc_continuation | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/torrc_continuation b/changes/torrc_continuation new file mode 100644 index 0000000000..5b6e086e6f --- /dev/null +++ b/changes/torrc_continuation @@ -0,0 +1,6 @@ + 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. + Resolves bug 1929. + |