summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorChris Ball <chris@printf.net>2010-07-31 18:06:40 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-02 12:02:06 -0400
commit600ba86f4a1d15ae6037246a1715f995e4b0f5b0 (patch)
treea86d9c47f5c9d14393371296afbd60173f69964d /changes
parentfbfaa7bbc417d7adc19dc55154a8648fe6412ec6 (diff)
downloadtor-600ba86f4a1d15ae6037246a1715f995e4b0f5b0.tar.gz
tor-600ba86f4a1d15ae6037246a1715f995e4b0f5b0.zip
Bug #1107: Complain if PublishServerDescriptor receives 0 or 1 in a list
0 or 1 should only be passed as the sole argument. Warn for now, reject in 0.2.3.x.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug11075
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1107 b/changes/bug1107
new file mode 100644
index 0000000000..c396b5d68a
--- /dev/null
+++ b/changes/bug1107
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Complain if PublishServerDescriptor is given multiple arguments that
+ include 0 or 1. This configuration will be rejected in future.
+ Bugfix in 0.2.0.1-alpha, closes bug 1107.
+