diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-12 14:00:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-12 14:00:20 -0500 |
commit | 43e12a79885871cdf18bfe6cc835b2414d21e29d (patch) | |
tree | 8b47403d5a3df0860339649c015f9d42576137ed /changes | |
parent | a2c41aa3e84ba697cc14b4b2345d8e3467cd22ac (diff) | |
parent | efc9a84108903edf1d68b9f0c511538f15fc7f52 (diff) | |
download | tor-43e12a79885871cdf18bfe6cc835b2414d21e29d.tar.gz tor-43e12a79885871cdf18bfe6cc835b2414d21e29d.zip |
Merge remote branch 'public/bug2363' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2363 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2363 b/changes/bug2363 new file mode 100644 index 0000000000..179925f65c --- /dev/null +++ b/changes/bug2363 @@ -0,0 +1,6 @@ + o Minor bugfixes + - Correctly detect failures to create DNS requests when using Libevent + versions before v2. (Before Libevent 2, we used our own evdns + implementation. Its return values for Libevent's evdns_resolve_*() + functions are not consistent with those from Libevent.) Found by + Lodger; fixes bug 2363; bugfix on 0.2.2.6-alpha. |