aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-25 09:28:44 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-25 09:28:44 -0500
commit62aad9c0b6812d04cfca3ec9e104d8ee2cbebb7c (patch)
tree945e46e120e155c17a20e7f0cec3988b83432a24 /changes
parentfe8eb9b366d9dccf06d8d4ce117b67bbb3aeba60 (diff)
parent232ccc18c40f0d0302b2e21b0f67885c548f8e63 (diff)
downloadtor-62aad9c0b6812d04cfca3ec9e104d8ee2cbebb7c.tar.gz
tor-62aad9c0b6812d04cfca3ec9e104d8ee2cbebb7c.zip
Merge branch 'maint-0.2.7'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug175514
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17551 b/changes/bug17551
new file mode 100644
index 0000000000..27e467979e
--- /dev/null
+++ b/changes/bug17551
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation):
+ - When checking for net/pfvar.h, include netinet/in.h if possible.
+ This fixes transparent proxy detection on OpenBSD. Fixes bug
+ 17551; bugfix on 0.1.2.1-alpha. Patch from "rubiate".