diff options
author | Chris Ball <chris@printf.net> | 2010-07-31 19:42:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-02 12:04:04 -0400 |
commit | 9ffa9779819bfba33a6a9fdd888aeb52c99d00d9 (patch) | |
tree | 3890168cdfc809dfdb8e09eee8260f50ef9d0434 /changes | |
parent | 600ba86f4a1d15ae6037246a1715f995e4b0f5b0 (diff) | |
download | tor-9ffa9779819bfba33a6a9fdd888aeb52c99d00d9.tar.gz tor-9ffa9779819bfba33a6a9fdd888aeb52c99d00d9.zip |
Bug #928: Disallow BridgeRelay 1 and ORPort 0 configuration
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug928 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug928 b/changes/bug928 new file mode 100644 index 0000000000..4f9fc5fe35 --- /dev/null +++ b/changes/bug928 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Disallow BridgeRelay 1 and ORPort 0 configuration. + Bugfix in 0.2.0.13-alpha, closes bug 928. + |