summaryrefslogtreecommitdiff
path: root/changes/ticket40106
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40106')
-rw-r--r--changes/ticket401066
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40106 b/changes/ticket40106
new file mode 100644
index 0000000000..3f344d478f
--- /dev/null
+++ b/changes/ticket40106
@@ -0,0 +1,6 @@
+ o Minor bugfixes (config, bridge):
+ - Don't initiate a connection to a bridge without a corresponding
+ transport. Fixes bug 40106; bugfix on 0.4.5.1-alpha.
+ - This also reverts an earlier fix we did for this that would validate
+ configuration to avoid such situation but turns out it wouldn't work for
+ a DisableNetwork thus the new approach.