diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-25 16:22:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-25 16:22:36 +0000 |
commit | 938de88e3bc259535856c1571003ad0c9e00e897 (patch) | |
tree | 1a6bb40244bc8523d8b78287dd97aad6e35f1a79 /ChangeLog | |
parent | 8884ef44d6543d8eb977eed0fc263887b49a5682 (diff) | |
download | tor-938de88e3bc259535856c1571003ad0c9e00e897.tar.gz tor-938de88e3bc259535856c1571003ad0c9e00e897.zip |
r11942@catbus: nickm | 2007-02-25 11:22:12 -0500
Fix connection_get_by_type_state_rendquery(): This has been bogus for most of 0.1.2.x. Thanks to Karsten Loesing for finding the bug; fixes bug 399.
svn:r9651
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ Changes in version 0.1.2.8-rc - 2007-02-?? DNS request. - Build with recent libevents on platforms that do not define the nonstandard types "u_int8_t" and friends. + - Correctly detect whether hidden service descriptor downloads are + in-progress. (Fixes bug 399.) o Minor features (controller): - Warn the user when an application uses the obsolete binary v0 |