aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-24 13:43:55 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-24 13:43:55 -0400
commitc8e1538a0bdcb83dc2aeec075dcffdcac5bf45b7 (patch)
treef933499da338335c3454a4e82151a1d3af59341e /changes
parent9b49a89430eac9a50fdb067aefec9d1561872796 (diff)
parent851255170aaa419e9c8f2a7d1b3c7a124a9c2783 (diff)
downloadtor-c8e1538a0bdcb83dc2aeec075dcffdcac5bf45b7.tar
tor-c8e1538a0bdcb83dc2aeec075dcffdcac5bf45b7.tar.gz
Merge remote branch 'sebastian/continuation'
Diffstat (limited to 'changes')
-rw-r--r--changes/torrc_continuation6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/torrc_continuation b/changes/torrc_continuation
new file mode 100644
index 000000000..5b6e086e6
--- /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.
+