diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-02-19 16:58:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-02-19 16:58:24 -0500 |
commit | 391f75d7927959bb2d77c5adb184c53e17b72cac (patch) | |
tree | cb85ef9b483ebd8cd5b9418cc19852f535220a73 /ChangeLog | |
parent | 715f104eebac8d35d9cd7a404ac9924e9d623774 (diff) | |
parent | 408a828b1f12462f7a31a5d84bcfa38399173b3e (diff) | |
download | tor-391f75d7927959bb2d77c5adb184c53e17b72cac.tar.gz tor-391f75d7927959bb2d77c5adb184c53e17b72cac.zip |
Merge remote branch 'sebastian/bug1143'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ Changes in version 0.2.2.9-alpha - 2010-??-?? implemented in the past. - Avoid a bogus overlapped memcpy in tor_addr_copy(). Found by "memcpyfail". + - Make the DNSPort option work with libevent 2.x. Don't alter the + behaviour for libevent 1.x. Fixes bug 1143. Found by SwissTorExit. + o Code simplifications and refactoring: - Generate our manpage and HTML documentation using Asciidoc. This |