tor/changes/bug1107
Chris Ball 600ba86f4a 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.
2010-08-02 12:02:06 -04:00

6 lines
213 B
Plaintext

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.