diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-07 21:05:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-07 21:05:02 +0000 |
commit | a6504cdea7680621431c2920391e2a14a052c14e (patch) | |
tree | 0257c2f186d99b50de9fd4bac10c12da32c3be38 /ChangeLog | |
parent | c123163043e42668c3597298e14d25607a2d4623 (diff) | |
download | tor-a6504cdea7680621431c2920391e2a14a052c14e.tar tor-a6504cdea7680621431c2920391e2a14a052c14e.tar.gz |
Check that Libevent header version matches Libevent library version.
Unfortunately, old Libevents don't _put_ a version in their headers, so
this can get a little tricky. Fortunately, the only binary-compatibility
issue we care about is the size of struct event. Even more fortunately,
Libevent 2.0 will let us keep binary compatiblity forever by letting us
decouple ourselves from the structs, if we like.
svn:r18014
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changes in version 0.2.1.11-alpha - 2009-01-?? keys in those obsolete descriptors when building circuits. Bugfix on 0.2.0.x. Fixes bug 887. + o Minor features: + - Try to make sure that the version of Libevent we're running with + is binary-compatible with the one we built with. May address bug + 897 and others. + o Minor bugfixes: - Make outbound DNS packets respect the OutboundBindAddress setting. Fixes the bug part of bug 798. Bugfix on 0.1.2.2-alpha. |