diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-07 15:09:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-07 15:09:26 +0000 |
commit | 133f011c495670dbac2ce141f02e64869d6f5b62 (patch) | |
tree | d33e1230d7c67087e04488666ca6650af12f68e5 /ChangeLog | |
parent | 0e3efc1140b22e7b8891d109f15ebe5ab12ff9cc (diff) | |
download | tor-133f011c495670dbac2ce141f02e64869d6f5b62.tar.gz tor-133f011c495670dbac2ce141f02e64869d6f5b62.zip |
Patch from coderman: detect transparent proxy header correctly on some linux versions.
svn:r15726
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx - When opening /dev/null in finish_daemonize(), do not pass the O_CREAT flag. Fortify was complaining, and correctly so. Fixes bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19. + - Correctly detect transparent proxy support on Linux hosts that + require in.h to be included before netfilter_ipv4.h. Patch from + coderman. Changes in version 0.2.1.2-alpha - 2008-06-20 |