summaryrefslogtreecommitdiff
path: root/changes/bug9819
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug9819')
-rw-r--r--changes/bug98198
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug9819 b/changes/bug9819
new file mode 100644
index 0000000000..7220d2af1c
--- /dev/null
+++ b/changes/bug9819
@@ -0,0 +1,8 @@
+ o Major bugfixes (mixed relay-client operation):
+
+ - When running as a relay and a client at the same time (not
+ recommended), if we decide not to use a new guard because we
+ want to retry older guards, only close the locally-originating
+ circuits passing through that guard. Previously we would close
+ all the circuits. Fixes bug 9819; bugfix on
+ 0.2.1.1-alpha. Reported by "skruffy".