summaryrefslogtreecommitdiff
path: root/changes/bug32352
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-01 14:30:30 +1000
committerteor <teor@torproject.org>2019-11-05 11:01:28 +1000
commitf29de4b8d2097676f9d2f067c176b38a08362046 (patch)
tree80e7c78a3059851cc744f433cba4b8c33905f860 /changes/bug32352
parent5d85c247e8d28726402eaa51eb0e48ea7a1b6d7b (diff)
downloadtor-f29de4b8d2097676f9d2f067c176b38a08362046.tar.gz
tor-f29de4b8d2097676f9d2f067c176b38a08362046.zip
confmgt: Stop adding a space, when there is no option value
Fixes bug 32352; bugfix on 0.0.9pre6.
Diffstat (limited to 'changes/bug32352')
-rw-r--r--changes/bug323526
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug32352 b/changes/bug32352
new file mode 100644
index 0000000000..ca93e4efdf
--- /dev/null
+++ b/changes/bug32352
@@ -0,0 +1,6 @@
+ o Minor bugfixes (config):
+ - When dumping the config, stop adding a trailing space after the option
+ name, when there is no option value. This issue only affects options
+ that accept an empty value or list. (Most options reject empty values,
+ or delete the entire line from the dumped options.)
+ Fixes bug 32352; bugfix on 0.0.9pre6.