aboutsummaryrefslogtreecommitdiff
path: root/changes/bug5605
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug5605')
-rw-r--r--changes/bug560510
1 files changed, 6 insertions, 4 deletions
diff --git a/changes/bug5605 b/changes/bug5605
index 2144d968f..0bee820aa 100644
--- a/changes/bug5605
+++ b/changes/bug5605
@@ -1,5 +1,7 @@
-o Minor Bugfixes:
- - No longer writing control ports to file if updating reversible
- options fail. Fixes bug 5605; bugfix on 0.2.2.26-beta. Patch from
- Ryman.
+ o Minor bugfixes:
+ - If changing a config option via "setconf" fails in a recoverable
+ way, we used to nonetheless write our new control ports to the
+ file described by the "ControlPortWriteToFile" option. Now we only
+ write out that file if we successfully switch to the new config
+ option. Fixes bug 5605; bugfix on 0.2.2.26-beta. Patch from "Ryman".