aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2014-02-11 08:44:35 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2014-02-11 08:51:28 +0100
commitaae4ebf63f4da02ff35b063bbaa744379fbfc1e1 (patch)
treeba37d065c04c43876fb1ef882c8ba76bb4e24c5c
parentebe7e22045327d2352c1a7582759d46e966d69e0 (diff)
downloadtor-aae4ebf63f4da02ff35b063bbaa744379fbfc1e1.tar
tor-aae4ebf63f4da02ff35b063bbaa744379fbfc1e1.tar.gz
Add changes file for ticket 10842.
This is a bugfix on 0.2.2.26-beta, because 6b83b3b made directory authorities remove themselves from the list of directory authorities to upload to, but didn't suppress the warning in case they're the only directory authority in the network.
-rw-r--r--changes/bug108424
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10842 b/changes/bug10842
new file mode 100644
index 000000000..0ead9e7db
--- /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.