diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10722 | 8 | ||||
-rw-r--r-- | changes/bug10842 | 4 | ||||
-rw-r--r-- | changes/bug10881 | 7 |
3 files changed, 19 insertions, 0 deletions
diff --git a/changes/bug10722 b/changes/bug10722 new file mode 100644 index 0000000000..dd4711f110 --- /dev/null +++ b/changes/bug10722 @@ -0,0 +1,8 @@ + o Minor bugfixes: + - Consider non-excluded hidden service directory servers before + excluded ones. Do not consider excluded hidden service directory + servers at all if StrictNodes was set. (Previously, we would + sometimes decide to connect to those servers, and then realize + before we initiated a connection that we had excluded them.) + Fix for bug #10722. Bugfix on 0.2.0.10-alpha. Reported by + "mr-4". diff --git a/changes/bug10842 b/changes/bug10842 new file mode 100644 index 0000000000..0ead9e7db8 --- /dev/null +++ b/changes/bug10842 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Suppress a warning that votes and signatures cannot be uploaded to + other directory authorities if there's only one directory authority + in the network. Bugfix on 0.2.2.26-beta. Resolves ticket 10842. diff --git a/changes/bug10881 b/changes/bug10881 new file mode 100644 index 0000000000..3fcc90e140 --- /dev/null +++ b/changes/bug10881 @@ -0,0 +1,7 @@ + o Removed code: + + - Remove code for designating authorities as "Hidden service + authorities". There has been no use of hidden service authorities + since 0.2.2.1-alpha, when we stopped uploading or downloading v0 + hidden service descriptors. Fixes bug 10881; part of a fix for bug + 10841. |