summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-08-07 19:39:52 +0000
committerNick Mathewson <nickm@torproject.org>2008-08-07 19:39:52 +0000
commitb81d70addb30985ca40f52a9ea53a5a002826861 (patch)
tree2c4aa51a652633b3de561266cd1a58cd64380781 /ChangeLog
parent48848537bc22cf4bee7ce44f1a9e2d0fef600685 (diff)
downloadtor-b81d70addb30985ca40f52a9ea53a5a002826861.tar.gz
tor-b81d70addb30985ca40f52a9ea53a5a002826861.zip
Oops. On recent linux kernels we were not detecting the linux/netfilter_ipv4.h header properly, since we needed to have in_addr and in6_addr and __u32 defined before trying to include it. Fix that.
svn:r16460
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ff006f1e6..9866f593f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@ Changes in version 0.2.1.5-alpha - 2008-08-??
option to change UID and drop privileges, make sure to open
/dev/pf before dropping privileges. Fixes bug 782. Patch from
Christopher Davis. Bugfix on 0.1.2.1-alpha.
+ - Correctly detect the presence of the linux/netfilter_ipv4.h header
+ when building against recent kernels. Bugfix on 0.1.2.1-alpha.
Changes in version 0.2.1.4-alpha - 2008-08-04