]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for ticket 10842.
authorKarsten Loesing <karsten.loesing@gmx.net>
Tue, 11 Feb 2014 07:44:35 +0000 (08:44 +0100)
committerKarsten Loesing <karsten.loesing@gmx.net>
Tue, 11 Feb 2014 07:51:28 +0000 (08:51 +0100)
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.

changes/bug10842 [new file with mode: 0644]

diff --git a/changes/bug10842 b/changes/bug10842
new file mode 100644 (file)
index 0000000..0ead9e7
--- /dev/null
@@ -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.