From a6504cdea7680621431c2920391e2a14a052c14e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 Jan 2009 21:05:02 +0000 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b09d1904..22bc33b9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- cgit v1.2.3