diff options
author | Roger Dingledine <arma@torproject.org> | 2010-08-18 15:51:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-08-18 15:51:47 -0400 |
commit | 8c87319f3c3dc713165a552685e4ac195f527ddb (patch) | |
tree | 7093881b4dc07c6bc3c477b1115608d545e84fa6 /ChangeLog | |
parent | d72edc4b78f0104823d156e605259d9d41e6f54c (diff) | |
download | tor-8c87319f3c3dc713165a552685e4ac195f527ddb.tar tor-8c87319f3c3dc713165a552685e4ac195f527ddb.tar.gz |
bug 1776 isn't fixed. save its changelog entry for next time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -61,12 +61,6 @@ Changes in version 0.2.2.15-alpha - 2010-08-1? - Fix a bug in the controller interface where "GETINFO ns/asdaskljkl" would return "551 Internal error" rather than "552 Unrecognized key ns/asdaskljkl". Bugfix on 0.1.2.3-alpha. - - Let users configure a regular relay to be their bridge. It didn't - work because when Tor fetched the bridge descriptor, it found - that it already had it, and didn't realize that the purpose of the - descriptor had changed. Now we replace routers with a purpose other - than bridge with bridge descriptors when fetching them. Bugfix on - 0.1.1.9-alpha; fixes bug 1776. - Fix a rare bug in rend_fn unit tests: we would fail a test when a randomly generated port is 0. Diagnosed by Matt Edman. Bugfix on 0.2.0.10-alpha; fixes bug 1808. |