diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-15 11:08:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 11:08:46 -0400 |
commit | 7236bb77e24545f3042d263a012e738d5cf325e4 (patch) | |
tree | dbff7dadbf6c2390f0a1bb45189ea33299006523 /changes | |
parent | f11c269ed690b2197bad6285d614fe161a0a03bc (diff) | |
download | tor-7236bb77e24545f3042d263a012e738d5cf325e4.tar.gz tor-7236bb77e24545f3042d263a012e738d5cf325e4.zip |
Add a changes file for bug3183.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3183 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3183 b/changes/bug3183 new file mode 100644 index 0000000000..b1e594b8d1 --- /dev/null +++ b/changes/bug3183 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Bridges should not complain that they are unlisted in the consensus: + that's more or less the point of being a bridge. Bugfix on + 0.2.3.1-alpha; fixes bug 3183. + |