Merge remote branch 'sebastian/continuation'

This commit is contained in:
Nick Mathewson
2010-09-24 13:43:55 -04:00
4 changed files with 140 additions and 6 deletions
+6
View File
@@ -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.